#2pencil
2005-09-09 19:46:09 UTC
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-
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-