Hi,
 
does anyone know why I get these warnings when I try to compile my Xalan implementation class?
 
warning C4273: 'execute' : inconsistent dll linkage.  dllexport assumed
warning C4273: 'getError' : inconsistent dll linkage.  dllexport assumed
warning C4273: 'clone' : inconsistent dll linkage.  dllexport assumed
 
I'm using VC++ sp5 on Windows 2003 server with Xerces2_5 and Xalan1_8
 
The program links but I get "Program too big to fit in memory'  when I run it.
It's only 2500 lines so I am assuming I need to clean up the above warnings - note - It works fine under unix 
 
Any ideas?

Reply via email to