Re: Elecric 6.08 compile problems
Steven Rubin <[email protected]> Sun, 03 Aug 2003 15:02:25 -0700
| Newsgroups | gmane.comp.cad.electric.bugs |
|---|---|
| Message-ID | <[email protected]> |
> > 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