C++

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
goku

C++

Post 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 ?
Arne Hartelius

Re: C++

Post 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
goku

Re: C++

Post 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
Arne Hartelius

Re: C++

Post 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
goku

Re: C++

Post 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 ?
Guest

Problem with compilation

Post by Guest »

Thanks Arne
It worked. You solved something which Borland people could not solve.
Guest

Post 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?
Post Reply