Discussion:
Borland 5.5 Command line C/C++ compiler
(too old to reply)
#2pencil
2005-09-09 19:46:09 UTC
Permalink
ftp://ftpd.borland.com/download/bcppbuilder/freecommandLinetools.exe

Using this free compiler, is there an option to select which assembler
you wish to use for inline?

C:\Documents and Settings\user\C++>bcc32 inline.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
inline.c:
Warning W8002 inline.c 15: Restarting compile using assembly in
function test
Error E2133: Unable to execute command 'tasm32.exe'

C:\Documents and Settings\jasong\C++>bcc32 /?
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Error E2075: Incorrect command line option: /?

-#2pencil-
f0dder
2005-09-09 20:09:09 UTC
Permalink
Post by #2pencil
ftp://ftpd.borland.com/download/bcppbuilder/freecommandLinetools.exe
Using this free compiler, is there an option to select which assembler
you wish to use for inline?
Probably not - and it would have to be one supporting TASM syntax.
Do yourself a favor and skip borland, and go for the VC2003 toolkit
from Microsoft. Doesn't rely on an external assembler for inline
assembly, and has a much better code generator anyway.

Continue reading on narkive:
Loading...