Jump to content
The simFlight Network Forums

etorrecillas

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by etorrecillas

  1. Hi Pete, Thank you very much for your help! I didn't realise that it was necessary to code a windows program. I'll be studying this, thanks Regards, Eduardo.
  2. Dear folks, I am trying to compile this code using MSVC 6.0 #include #include "FSUIPC_User.h" void main() { printf("Testing..."); } I have already put FSUIPC_User.lib into LIB folder, FSUIPC_User.h into INCLUDE folder and also added FSUIPC_User.lib into Linker (Project Settings...) Here are the errors I get: --------------------Configuration: fsuipc_1 - Win32 Debug-------------------- Compiling... fsuipc_1.cpp c:\program files\microsoft visual studio\vc98\include\fsuipc_user.h(37) : error C2146: syntax error : missing ';' before identifier 'FSUIPC_Version' c:\program files\microsoft visual studio\vc98\include\fsuipc_user.h(37) : fatal error C1004: unexpected end of file found Error executing cl.exe. fsuipc_1.obj - 2 error(s), 0 warning(s) Please, anybody knows how to solve this? Thanks and regards!
×
×
  • 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.