Subj : Re: Export To : borland.public.cpp.borlandcpp From : "Ed Mulroy [TeamB]" Date : Thu Aug 28 2003 10:04 am What do you mean by a "freestanding binary module"? Do you mean a program? If so that is what Borland C++ does. What does "some other system" mean? If you mean another computer running the same operating system, then ok, that is what the compiler does. If you mean another operating system then the answer depends upon what that system is. Please give some more information. Which version of Borland C++ are you using? What operating system are you using? What is the target type you have selected for the project? What operating system is used by the other, target computer? .. Ed > Henry wrote in message > news:3f4dfb94@newsgroups.borland.com... > > Consider the code below: > int a ,b,c; > c = a + b; > cout< > How can these statements be compiled into a freestanding > binary module that we can export to some other system? .