Re: (no subject)
Sebastian Pipping <[email protected]> Thu, 03 Jan 2008 23:45:20 +0100
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <[email protected]> |
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