Question abou Borland's C++ compiler
I''m using Borland''s free C++ compiler which can be found on their site. When I compile my current project I do it like so (well my makefile does it for me ):
bcc32 callback.obj parse.obj ...
This results in an exe file called "callback.exe". How do I set the output name for the executable? When I was using gcc, I could use "-o name" but that doesn''t work with BCC :/
I'm reminded of the day my daughter came in, looked over my shoulder at some Perl 4 code, and said, "What is that, swearing?" - Larry Wall
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement