christian.emerich wrote:Hello,
I really like the WinGui so I wonder if there is a new Version of the Multiwii WinGui which supports the new version number of the latest pre 2.4 release ?
Or is there a short summary how to build the WinGui out of the sources(which tools, buildfiles,...)?
Thanks Christian
I was also interested in compiling the sourcecode. What i had done: (I am using Windows 7)
First install a Client program. You will find some programs at "http://subversion.apache.org/packages.html".
Start the cmd-line Editor (CMD) and type in: "svn checkout
http://mw-wingui.googlecode.com/svn/trunk/ mw-wingui-read-only".
This will download a copy of the win-gui source code. Normally to "c:/user/username/mw-wingui-read-only......
Install VisualStudio2013. It is free from Microsoft (30 day Evaluation).
Start VisualStudio2013 and open the file "MultiWiiWinGui.sln". It's located in the downloaded copy in a subdirectory named trunk/WinGui2.
Now you can compile it with menu-item "Build / Build Solution". A complete working structure is then stored in your working copy "WinGui2\MultiWiiWinGUI\bin\Release". Here you will find the .exe
This was my way to compile the code.
Hope this helps to be a code guru
