> Looks strange, because there is still no inter-language part involved > (UNO bridging). Does the (unmodified) counter example compile and run > successfully?
Yes perfectly well. > Seems that even simplest exception handling does not work on your > compiler. Have you tried to write a simple program (without linking > against any SDK libraries) throwing your own exception type, e.g. I ran your example and it ran fine. I had already written such program myself. I copied your code in except.cpp. This is what I compiled it with: gcc -O -fpic -g -I. -I../../../LINUXexample.out/inc/examples -I../../../include -I../../../LINUXexample.out/inc/counter -DUNX -DGCC -DLINUX -DCPPU_ENV=gcc3 -DGXX_INCLUDE_PATH=/usr/local/include/c++/3.2.2 except.cpp -lstdc++ Apart from -lstdc++, everything is same as used by OpenOffice on my machine. There libuno_cppuhelpergcc3.so kind of wraps up stdc++. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
