From: John Maddock (john_at_[hidden])
Date: 2006-06-24 07:36:44


Alain Cormier wrote:
> I found discussions about similar errors in the archive but nothing
> that helped me solve my problem.
>
> Does anyone know how to solve this?
>
> I'm working with Borland C++ Builder 2006.

All I can say is I've seen that with C++ Builder and all kinds of code.
Sometimes it only happens when compiling from the IDE, sometimes only from
the command line. All I can suggest is that you try and simplify the code
and split it between multiple source files.

John.