Author Topic: CS compiling from the tutorial.  (Read 708 times)

crzyone9584

  • Wayfarer
  • *
  • Posts: 5
    • View Profile
CS compiling from the tutorial.
« 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?

weltall

  • Associate Developer
  • Veteran
  • *
  • Posts: 1671
    • View Profile
    • http://weltall.heliohost.org
Re: CS compiling from the tutorial.
« Reply #1 on: October 16, 2011, 01:29:54 am »
if the scope is building ps you can ignore that

crzyone9584

  • Wayfarer
  • *
  • Posts: 5
    • View Profile
Re: CS compiling from the tutorial.
« Reply #2 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?

weltall

  • Associate Developer
  • Veteran
  • *
  • Posts: 1671
    • View Profile
    • http://weltall.heliohost.org
Re: CS compiling from the tutorial.
« Reply #3 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

crzyone9584

  • Wayfarer
  • *
  • Posts: 5
    • View Profile
Re: CS compiling from the tutorial.
« Reply #4 on: October 16, 2011, 10:15:17 am »
Thanks i tried to build ps and had about 16 errors. I'll try again later.