Click here to Skip to main content
15,921,837 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I had been using Dev C++ to create windows applications.

It is becoming time consuming to use regex or curl.

so thought of using visual studio express.

Can i release my programs created using visual studio? if so then which version i should use?
Posted
Comments
Prasad Khandekar 17-Jun-13 11:34am    
The documentation for Visual Studio Express 2012 for Windows Desktop states following

"Develop in any native Windows language including C#, VB.NET, and C++. Extend your ambitions with support for Windows 8 desktop, Windows Presentation Foundation (WPF), Windows Forms (WinForms), and Win32. Whatever you choose, you’ll find a range of controls, frameworks, and client technologies to support your development."

So I guess you should be able to use it. Please also have a look at compatibility guide (http://www.microsoft.com/visualstudio/eng/products/compatibility)

[no name] 17-Jun-13 11:37am    
Yes, yes you can.

1 solution

Yes, you can. When in doubt, check your EULA, http://en.wikipedia.org/wiki/EULA[^]; you implicitly "sign" it when you do the installation.

—SA
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900