Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

How to develop a windows application like Notepad++ that doesn't require dotnet framework. ie., making simple exe without setup?
Posted
Comments
[no name] 25-May-14 8:17am    
Huh? If you do not want to use the .NET framework then use a programming language that does not require it. If you want to just copy paste your exe from one computer to another then target the same .NET framework version on your target computer and don't use 3rd party DLLs.

1 solution

You can program in c, c++, delphi etc. which are not dependent on .net
 
Share this answer
 

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