forlano Messages: 1207 Registered: March 2006 Location: Italy
Senior Contributor
luzr wrote on Wed, 25 October 2006 15:07
Definitely, this is the problem. Actually, this is rather a problem in C++ build process (non-U++ related). You simply cannot have to different classes with the same name. Surprisingly, there is some problem detecting this situation in linker (I am not quite sure why, Tom know that .
Moral of the story: Class name clash is problem.
Mirek
OK. Simply renaming one class fixed the problem. I believed that the name "FontDisplay" was same special U++ reserved name to do this special task ...