3001
Curses / Re: Compiling LCS on Windows XP
« on: August 10, 2008, 12:44:44 am »
Hey, thanks. I guess I should've looked at the files better instead of assuming all I needed was src heh. All the pdcurses stuff actually seems to be included - It comes with the .dll under workspaces and the other two under src\pdcurses.
It seems to be working fine. It "converted" game.sln and game.vcproj since I have a newer version with a "warning" on the game.vcproj, but I can't seem to figure out how to get it to tell me what the warning was.
I also noticed a few things with compiling. First the file size of compiling it without changing anything came out to be larger, 1,691,648 bytes instead of 1,662,976 bytes. Is that just due to the version difference? Second I got 2 "warnings" during compile:
c:\lcs\src\lcsio.cpp(130) : warning C4715: 'LCSInitArtDir' : not all control paths return a value
and
..\src\daily\daily.cpp(740) : warning C4309: '=' : truncation of constant value
Are these anything to worry about? The game seems to be running fine, but I'm not sure if I did something wrong or not.
For reference, heres the version info of my Visual C++ install
Microsoft Visual Studio 2008
Version 9.0.21022.8 RTM
Microsoft .NET Framework
Version 3.5
Installed Edition: VC Express
Microsoft Visual C++ 2008
Thanks again for the help.
It seems to be working fine. It "converted" game.sln and game.vcproj since I have a newer version with a "warning" on the game.vcproj, but I can't seem to figure out how to get it to tell me what the warning was.
I also noticed a few things with compiling. First the file size of compiling it without changing anything came out to be larger, 1,691,648 bytes instead of 1,662,976 bytes. Is that just due to the version difference? Second I got 2 "warnings" during compile:
c:\lcs\src\lcsio.cpp(130) : warning C4715: 'LCSInitArtDir' : not all control paths return a value
and
..\src\daily\daily.cpp(740) : warning C4309: '=' : truncation of constant value
Are these anything to worry about? The game seems to be running fine, but I'm not sure if I did something wrong or not.
For reference, heres the version info of my Visual C++ install
Microsoft Visual Studio 2008
Version 9.0.21022.8 RTM
Microsoft .NET Framework
Version 3.5
Installed Edition: VC Express
Microsoft Visual C++ 2008
Thanks again for the help.
