can we use .net dlls in win32 application
IT & Infrastructure
1
Posts
1
Posters
0
Views
1
Watching
-
Dear all, I have developed a .NET dll. I wants to use this dll in Win32(Delphi) applications. Is it possible to do the same. The data type of arguments passed to the functions in the dll & returned from it are compatible. The return type is a byte array & the arguments passed are string. But, when i used this dll in a Win32 application(developed using Delphi), EAccessViolation exception occurs. Can anyone suggest me how to use the .net dll in win32 applications? Thanks & regards, Abhilash