Related:
- Graphics.h download
- Microsoft store download - Download - App downloads
- Milfy city download - Download - Adult games
- Gta 5 download apk pc - Download - Action and adventure
- Fl studio 21 download - Download - Musical production
- Need for speed most wanted 2005 download apk - Download - Racing
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 October 8, 2008
Status
Contributor
Last seen
June 15, 2019
1,824
Sep 18, 2009 at 01:18 PM
Sep 18, 2009 at 01:18 PM
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.