Amiga.org

Operating System Specific Discussions => Amiga OS => Amiga OS -- Development => Topic started by: Karlos on February 09, 2005, 01:27:39 AM

Title: C++ name length...
Post by: Karlos on February 09, 2005, 01:27:39 AM
Has anybody ever bumped into classname length issues with gcc2.95.3 for amigaos?

Im trying to track down a *really* bizzare bug in some code, and at this moment in time, the only difference between a pair of classes (one working, one not) is the name :lol:

The latter one has a longer name "InteractiveScreenBuffered" than the other which is just "InteractiveScreen".

I have literally cloned the working class and found just renaming it seems to cause this most bizzare foulup.

Right now, all I can think of is some bug in linking relating to a possible (though totally unproven) name length restriction is giving a bad executable.

Any other ideas?
Title: Re: C++ name length...
Post by: Karlos on February 09, 2005, 11:52:17 AM
Ah, forget it. The actual bug happened to be in another place :lol: