Joe Cosby wrote: > Is it possible to just link the expat code into my application, without using the DLL? yes. either link to static libraries or add all xml*.c files from the lib folder and define COMPILED_FROM_DSP. worked for me in a similar setup. sebastian