Jump to content
The simFlight Network Forums

Recommended Posts

Posted (edited)

Hello

I'm using wxDev-C++ using MingW gcc, a C compiler to make standalone gauges and I had problem using FSUIPC.lib.

It seems the linker doesn't find the routines in the lib or its compilation is not compatible. I had to include the source IPCuser.c and .h to make it works. The lib is a part of the UIPC_SDK_C.zip file.

It's not really a problem but I wanted to understand.

Anyway thank you very much Pete to have included the sources and for everything you do for us.

Regards

Michel

Edited by Michel Merle
Posted

There are different .lib file formats. For example, Microsoft uses COFF format and Borland uses the OMF format which means the .lib files aren't interchangeable.

Borland provides a tool implib that creates a Borland .lib file from a .dll. Does your compiler offer such a tool?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.