PlaneShift

Development => Development Deliberation => VisualC++ => Topic started by: crzyone9584 on October 15, 2011, 04:55:29 pm

Title: CS compiling from the tutorial.
Post by: crzyone9584 on October 15, 2011, 04:55:29 pm
Quote
Error   15   error LNK1104: cannot open file 'wxmsw28u_xrc-vc10_d.lib'   x:\development\CS\mk\msvc10\LINK   plgwxgl
Error   16   error MSB6006: "link.exe" exited with code 1104.   x:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms\Win32\Microsoft.Cpp.Win32.Targets   268   6   plgwxgl
Error   134   error LNK1104: cannot open file 'wxmsw28u_xrc-vc10_d.lib'   x:\development\CS\mk\msvc10\LINK   plgcseditorcore
Error   142   error LNK1104: cannot open file 'wxmsw28u_xrc-vc10_d.lib'   x:\development\CS\mk\msvc10\LINK   appcseditor
Error   150   error LNK1104: cannot open file 'wxmsw28u_xrc-vc10_d.lib'   x:\development\CS\mk\msvc10\LINK   appwxtest
I'm Using Visual Studio 2010.. any suggestions?
Title: Re: CS compiling from the tutorial.
Post by: weltall on October 16, 2011, 01:29:54 am
if the scope is building ps you can ignore that
Title: Re: CS compiling from the tutorial.
Post by: crzyone9584 on October 16, 2011, 01:32:57 am
So i dont need to worry about that just continue on the tutorial and attempt to build ps?
Title: Re: CS compiling from the tutorial.
Post by: weltall on October 16, 2011, 04:19:18 am
yes as we don't use wx. actually iirc to fix those build issues you would need a different set of cs libs but it doesn't matter
Title: Re: CS compiling from the tutorial.
Post by: crzyone9584 on October 16, 2011, 10:15:17 am
Thanks i tried to build ps and had about 16 errors. I'll try again later.