MrsMad / pw-tools

Automatically exported from code.google.com/p/pw-tools
1 stars 0 forks source link

sPCK project can not compile in Visual Studio 2010 #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
sPCK project can not compile in Visual Studio 2010.

Original issue reported on code.google.com by softre...@gmail.com on 13 Oct 2012 at 8:43

GoogleCodeExporter commented 9 years ago
the makefile of spck (spck.cbp) is not for visual c++ (ide & compiler), it's 
for code::blocks and mingw32 compiler

spck requires wxWidgets (wxMSW) headers and libraries to compile

your options are creating a makefile and integrate wxMSW into visual c++ or use 
code::blocks and mingw32 (https://code.google.com/p/wx-dev-suite/)

Original comment by max_schm...@gmx.net on 15 Oct 2012 at 1:03