MagicLibrary.dll 32bit convert for 64bit
- by Nullstr1ng
Hi Guys,
I recently received an email about a guy who like to make my software compatible with 64Bit Windows 7 OS.
I have 1 single problem though .. I have followed a steps regarding on compiling VS Solution/Project for 64bit. But when I start to to compile the solution for 64bit, this "Crownwood.Magic.Forms" (MagicLibrary.dll) doesn't work anymore.
This is the compilation error message
"Error 6 The type or namespace name 'Crownwood' could not be found (are you missing a using directive or an assembly reference?)"
Please don't tell me I did not referenced the MagicLibrary.dll
It's a bit of confusing because the MagicLibrary.dll is already in my reference list. I also remove and add it back.
There was this CorFlags.exe but am not sure how to convert it to 64bit.
"CorFlags MagicLibrary.dll /32BIT- /Force" did not work.. :(
Please help. Thanks in advance
-
Jayson