Search results

  1. X

    Delphi EX6 Alternatives?

    Well Java/C/C++/Ptyhon to name a few. If you insist on .NET, then you need to use MonoDevelop for cross-platform compatibility.
  2. X

    C# - How to combine all files into a single .exe file?

    Assuming you are using Visual Studio: 1) Open your project 2) In the top menu bar, choose Build > Configuration Manager... 3) Set Active Solution Configuration to Release 4) Rebuild Solution 3) Change Active Build to Release 4) Right click on project -> Build You should have a .exe file in...
Back
Top