Re: building expat DLL on Windows
Karl Waclawek <[email protected]>
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <[email protected]> |
Manish Marathe wrote: > Hello, > > I wish to build expat DLL on Windows 2003 server, a Multithreaded one using > Visual C++. Reading the Readme.txt under the win32 directory informs that > expat.dsw workspace can be used which uses different .dsp's from the lib > directory. I am using VC6, but the project workspace doesn't show up > anything. It works for me. Try it on another Windows machine. Maybe it depends on what software you use to unpack the tar.gz archive. > Also if I try to run VC from the command line like : > msdev expat.dsp /MAKE "expat - Win32 Release" /REBUILD /USEENV /OUT > build.log > > The build.log says, "This Makefile was not generated by Developer Studio" > There is no make file for MS VC++ provided. It should work from the IDE. Karl