Changes between Version 1 and Version 2 of Ticket #10154, comment 1
- Timestamp:
- 08/21/17 14:44:08 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10154, comment 1
v1 v2 1 1 That sounds weird. I build with Visual Studio 2015, and I've never had such issues with linking in the SCI engine. A few things I can suggest: 2 2 1) make sure you're using the dists/msvc14 folder to build the solution, not msvc15, since that's a VS2017 solution 3 2) Check if you're using Debug/Win32 as the target. I at least that that target works with the scummvm_libs zip file we provide. Not sure about the other targets off the top of my head.3 2) Check if you're using Debug/Win32 as the target. I at least know that that target works with the scummvm_libs zip file we provide. Not sure about the other targets off the top of my head. 4 4 5 5 If you still have problems, try changing all the lines calling create_project in the dists/msvc14/create_msvc14.bat file to add in a --disable-engine=sci