Re: Running C++ application withour recompiling across differentRedh at versions

2003-06-19 Thread Matthew Saltzman
On Thu, 19 Jun 2003, Arjan van de Ven wrote: > On Thu, 2003-06-19 at 07:20, [EMAIL PROTECTED] wrote: > > All, > > > >I have a C++ application. I want to run it > > In AS2.1/7.x/8.x/9.x without recompiling. > > > > Is there a way? > > > > As of my knowledge If you compile it in 8.x/9.x > > It w

Re: Running C++ application withour recompiling across differentRedh at versions

2003-06-19 Thread Arjan van de Ven
On Thu, 2003-06-19 at 07:20, [EMAIL PROTECTED] wrote: > All, > >I have a C++ application. I want to run it > In AS2.1/7.x/8.x/9.x without recompiling. > > Is there a way? > > As of my knowledge If you compile it in 8.x/9.x > It will not run in AS2.1/7.x. If you compile it in AS2.1/RH7.3, >

Running C++ application withour recompiling across differentRedh at versions

2003-06-18 Thread Muthu_T
All, I have a C++ application. I want to run it In AS2.1/7.x/8.x/9.x without recompiling. Is there a way? As of my knowledge If you compile it in 8.x/9.x It will not run in AS2.1/7.x. If you compile it in AS2.1/RH7.3, Then it will run in RH8.x/9.x only if you install the compatibility Libra