Something is going on with the Crawler and SSU_Pad projects that makes them throw a fit against OrbiterSound, but the main vessel doesn't complain at all. I changed pretty much all project settings to match the main vessel but no luck. :facepalm:
Anyway, I did find a way to get them to work, so I'll be committing new project files for VS2017 when I sort some more of the settings out.
---------- Post added 04-24-17 at 10:44 AM ---------- Previous post was 04-23-17 at 07:06 PM ----------
I'm almost finished stadardizing the project settings and the only thing missing is what libraries should the linker ignore. For debug they pretty much all ignore msvcirt.lib and msvcrt.lib, and for release it's msvcirt.lib and msvcrtd.lib. But some also ignore libc.lib and libcmt.lib... I can't figure out if I should add these to all projects (debug, release or both) or just delete them and stick to the settings above. :idk:
---------- Post added at 12:03 PM ---------- Previous post was at 10:44 AM ----------
I added them as needed to stop the linker messages, and committed the files for 2017.
Anyway, I did find a way to get them to work, so I'll be committing new project files for VS2017 when I sort some more of the settings out.
---------- Post added 04-24-17 at 10:44 AM ---------- Previous post was 04-23-17 at 07:06 PM ----------
I'm almost finished stadardizing the project settings and the only thing missing is what libraries should the linker ignore. For debug they pretty much all ignore msvcirt.lib and msvcrt.lib, and for release it's msvcirt.lib and msvcrtd.lib. But some also ignore libc.lib and libcmt.lib... I can't figure out if I should add these to all projects (debug, release or both) or just delete them and stick to the settings above. :idk:
---------- Post added at 12:03 PM ---------- Previous post was at 10:44 AM ----------
I'm almost finished stadardizing the project settings and the only thing missing is what libraries should the linker ignore. For debug they pretty much all ignore msvcirt.lib and msvcrt.lib, and for release it's msvcirt.lib and msvcrtd.lib. But some also ignore libc.lib and libcmt.lib... I can't figure out if I should add these to all projects (debug, release or both) or just delete them and stick to the settings above. :idk:
I added them as needed to stop the linker messages, and committed the files for 2017.