Jump to content
The simFlight Network Forums

Ricardo Sousa

new Members
  • Posts

    2
  • Joined

  • Last visited

Ricardo Sousa's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I compiled a new .lib, which did so with warnings, which I found weird. Compiling the hello also worked out, without warnings as I recall, but the actual program is failing to connect to FS saying "Cannot link to FSUIPC or WideClient". I assume this comes from the warnings? Also VS is giving me a bunch of missing Windows PDB's, but since I haven't done anything to the code, I'm assuming that's ok.
  2. I'm trying to compile the UIPCHello.c that is on the FSUIPC C SDK, and after adding the library I get this error: LINK : fatal error LNK1104: cannot open file 'LIBC.lib' This is the first time I'm using VS. I've been used to code with notepad++ and gedit when on linux so I'm pretty sure I'm doing something stupid with the project properties. Thing is, I'm not really confident on what it is, and I really don't want to get into makefiles as I only did them on linux and they were quite bad to be honest lol. I researched the forum and found out I can go around this issue by making a makefile, but is there anyway to compile this using VS? Maybe a later version? Thanks
×
×
  • 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.