Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can I download the .DLL for the 64 bit version of EFTidyNet? I compiled the source, but Visual Studio 2008 would not let me change the platform to X64 for EFTidyNet. It defaults to Win32 and will not run on 64 bit Windows Server 2008.

Thanks
Bill
Posted
Comments
Steve Maier 30-Mar-12 11:14am    
Is it set to compile as x86 or Any CPU in the project settings?
Member 8705564 30-Mar-12 11:27am    
The only platform available on my system for EFTidyNet is Win32. I have other projects that have X64 available for compile.
Steve Maier 30-Mar-12 11:34am    
Under Linker in the Advanced settings (VS2010 is all I have) there is a Target Machine setting where you can change it to x64
Member 8705564 30-Mar-12 11:43am    
Thanks for your quick reply.
However, I made that change and now the linker has an error: fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'X64'
Member 8705564 30-Mar-12 11:44am    
I forgot the mention that the File was AssemblyInfo.obj

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900