Related:
- Graphics.h download
- Fl studio 21 download - Download - Musical production
- Microsoft store download - Download - App downloads
- Need for speed most wanted 2005 download - Download - Racing
- Bandlab download pc - Download - Musical production
- Mumu player 12 download - Download - Android emulators
4 responses
i have seen my friend to do graphics program in vista NOT DIRECTLY FROM VISTA BUT FROM SAFE MODE USING COMMAND PROMPT.....ENTER THERE WAIT FOR 45-50 SECS BLACK SCREEN WOULD COME SHOWING-------
C:\>
TYPE------
cd..
C:\>cd tc [C:\>would be showing]
C:\TC\>cd bin [C:\TC\>would be showing]
C:\TC\BIN\>tc.exe [C:\TC\BIN\>would be showing]
tc would run without mouse support and then try it
C:\>
TYPE------
cd..
C:\>cd tc [C:\>would be showing]
C:\TC\>cd bin [C:\TC\>would be showing]
C:\TC\BIN\>tc.exe [C:\TC\BIN\>would be showing]
tc would run without mouse support and then try it
xpcman
Posts
19528
Registration date
Wednesday 8 October 2008
Status
Contributor
Last seen
15 June 2019
1,824
18 Sep 2009 à 13:18
18 Sep 2009 à 13:18
You haven't said what version of C you're using. I know they made some Windows versions... and since the BGI graphics libraries pretty much call directly into the VGA BIOS registers, I'm guessing you cannot use them under Windows. So your two choices are to either set the compiler to build an MS-DOS app and work like that, or use GDI32 API calls instead, or some newer API like that.. whatever C provides.