bug-gnu-electric
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Elecric 6.08 compile problems


From: Steven Rubin
Subject: Re: Elecric 6.08 compile problems
Date: Sun, 03 Aug 2003 15:02:25 -0700


> While building electric 6.08 on Visual C++ 5.0, I get
> following compile errors:
> please tell me which version works with visual c++
> 5.0 or the way to correct these errors.
>
> src\include\network.h(99) : error C2669: illegal to
> overload member 'operator delete' with different
> number of formal arguments

I have found that different compilers react differently to the destructor definitions in "network.h". I had tested this with more recent versions of Visual C++ (6.0 and .NET...7.0) but not with 5.0. I suggest that you try out the code that is defined for the Macintosh (the #ifdef MACOS) and see if that helps. The Macintosh compilers were, as far as I knew, the other style of handling the destructors. This style may work for VC 5.0.

   -Steven Rubin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]