Welcome, Guest. Please login or register.

Author Topic: C++ name length...  (Read 937 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline KarlosTopic starter

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16867
  • Country: gb
  • Thanked: 4 times
C++ name length...
« 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?
int p; // A
 

Offline KarlosTopic starter

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16867
  • Country: gb
  • Thanked: 4 times
Re: C++ name length...
« Reply #1 on: February 09, 2005, 11:52:17 AM »
Ah, forget it. The actual bug happened to be in another place :lol:
int p; // A