Re: Compiler for C for Windows

2016-07-05 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: Compiler for C for Windows Hi Ishan,GCC is a command-line application. By default there is no GUI since Linux system administrators and developers usually prefer working on the command line rather than with the GUI. The simple usage of GCC looks like:gcc [options] <...>By defau

Re: Compiler for C for Windows

2016-07-04 Thread AudioGames . net Forum — Developers room : Ishan Dhami via Audiogames-reflector
Re: Compiler for C for Windows Hi ethin! does GCC competeble with JAWS? I use JAWS for everything so I want to know. ThanksIshan URL: http://forum.audiogames.net/viewtopic.php?pid=266746#p266746 ___ Audiogames-reflector mailing list

Re: Compiler for C for Windows

2016-07-02 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: Compiler for C for Windows Hi,JAWS has native support for VS2010, but I wouldn't recommend using VS at all due to the fact that it makes it harder to port your apps to other platforms. If you use GCC, porting your apps between Windows, Mac OS X, and Linux is a breeze. (GCC is also

Re: Compiler for C for Windows

2016-06-30 Thread AudioGames . net Forum — Developers room : Victorious via Audiogames-reflector
Re: Compiler for C for Windows What's visual studio 10? Do you mean 2010? I'm not sure about 2010, but I think there are some scripts that are out there for it. URL: http://forum.audiogames.net/viewtopic.php?pid=266378#p266378

Re: Compiler for C for Windows

2016-06-30 Thread AudioGames . net Forum — Developers room : Ishan Dhami via Audiogames-reflector
Re: Compiler for C for Windows Hi victorious! I have a question for you does visual studios 10 is accessible with jaws? ThanksIshan URL: http://forum.audiogames.net/viewtopic.php?pid=266359#p266359 ___ Audiogames-reflector mailing list

Re: Compiler for C for Windows

2016-06-22 Thread AudioGames . net Forum — Developers room : sneak via Audiogames-reflector
Re: Compiler for C for Windows Hey thanks for that Victorious. I just installed it and this gives me an idea of what to expect. At least they've marked them as bugs, rather than just features. URL: http://forum.audiogames.net/viewtopic.php?pid=265506#p265506

Re: Compiler for C for Windows

2016-06-15 Thread AudioGames . net Forum — Developers room : TJ . Breitenfeldt via Audiogames-reflector
Re: Compiler for C for Windows So, I was able to get minGW installed, it was a little tricky, because the interface to download the packages is not very accessible, but once I had the package I needed marked for download I couldn't find where the download button was with Jaws or NVDA. I

Re: Compiler for C for Windows

2016-06-14 Thread AudioGames . net Forum — Developers room : Victorious via Audiogames-reflector
Re: Compiler for C for Windows Visual studio-wise, its useable with jaws and NVDA, but without access to debugging facilities. See the link below for the list of accessibility bugs that have not been fixed.https://connect.microsoft.com/VisualStu … y-bug-list URL: http

Re: Compiler for C for Windows

2016-06-11 Thread AudioGames . net Forum — Developers room : kaigoku via Audiogames-reflector
Re: Compiler for C for Windows If you're a fan of using Unix-style tools, such as GCC, etc, then you should really consider using Cygwin. You can just download the installer, and pass a few command line parameters to it to download git, openssh client, and more. You can use a command like

Re: Compiler for C for Windows

2016-06-11 Thread AudioGames . net Forum — Developers room : kaveinthran via Audiogames-reflector
Re: Compiler for C for Windows hi,can anyone provide link to download visualstudio v6? URL: http://forum.audiogames.net/viewtopic.php?pid=264025#p264025 ___ Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Compiler for C for Windows

2016-06-11 Thread AudioGames . net Forum — Developers room : visualstudio via Audiogames-reflector
Re: Compiler for C for Windows hello,for c Compiler, i recommend you to get that fromMinGW W64it has both 32 and 64 bit versions URL: http://forum.audiogames.net/viewtopic.php?pid=263960#p263960 ___ Audiogames-reflector mailing list

Re: Compiler for C for Windows

2016-06-10 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: Compiler for C for Windows @blindncoolIts based on Python 2.X I believe. URL: http://forum.audiogames.net/viewtopic.php?pid=263950#p263950 ___ Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https

Re: Compiler for C for Windows

2016-06-10 Thread AudioGames . net Forum — Developers room : Figment via Audiogames-reflector
Re: Compiler for C for Windows My favorite version of Visual Studio was version 6 because it was the last version before .NET was introduced. I absolutely refuse to give up my Visual Studio 6 CDs and manuals.The last version I used was version 10 and that was 4 years ago before I lost my

Re: Compiler for C for Windows

2016-06-10 Thread AudioGames . net Forum — Developers room : blindncool via Audiogames-reflector
Re: Compiler for C for Windows Does anyone remember if "Learn Python the Hard Way" is based on Python 2.X or 3.X? I can't recall which version is used. URL: http://forum.audiogames.net/viewtopic.php?pid=263904#p263904 ___

Re: Compiler for C for Windows

2016-06-10 Thread AudioGames . net Forum — Developers room : TJ . Breitenfeldt via Audiogames-reflector
Re: Compiler for C for Windows I have not installed visual studio, but I have thought about it. What version would you recommend for best accessibility? Is there a command line option so that I don't have to use the visual studio IDE if I don't want to?At blindncool, I actually learned C

Re: Compiler for C for Windows

2016-06-10 Thread AudioGames . net Forum — Developers room : Figment via Audiogames-reflector
Re: Compiler for C for Windows If I needed to write something in C or C++ in Windows, I'd use Visual Studio mainly because that's what I'm familiar with. URL: http://forum.audiogames.net/viewtopic.php?pid=263870#p263870 ___ Audiogames

Re: Compiler for C for Windows

2016-06-10 Thread AudioGames . net Forum — Developers room : blindncool via Audiogames-reflector
Re: Compiler for C for Windows What do you use to learn C? I've been interested in learning it for a while, but since I'm not very experienced with Python I've been putting that on hold.I'd recommend using Bloodshed Dev C/C++, as it uses MinGW as its compiler. URL: http