Re: Query on foot print..
Karl Waclawek <[email protected]>
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <[email protected]> |
Santosh Yatnatti wrote: > Hi Karl, > With those settings what you had given, size is still 136 KB.. > Is there anyother way to make it still smaller? > Thanks, > Santosh I specified XML_MIN_SIZE in the project properties and commented out the defines for XML_DTD, XML_NS and XML_CONTEXT_BYTES in winconfig.h, and got 128KB. None of the project settings to minimize code size made a difference. Actually, XML_MIN_SIZE does not seem to have an effect when specified as project setting, but if you define it in winconfig.h, it works. I got it down to 108 KB. Hope that helps, Karl