Hi Everyone,
I had the 32 bit dll which is written using Native C, when I tried compiling with VC++(VS2008) for converting the dll to x64 by changing the platform it compiled. But when I tried to access the dll from my C# application which is also 'x64' platform it fails to load the dll. I used Dllimport for linking the dll with my application.
The operating system I use in Vista, But I couldnt able to call the at dll function from my application it says failed to load the dll.
Is there any way to resolve this issue.
Looking forward from your help.
Regards, Ga