forlano Messages: 1207 Registered: March 2006 Location: Italy
Senior Contributor
Hello,
I'm getting error message from compiler confined in the iml package. For example: the example package "iml" gives (under MSC8):
C:\upp\reference\iml\image.cpp(11) : error C2228: left of '.GetSize' must have class/struct/union
type is ''unknown-type''
C:\upp\reference\iml\image.cpp(11) : error C3861: 'Smiley': identifier not found
C:\upp\reference\iml\image.cpp(12) : error C3861: 'Smiley': identifier not found
My application doesn't compile with error:
C:\upp\uppsrc\Draw/iml_source.h(22) : error C2653: 'IMAGECLASS' : is not a class or namespace name
C:\upp\uppsrc\Draw/iml_source.h(23) : error C2653: 'IMAGECLASS' : is not a class or namespace name
C:\upp\uppsrc\Draw/iml_source.h(23) : error C2065: 'COUNT' : undeclared identifier
C:\Vega\Vega5/Vega.iml(32) : error C2078: too many initializers
The previous version compiled very good. Any idea?
Luigi