From: Grzegorz J. <ja...@he...> - 2003-06-03 21:40:34
|
On Tue, 20 May 2003, Debjit Sinha wrote: > Hi, > > While trying to compile a C++ program, I get the following error : > > MOP error: In Encoding::Append(char*,int), too long encoded name > > Can anyone please tell me where to look to resolve this error. GCC > compiles the file without any errors or warnings. OpenC++ has hardcoded limit on variable and type names. Eventually we may get rid of it, but this means substantial reworking of existing code. For the time being you may try to bump the value of MaxNameLen in encoding.h. Let me know if this helps. Best regards Grzegorz > > Thanks, > Deb > > > > ------------------------------------------------------- > This SF.net email is sponsored by: ObjectStore. > If flattening out C++ or Java code to make your application fit in a > relational database is painful, don't do it! Check out ObjectStore. > Now part of Progress Software. http://www.objectstore.net/sourceforge > _______________________________________________ > Opencxx-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opencxx-users > > ################################################################## # Grzegorz Jakacki Huada Electronic Design # # Senior Engineer, CAD Dept. 1 Gaojiayuan, Chaoyang # # tel. +86-10-64365577 x2074 Beijing 100015, China # # Copyright (C) 2002 Grzegorz Jakacki, HED. All Rights Reserved. # ################################################################## |