I am using the Xerces 2.5 DevPak in Dev-C++ on Windows. Although I have
called

XMLPlatformUtils::Initialize();

the following line crashes the application:

XercesDOMParser *xml_parser = new XercesDOMParser();

Using try{} catch (...) does not help. gdb detects a segmentation fault. The
backtrace points to the second default parameter (the default memory
handler).

The program is linked to the Xerces lib (8MB+) and the dll (4MB+) found in
the DevPak's lib folder.

Am I overlooking something obvious here?

I'd be very grateful for all help!
Gerald

-- 
View this message in context: 
http://www.nabble.com/new-XercesDOMParser-crashes-application-%28after-successful-Initialize%29-tf2724686.html#a7598106
Sent from the Xerces - C - Users mailing list archive at Nabble.com.

Reply via email to