Quote:
|
Originally Posted by Natsuki
I would probably need to know how to use the GTK+ and or wxWidgets in Visual C++ 2008 express.. but I didn't know it had a visual editing mode, all I have really used it for is making projects and compiling standard C++ code. I do not know how to code in forms like C# does.. would I have to learn?
|
I can't help you much here. I don't have any experience with Visual C++ nor C#. If you've problems in compiling (and linking) the code (when you're using toolkits) you'll have to find out how to add libraries to Visual C++, which is going to be used when compiling. I can't be more specific than this, sorry.
Edit: This
link is maybe a help.