I've Borland BC++ 4.52 version which came with PCPLUS.
It produces applications that can only run within the
"IDE" !!
However, if the compiled app. runs within the "IDE", it
means that it has all the "necessary code" for that !
How can get it produce an .exe that can run
without the Borland IDE loaded ?
Thanks
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
bcc example.c
-or-
bcc example1.c stuff.obj allegro.lib
that's with no options tho, you might look thru the options and see what you want(like 386 instructions and whatever else you find)
: Hi All,
: I've Borland BC++ 4.52 version which came with PCPLUS.
: It produces applications that can only run within the
: "IDE" !!
: However, if the compiled app. runs within the "IDE", it
: means that it has all the "necessary code" for that !
: How can get it produce an .exe that can run
: without the Borland IDE loaded ?
: Thanks