--- In [email protected], Ray Anderson <[EMAIL PROTECTED]> wrote:
>
> John-
> 
> A couple years ago I compiled the Winrad code (version 0.95 I think)
> using Borland C++ Builder V6.

 I suppose you meant SDRadio, not Winrad. I haven't distributed the
Winrad source code to anybody, before.

 No surprise SDRadio compiled correctly. It was developed with the
Borland C++Builder V6, the same that you used, and never ported to a
more recent environment.

 Between C++Builder V6 and the CodeGear Rad Studio 2007 there are some
differences, but not many. One of them being that the function
Synchronize now wants an explicit address-of.

  Synchronize(myfunc);   // valid with the C++Builder V6

  Synchronize(&myfunc);  // valid with the CodeGear compiler

But that is just a minor point. I had to rebuild the package too, as
letting the compiler do the upgrading did result in some errors.

About the Turbo C++ Express, I don't know if it will fit. I do not
have installed, so cannot check myself.

73  Alberto  I2PHD



Reply via email to