Turbo C++ 3 + UE32

Help with setting up and configuring custom user tools in UltraEdit (based on command line input)

Turbo C++ 3 + UE32

Postby nZeus » Mon Oct 02, 2006 8:06 pm

How can I connect tc++3 compiler to ue32 12.10?

I inserted in COMMAND LINE: C:\TC\BIN\TCC.EXE %f
WORKING DIRECTORY: %p

but unsuccessfully...
:roll:

please help
User avatar
nZeus
Newbie
 
Posts: 1
Joined: Sun Oct 01, 2006 11:00 pm

Re: Turbo C++ 3 + UE32

Postby Mofi » Tue Nov 07, 2006 1:10 pm

Read the manual of your compiler. I guess, you will need a makefile because you not only want to compile the C/C++ code to ASM code, you also want to assemble it and link it to an EXE. And the compiler must also know where the default libraries are for compilation.
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 4051
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna


Return to Custom User Tools/Tool Configuration