Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Yes, you need the 64-bit SDK, which is indeed free.
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=24826
or http://www.microsoft.com/download/en/details.aspx?id=22668 (install from web)
No, you cannot build the 64-bit dll on a 32-bit PC.
The above SDK must be instaleld and compile & link on a 64-bit PC with 64-bit Windows OS.
Compiling and linking are nearly identical.
See my attached makefiles.
Gerry
In Reply to Mark Steffke:
Hi group,
I need to convert all my dlls to 64 bit. They need to be WF3
compatable.
From what I understand I need to use SDK 2003. Is this really a free
download? Are there sample mak files for 64?
Also, my development workstation is 32 bit. Can I build a 64 bit app on
it?