Antwort: Re: newbie question...
| Newsgroups | gmane.comp.lib.libwww |
|---|---|
| Message-ID | <OF8DAEC340.612ADAC1-ON42256D95.001F3CB4-C2256D95.001AE707@intern.airg.verena.ro> |
If I remember right, on msvc6.0 you need some additional libraries that are not found in the distribution. One of them is the regex library. I used the regex from gnu but tried the regex from boost also and it worked. The same is right for zip library, xml parser. I think there is a link, starting from wwwlib page, that explain the process of compiling the library on windows/msvc. It worked for me but some months ago. My approach was to get all the libraries from that list and recompile them on windows, from sources. It took some time (4-8 hours) but the result was fine. If you have other problems please let me know and I'll try to help as much as possible. Marius. "Rashid Khan" <[email protected]> Gesendet von: [email protected] 09/02/2003 07:08 AM An: <[email protected]> Kopie: Thema: Re: newbie question... Thanks for the reply and you were right. I got found the wwwsys.h file....added it in the path and the error is now gone, but right after, it's missing regex.h. This time I can't seem to locate that file anywhere on my system. There must be a better way to do this.....am I missing files? I downloaded the full distribution from the website.... Help...... -Rashid.