Notes


Java Programming Notes

Download Java Notes - From Scribd.com


Running C/C++ graphics programs in Windows 7 environment using DOSBox

Use dosbox to mount and run TC.EXE

Download DOSBox from here...


#mounting

Z:\>MOUNT C "PATH OF BIN"
Z:\>C:
C:\>TC

[TURBO C++ IDE opens]

NB:
(1) You can include these mounting and running codes in---
C:\Users\username\AppData\Local\DOSBox\dosbox-0.74.conf
---file at its end as autoexecute commands on startup; so that it will be executed automatically on every startup of DOSBox..

(2) To run in fullscreen mode edit the .conf file mentioned above and change "fullscreen=false" to "fullscreen=true"..



#configure

May need some configuration...

Options->Linker->Libraries->Graphics Library (select it)

NB: Better to copy the files in folders BGI, INCLUDE and LIB and paste to BIN. Now clear the Options->Directories paths..

Post a Comment

0 Comments