Problem in 64-bit DLL when its 32-bit version is working fin
Moderators: DllAdmin, DLLADMIN ONLY
Problem in 64-bit DLL when its 32-bit version is working fin
I am building a dll from c++ files with 32 bit configuration in VS2008, the dll works fine.Now I try to build a dll for 64-bit arch - so I build, with the same cpp files, a dll with 64 bit configuration.This dll doesnt work as expected . Any clue Why?