Page 1 of 1

Problem in 64-bit DLL when its 32-bit version is working fin

Posted: 21 Jan 2012, 08:25
by Taha
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?