Discussion:
Help using wx...3.0.1 with Visual Studio Express 2013
ArbolOne
2014-08-20 01:50:06 UTC
Permalink
Howdy boys and girls, in my compilation of wxWidgets-3.0.1 I took the
following steps:
1 - Open Project ->D:\wxWidgets-3.0.1\build\msw\wx_vc12
2 - Solution Platform = x64
3 - and compiled the toolkit as 'Release'.

Everything went hanky dory ;). However, I am not sure how to add the
wxWidget-3.0.1 library to the Visual Studio Solution; you know, so that
I can just '#include' the hearder files to my program. Is there tutorial
that explains how to do this?


Thanks
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
'Ray Satiro' via wx-users
2014-08-22 06:26:04 UTC
Permalink
I use the wxWidgets template. I've tried it in Visual Studio and it works well. You can read more about it here:
http://wiki.wxwidgets.org/Microsoft_Visual_C++_NuGet
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Loading...