21Jun/11
Arduino to VC++ project launched !
The Arduino To VC++ converter project is published.
http://arduinotovsconverter.codeplex.com/
You'll find the prerequisites and the installation guide on the main page.
Let me know if you like it (and well... if it works
)
How to create a VC++ project file out of my PDE file.
In windows explorer, browse to the PDE file that you want to convert into a Visual Studio C++ project.
Right click - on the pde file and select "Convert to VC++ project"
This will create a new folder containing :
Open the VC++ Project file and… voilà !
I’ve added a new library. How could make sure that my project will be able to use it ?
In Visual Studio, save your changes.
In windows explorer, browse to the vcxproj file.
Right click - on the pde file and select "Convert to VC++ project"
Reopen you project (If you project were already opened, it will reload automatically)


