MagicLibrary.dll 32bit convert for 64bit

Posted by Nullstr1ng on Stack Overflow See other posts from Stack Overflow or by Nullstr1ng
Published on 2010-04-04T23:51:55Z Indexed on 2010/04/04 23:53 UTC
Read the original article Hit count: 470

Filed under:

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

© Stack Overflow or respective owner

Related posts about 64bit