Michel Merle Posted March 22, 2013 Report Posted March 22, 2013 (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 March 23, 2013 by Michel Merle
mgh Posted March 22, 2013 Report Posted March 22, 2013 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?
Michel Merle Posted March 23, 2013 Author Report Posted March 23, 2013 I don't know, I'll check that. Thank you mgh! Anyway if it's the right explanation, I'll go on with the source as it works fine.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now