Hi Paul,
I tried the dll as well and it works quit well!
What I would like to know is how does the final program (release) knows where to find the dll? I would think that the program will first look in the current directory for the dll. But if more than one program uses the dll it would be better to have a central copy of that. If not in the current directory, how should I solve this?
Must I 'register' the dll somehow? I tried regsvr32 xml_parser.dll but get the message that the entry point was not found. What does this mean and how can I solve this?
Jacques