HI
I have a Dll which devloped in Delphi 7.0
this dll woking perfevtly on delphi
but when i try to connect this dll in .Net 2.0's windows application it got error "Attempted to read or write protected memory. This is often an indication that other memory is corrupt."
how can i use Delphi dll in .net 2.0's Windows base application
i try to both Windows API Style to communicate with dll <Import....> and Declare Function but i can't....
I have a Dll which devloped in Delphi 7.0
this dll woking perfevtly on delphi
but when i try to connect this dll in .Net 2.0's windows application it got error "Attempted to read or write protected memory. This is often an indication that other memory is corrupt."
how can i use Delphi dll in .net 2.0's Windows base application
i try to both Windows API Style to communicate with dll <Import....> and Declare Function but i can't....
Comment