Page 1 of 1
C++
Posted: Sun Mar 10, 2002 9:06 am
by goku
can i compile c++ using texpad ? (i mean, just like they way textpad deal with java)
if yes, where can i download the c++ compiler ?
i'm new to c++, anyone help ?
Re: C++
Posted: Sun Mar 10, 2002 11:28 pm
by Arne Hartelius
Yes you can download a free C++ compiler at:
http://www.borland.com/bcppbuilder/free ... steps.html
Then go to the very well written tips-page here at TextPad where Garth Fielding II will guide you through the installation process.
http://www.textpad.com/support/tips/borlandtip.html
I did so and everything worked fine apart from one small problem that I wrote about a couple of weeks ago in this forum. Still haven't worked that one out.
http://www.textpad.com/forum/read.php?f=1&i=2636&t=2636
Good Luck !
Arne
Re: C++
Posted: Sun Mar 24, 2002 8:07 am
by goku
ok, i did all the tips told me to do, and i still cannot compile...here's the error
:\My Documents\test.cpp:
Error: Unresolved external 'WinMain' referenced from C:\BORLAND\BCC55\LIB\C0W32.OBJ
Tool completed with exit code 1
Re: C++
Posted: Sun Mar 24, 2002 12:47 pm
by Arne Hartelius
Hello goku!
OK, if you are compiling a console application (DOS window) of Hello World type you should probably change the capital M to a capital C in Parameters:
-w-par -tW -tWM -q $File
-w-par -tW -tWC -q $File
Try that and let us know if it helps.
Arne
Re: C++
Posted: Sun Mar 24, 2002 10:45 pm
by goku
ok thanz very much !! working now
my question, what difference does it makes ??? M ? C ??
i'm completely new to c++, anyone tell me pls ?
Problem with compilation
Posted: Wed Mar 19, 2003 1:20 am
by Guest
Thanks Arne
It worked. You solved something which Borland people could not solve.
Posted: Tue Apr 01, 2003 4:09 am
by Guest
C:\programminga\ass1Q3.cpp:
Error E2133: Unable to execute command 'ilink32.exe'
i have this error when i tried to compile
i have done the steps in
http://www.textpad.com/support/tips/borlandtip.html
but strangely i have this error
do anyone know how to fix this?