Related:
- Graphics.h download
- Kmspico download - Download - Other
- Davinci resolve 17 download - Download - Video editing
- Minecraft java edition free download - Download - Sandbox
- Google meet download for pc - Download - Video calls
- Gta 5 download apk pc - Download - Action and adventure
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
19531
Registration date
Wednesday October 8, 2008
Status
Contributor
Last seen
June 15, 2019
1,832
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.