Did you try to link it directly from the command line?
After compiling all the .cpp to .o object files, something like
g++ *.o -o SAXCount.exe -lxerces-c
should do the trick.
However, if you still have problems with Eclipse, you should ask for
advice there.
Cheers,
Uwe
meltem baloncumeltem-at-yahoo.com |xerces-c-users mailing list| schrieb:
hi
I'm new to this forum. I have a really important problem. I'm using eclipse
as my IDE and cygwin's gcc 3.4.4 as compiler. I download and install xerces
from apache by my cygwin. but I can't link xerces libraries with eclipse.
when i want to run one of apache xerces sample SAXCount, it doesn't give any
syntax or another error but it does not see main class and gives a red point
on project directory. Please someone can tell me about runnig this xerces
examples on eclipse with eclipse compiling..
thanks.. :)