Re: How to compile C# scripts in Notepad ++? It's possible?

2020-12-30 Thread AudioGames . net Forum — Developers room : Turkce_Rap via Audiogames-reflector


  


Re: How to compile C# scripts in Notepad ++? It's possible?

@NunoSorry. i miss understood You then.

URL: https://forum.audiogames.net/post/603157/#p603157




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: How to compile C# scripts in Notepad ++? It's possible?

2020-12-30 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector


  


Re: How to compile C# scripts in Notepad ++? It's possible?

@9, yes, the VS dev prompt. That is there for the express purpose of configuring a command-line development environment for you. Don't reinvent the wheel.

URL: https://forum.audiogames.net/post/603102/#p603102




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: How to compile C# scripts in Notepad ++? It's possible?

2020-12-30 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector


  


Re: How to compile C# scripts in Notepad ++? It's possible?

Hi @Ethin,Do you mean the VS Dev Prompt? Well, I used just the tools I knew, sorry.

URL: https://forum.audiogames.net/post/603029/#p603029




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: How to compile C# scripts in Notepad ++? It's possible?

2020-12-29 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector


  


Re: How to compile C# scripts in Notepad ++? It's possible?

I really wouldn't do this kind of PATH manipulation if I were you to get the MSVC compilers working. I've found that doing so causes major problems (e.g.: I tried it with the C++ one and it broke the compiler). There is a command line environment that you can open expressly for this purpose. I strongly recommend just using that instead of trying to hack together your own solution.

URL: https://forum.audiogames.net/post/602967/#p602967




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: How to compile C# scripts in Notepad ++? It's possible?

2020-12-29 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector


  


Re: How to compile C# scripts in Notepad ++? It's possible?

What software? I don't talk about any software. I just said that for the software Dash writes csc is good enough.

URL: https://forum.audiogames.net/post/602948/#p602948




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: How to compile C# scripts in Notepad ++? It's possible?

2020-12-29 Thread AudioGames . net Forum — Developers room : Turkce_Rap via Audiogames-reflector


  


Re: How to compile C# scripts in Notepad ++? It's possible?

NunoWhat software are You talking about?

URL: https://forum.audiogames.net/post/602946/#p602946




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: How to compile C# scripts in Notepad ++? It's possible?

2020-12-29 Thread AudioGames . net Forum — Developers room : Turkce_Rap via Audiogames-reflector


  


Re: How to compile C# scripts in Notepad ++? It's possible?

NunoWhat software are You talking abut?

URL: https://forum.audiogames.net/post/602946/#p602946




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: How to compile C# scripts in Notepad ++? It's possible?

2020-12-28 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector


  


Re: How to compile C# scripts in Notepad ++? It's possible?

@Granny, for the software he currently writes the command line compiler is good enough.Go to run dialog, type systempropertiesadvanced and press enter.Go to "Environment variables"  button (zmienne środowiskowe) in PolishFrom the second listbox select "Path" and click "Edit"CLick on "New" and typeC:\Windows\Microsoft.NET\Framework64\v4.0.30319Now you can compile scripts from cmd by typing csc fucktheworld.cs.The file "fucktheworld.exe" will be created in the current dir.

URL: https://forum.audiogames.net/post/602626/#p602626




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: How to compile C# scripts in Notepad ++? It's possible?

2020-12-28 Thread AudioGames . net Forum — Developers room : GrannyCheeseWheel via Audiogames-reflector


  


Re: How to compile C# scripts in Notepad ++? It's possible?

You write your code, save the file and compile it on the command line.

URL: https://forum.audiogames.net/post/602611/#p602611




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: How to compile C# scripts in Notepad ++? It's possible?

2020-12-28 Thread AudioGames . net Forum — Developers room : dash via Audiogames-reflector


  


Re: How to compile C# scripts in Notepad ++? It's possible?

My computer is to slow to use VS then i asked about the alternative. How to use msvc with Notepad PlusPlus?

URL: https://forum.audiogames.net/post/602608/#p602608




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: How to compile C# scripts in Notepad ++? It's possible?

2020-12-28 Thread AudioGames . net Forum — Developers room : dash via Audiogames-reflector


  


Re: How to compile C# scripts in Notepad ++? It's possible?

My computer is to slow to use VS then i ask about the alternative. How to use msvc with Notepad PlusPlus?

URL: https://forum.audiogames.net/post/602608/#p602608




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: How to compile C# scripts in Notepad ++? It's possible?

2020-12-28 Thread AudioGames . net Forum — Developers room : GrannyCheeseWheel via Audiogames-reflector


  


Re: How to compile C# scripts in Notepad ++? It's possible?

msvc.exe but I highly recommend not going this route and instead using Visual Studio.

URL: https://forum.audiogames.net/post/602607/#p602607




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector