Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: pecenipicek on July 12, 2008, 12:21:48 am
-
I went on to try and compile the latest trunk, taken from the SVN, and i ran across this little gem which prevented the first build from succeding...
In the freespace.rc there is this line
IDR_CMD_CFG SRGRAMMAR DISCARDABLE "..\..\code\sound\phrases.cfg"
yet, in the folder in code its called phrases.xml
is this just an accident or? i'm no programmer so... well :p
also, how do i compile the release build? i managed to compile the debug build... using visual studio 2008 professional edition (my father is a programmer and he decided to share the software with me :p )
-
just comment it out? i think it has to do with the voice recognition.
-
i've renamed it to phrases.xml in freespace.rc
also i've figured how to build properly... bleh, i have to get used to this huge program. seems a bit more intuitive then what i expected from microsofts software. wheeeee...
-
You could have also just created an empty ascii file named phrases.cfg to the said directory.
-
Phrases.xml is compiled into phrases.cfg by the project.
-
Yeah.. well.. it should... it doesnt always manage to do so though. On my older comp for example the generation of the phrases.cfg failed