Testing on Windows 7 64 bit

If you are trying to get your current .NET code running on a 64 bit system (in my case windows 7 x64) there is a problem loading DLLs

If your app needs to load a 32-bit DLL, using LoadLibrary then you'll often find that it fails and the returned pointer is always NULL! This happens if the project target is 'x64' or 'all'. You need to set the build options to build for x32 chips only. That will allow the 32 bit DLLs to be picked up again.

Comments

Popular posts from this blog

JTAG Progromming on a PIC

Using Plink.exe from C# (accessing a linux PC)

Evohome problems on Danfoss RAS-C2 valves