Greetings
A friend needs me to make a program for him using Turbo C++ 3.01... well, if I try to compile -some- projects under the DOS IDE it works, but man... a DOS IDE... you get what I mean, so I'm trying with a Windows editor (specifically EditPlus 2) and compiling works, but not linking...
This is my code
When compiling, I get... (TCC test)Code:#include <iostream.h> main() { cout << "This is a test"; return 0; }
When linking, I get... (TLINK test)Code:Turbo C++ Version 3.00 Copyright (c) 1992 Borland International test.cpp: Available memory 4094936
Of course, I'm not dumb, so here's my PATHCode:Turbo Link Version 5.0 Copyright (c) 1992 Borland International Error: Undefined symbol ostream::outstr(const char near*,const char near*) in module TEST.CPP Error: Undefined symbol _COUT in module TEST.CPP Warning: No stack
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\Sy stem32\Wbem;C:\Archivos de programa\Archivos comunes\Autodesk Shared\;C:\Archivos de programa\backburner 2\;C:\Archivos de programa\Archivos comunes\Adobe\AGL;F:\Tc;F:\Tc\Bin;F:\Tc\Include;F: \Tc\Lib
Where F:\ is the drive where I have TC.
Now, why it works in the IDE, and not in the command line? and how would I make it work in the command line or in EditPlus 2? anyone have an idea why this doesn't links, and in the DOS IDE does?![]()



LinkBack URL
About LinkBacks



