- Joined
- Jun 6, 2012
- Messages
- 382
- Reaction score
- 254
- Points
- 78
- Location
- Sydney, Australia, Earth, Sol
- Website
- www.orbithangar.com
Hi all,
I've got some projects underway that I was developing for Orbiter 2016, which I now want to target for Orbiter 2024. I've run into a problem however when trying to link with Orbiter's default DlgCtrl.lib, Orbiter.lib and Orbitersdk.lib. I get two linking errors (LNK2038) for both DlgCtrl.lib and Orbitersdk.lib:
Obviously I want to develop in debug mode not release mode, is there any way around this without having to build Orbiter?
The project settings I have are those I made here (v143 toolset): Visual Studio 2022 Orbiter Project Templates
Thanks all! Any help is much appreciated.
I've got some projects underway that I was developing for Orbiter 2016, which I now want to target for Orbiter 2024. I've run into a problem however when trying to link with Orbiter's default DlgCtrl.lib, Orbiter.lib and Orbitersdk.lib. I get two linking errors (LNK2038) for both DlgCtrl.lib and Orbitersdk.lib:
Code:
mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2'
mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MDd_DynamicDebug'
The project settings I have are those I made here (v143 toolset): Visual Studio 2022 Orbiter Project Templates
Thanks all! Any help is much appreciated.
