Jump to content
The simFlight Network Forums

Recommended Posts

Posted

- 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

Posted

Are you using

extern "C"

{

.....

}

in your FSUIPC header file?

That's how you tell C++ that you want to use straight C functions.

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.