Turbo C/C++ and other junk compilers help, discussions and queries here

vamsi_krishna

Human Spambot
use Dosbox. It is the only way to run 8bit and 16bit programs like Turbo C in Windows 7

Download DOSBox DOS Emulator from SourceForge.net

Follow the above link and download the file. Follow the instructions bundled.
 
Last edited by a moderator:

elviento

Broken In
windows 7 x64 dosbox-turbo c problem

i managed to run turbo c in windows 7 x64
but my problem is that i cannot compile the program i write
it shows error
i've set the directories to the correct path but still it is not working
please help
*img217.imageshack.us/img217/4186/problemm.png
 

Liverpool_fan

Sami Hyypiä, LFC legend
Re: windows 7 x64 dosbox-turbo c problem

^ You've given far less information. First where did you mount the dosbox's C:? Secondly where is your TC installed?
I suggest you to perform the TC installation inside dosbox, make sure, you create a self contained folder pointed by the virtual C: in DOSBOX.

As a side note I suggest to stay clear of the Turbo C compiler.
Refer to this thread: *www.thinkdigit.com/forum/programming/132924-c-c-beginners-guide-post-basic-questions-here.html
 

elviento

Broken In
Re: windows 7 x64 dosbox-turbo c problem

^ You've given far less information. First where did you mount the dosbox's C:? Secondly where is your TC installed?
I suggest you to perform the TC installation inside dosbox, make sure, you create a self contained folder pointed by the virtual C: in DOSBOX.

tc installation inside dosbox means??
and i installed the tc in h drive
then mouted it into

here is the complete thing..
*img135.imageshack.us/img135/2302/onet.png
*img842.imageshack.us/img842/2116/twox.png
*img529.imageshack.us/img529/7228/therr.png
and i'll check out the tutorial:smile:
 

elviento

Broken In
Re: windows 7 x64 dosbox-turbo c problem

sry for making double post...the edit button's not responding

the thing is that i don't know which one to download from
the site sound forge
i open minigw link and then there are so many links....
please give me the direct link to the software i need to download
thank you
 

sakumar79

Technomancer
Re: windows 7 x64 dosbox-turbo c problem

You have mounted the turbo c directory in U: within dosbox... So, when you are running turbo c, it should have reference to the U: drive and not the h: drive... If you correct it, it should work...

But again, as mentioned by Liverpool_fan, avoid turbo c as it is not standard...

Arun
 

elviento

Broken In
Re: windows 7 x64 dosbox-turbo c problem

got it....
i'll check

edit:
naaa.....still of no use

can anyone tell me what does this means???

"first of all download the executable and execute your downloaded executable in order to facilitate the installation of MinGW"

where's the executable i found none

source *www.thinkdigit.com/forum/programming/132924-c-c-beginners-guide-post-basic-questions-here.html
 
Last edited:

nbaztec

Master KOD3R
Re: windows 7 x64 dosbox-turbo c problem

Well I made this for one of my friends having this issue. Maybe it will help you too. Helped 2 other people in diff. forums.
Download Here
 

Neuron

Electronic.
Re: windows 7 x64 dosbox-turbo c problem

Do these simple steps
1.Since you have installed turbo c in h:,type mount h: h:\
2.z:\>h:
3.h:\>turboc\TC\tc.exe
 

Liverpool_fan

Sami Hyypiä, LFC legend
Re: windows 7 x64 dosbox-turbo c problem

got it....
i'll check

edit:
naaa.....still of no use

can anyone tell me what does this means???

"first of all download the executable and execute your downloaded executable in order to facilitate the installation of MinGW"

where's the executable i found none

source *www.thinkdigit.com/forum/programming/132924-c-c-beginners-guide-post-basic-questions-here.html
There's a link in that tutorial.
Anyway, download it from here:
*sourceforge.net/projects/mingw/fil...20100909/mingw-get-inst-20100909.exe/download
Get that automated installer
 

elviento

Broken In
Re: windows 7 x64 dosbox-turbo c problem

ok got it...i'll check it

i have a zip file called
mingw-w64-v1.0-snapshot-20101003.tar
what's that??

mmm.and again..what's that??
*img268.imageshack.us/img268/2020/downldfail.png

and... :p
haha...how to start after installing??
I open some apps then only a black window appears for a split second then it closes...
please help


and i tried dosbox runner suggested by nbaztec
but still wron directory msg pops up

think its better to leave turbo c
i'll go with minigw but someone tell me how to get it started?? :O
 
Last edited:

Liverpool_fan

Sami Hyypiä, LFC legend
You may try Codeblocks which basically offers an integrated IDE with MinGW.
Code::Blocks
Download it here - *prdownload.berlios.de/codeblocks/codeblocks-10.05mingw-setup.exe

haha...how to start after installing??
I open some apps then only a black window appears for a split second then it closes...
please help
Which apps are you opening? Did you set the path for minGW?
 

elviento

Broken In
Re: windows 7 x64 dosbox-turbo c problem

You may try Codeblocks which basically offers an integrated IDE with MinGW.
Code::Blocks
Download it here - BerliOS Download - The Open Source Mediator


Which apps are you opening? Did you set the path for minGW?

i opened minigw.exe inside the bin folder i suppose...
(its in my laptop i'm using a desktop now)

one thing didn't get downloaded...wonder what

and no i didn't set the path.....i've seen the steps in the tutorial
but tell me why do we do that..i didn't understand it...


codeblocks...
the berilOS server is down...it shows "too many clients"
 
Last edited:

Liverpool_fan

Sami Hyypiä, LFC legend
Re: windows 7 x64 dosbox-turbo c problem

i opened minigw.exe inside the bin folder i suppose...
(its in my laptop i'm using a desktop now)

one thing didn't get downloaded...wonder what

and no i didn't set the path.....i've seen the steps in the tutorial
but tell me why do we do that..i didn't understand it...


codeblocks...
the berilOS server is down...it shows "too many clients"
You don't double click the mingw.exe file. It's a text based application.
You first open the Command Prompt and then type the command, gcc or g++.
Basically you set the path because you need to run the gcc, g++ programs without specifying the full path.
I see you are not very experienced with command line. I guess Codeblocks would be perfect for you.
I can download Codeblocks BTW, try it again.
 

elviento

Broken In
Re: windows 7 x64 dosbox-turbo c problem

yup i'm weak in command line...
ok i'll try code blocks..
thank you
 

ajooba215

Journeyman
turbo c++ stopped working..

My turbo C++ have stopped working, God knows for what resaon...i havent used it for smtime...but i dnt wanto install OS again..is there any way to troubleshoot? i tried installing it again and in the other partition other than C: but dint work...the black DOS screen appears for couple of second after double clicking it and then it comes to normal..it ends automatically...i tried running it in safe mode too but no good....any help?
 
Top Bottom