inetflight Posted August 3, 2005 Report Posted August 3, 2005 Hi Pete, - finally got reg. : -) - i pointed the lib to the fsuipcuser.lib file, and get the same error: is the .lib extension for C or for C++ ? best regards, Peter
Pete Dowson Posted August 3, 2005 Report Posted August 3, 2005 - finally got reg. : -) - i pointed the lib to the fsuipcuser.lib file, and get the same error: is the .lib extension for C or for C++ ? C. I don't know or use C++. My only computer languages are ASM and C (previously BCPL before C was invented). UIPCHello is in C in any case. If you copile it as a C program, not C++, it should be fine. Check you have the name of the LIB correct as well. It has an _ character in it I think, and case is possibly important too. Pete
msagner Posted August 3, 2005 Report Posted August 3, 2005 Are you using extern "C" { ..... } in your FSUIPC header file? That's how you tell C++ that you want to use straight C functions.
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