Re: [pcre-dev] A test for the memory mismatch problem

Pàgina inicial
Delete this message
Autor: Bob Rossi
Data:  
A: pcre-dev
Assumpte: Re: [pcre-dev] A test for the memory mismatch problem
On Mon, Apr 02, 2007 at 11:00:13AM -0400, Sheri wrote:
> Philip Hazel wrote:
> > The URL wasn't particularly helpful, but I did find
> >
> > http://msdn2.microsoft.com/en-us/library/28d6s79h.aspx
> >
> > which talks about .def files. However, I find from there this:
> >
> >    In newer compiler versions, you can export data, functions, classes,
> >    or class member functions from a DLL using the __declspec(dllexport)
> >    keyword. __declspec(dllexport) adds the export directive to the
> >    object file so you do not need to use a .def file.

> >
> > and I note that pcre.h does have the --declspec magic.
> >
> > I am learning more about Win32 that I really want do. :-)
> >
> I know how exactly how you feel :D
>
> It sounds like it will be awhile yet before the Cmake approach supports
> shared dlls for Windows. I hope (but never expect) anything new to go
> smoothly.


Sheri,

Just curious, what environment are you in that is causing you all of
this trouble? (compiler, shell, ...)

Bob Rossi