- Messages
- 531
- Country

I am trying to upgrade an existing gauge for P3D v4. This gauge (DLL) used to compile and link perfectly in 32 bits and was operational for FSX and P3D, all versions.
I have just changed the options to generate the DLL in 64 bits and the linker fails with unresolved sympols that are FSUIPC functions. My gauge uses FSUIPC so it is linked with ModuleUser.lib, a lib that comes with FSUIPC. I think it fails here because ModuleUser.lib is a 32 bits library.
Of course, I searched the web for a 64 bits version of ModuleUser.lib, but I couldn't find it... The SDK has not been updated.
For information, I use Visual Studio 2010.
Thanks for any help,
Eric
I have just changed the options to generate the DLL in 64 bits and the linker fails with unresolved sympols that are FSUIPC functions. My gauge uses FSUIPC so it is linked with ModuleUser.lib, a lib that comes with FSUIPC. I think it fails here because ModuleUser.lib is a 32 bits library.
Of course, I searched the web for a 64 bits version of ModuleUser.lib, but I couldn't find it... The SDK has not been updated.
For information, I use Visual Studio 2010.
Thanks for any help,
Eric



