fodev.net

FOnline Development => Questions and Answers => Topic started by: devis on October 09, 2013, 05:00:25 am

Title: [2238] Compiling Extensions
Post by: devis on October 09, 2013, 05:00:25 am
I'm having trouble compiling the parameter.dlls in the extension,

When I try to compile the parameters solution I get a  mismatched #if/#endif pair in  the _defines.fos

I'm using MSVC2010 professional. 
Title: Re: [2238] Compiling Extensions
Post by: devis on October 11, 2013, 05:43:47 pm
Courtesy update:

There were two problems regarding the compilation of the dlls straight from the SVN source.

First: STL/debugs folder is missing from the STLport under extension/3rdparties/, adding the correct dependencies back will fix that problem.

Secondly: It seems MS Visual Studios 2010 professional did not import solution settings correctly, I had simply done the same procedures on another environment using the MS Visual Studios 2010 Express C++ and all the correct project settings were there.