Re: Visual studio question

2019-11-21 Thread AudioGames . net Forum — Developers room : Ty via Audiogames-reflector
Re: Visual studio question Control shift N brings up a new project, and yes,  I created it that way. Specks:OS Name; Value: Microsoft Windows 10 Home  1 of 41Processor; Value: Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz, 4200 Mhz, 4 Core(s), 8 Logical Processor(s)  10 of 41Installed Physical

Re: Visual studio question

2019-11-21 Thread AudioGames . net Forum — Developers room : nuno69 via Audiogames-reflector
Re: Visual studio question Myself I can recommend Rider. It's very swift, however the accessibility might be improved and I will spam the devs about it lol URL: https://forum.audiogames.net/post/478687/#p478687 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin

Re: Visual studio question

2019-11-21 Thread AudioGames . net Forum — Developers room : Hijacker via Audiogames-reflector
Re: Visual studio question I have to admit that I mainly used VS2015/2017 just to create and maintain the project, but I developed in a different editor and compiled and run the project just from the CLI (msbuild), because VS is a bit laggy here. Only exception was when developing

Re: Visual studio question

2019-11-21 Thread AudioGames . net Forum — Developers room : nuno69 via Audiogames-reflector
Re: Visual studio question Did you cereate a project withCTRL+Shift+N? WHat're your machine specs? URL: https://forum.audiogames.net/post/478678/#p478678 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin

Re: Visual studio question

2019-11-20 Thread AudioGames . net Forum — Developers room : Ty via Audiogames-reflector
Re: Visual studio question Nope, there are no error messages. Any other ideas? URL: https://forum.audiogames.net/post/478608/#p478608 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo

Re: Visual studio question

2019-11-20 Thread AudioGames . net Forum — Developers room : Ty via Audiogames-reflector
Re: Visual studio question No error windows are popping up, but I may ask someone with sight if they see anything. And I'm using the one on www.mikedane.com. It talks a little about visual stuff, but it seems to be covering the fundamentals great. URL: https://forum.audiogames.net/post

Re: Visual studio question

2019-11-20 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: Visual studio question And you are sure that you are not getting any errors? On a slightly unrelated note, what tutorial are you using to learn the language? URL: https://forum.audiogames.net/post/478584/#p478584 -- Audiogames-reflector mailing list Audiogames-reflector

Re: Visual studio question

2019-11-20 Thread AudioGames . net Forum — Developers room : Ty via Audiogames-reflector
Re: Visual studio question Hi.Thanks for your reply. When I press control f5, or f5, no new window pops up. Here is my code.using System;namespace test{    class Program    {        static void Main(string[] args)        {            Console.WriteLine("Testing");            Conso

Re: Visual studio question

2019-11-20 Thread AudioGames . net Forum — Developers room : Ian Reed via Audiogames-reflector
Re: Visual studio question If your program is a console application, pressing F5 will launch it in a new window with the debugger attached, then that window will close as soon as the program finishes running.That is often immediately, so might seem like nothing is happening.If you press

Visual studio question

2019-11-20 Thread AudioGames . net Forum — Developers room : Ty via Audiogames-reflector
Visual studio question Hi everyoneSo I'm learning c# and I'm using visual studio as an ide. However, when I press f5 to run my code, nothing. Any ideas of what i'm doing wrong? I can post my code if needed. URL: https://forum.audiogames.net/post/478575/#p478575 -- Audiogames