On 18 June 2010 18:11, Martin Lucina <[email protected]> wrote:

> [email protected] said:
> > This is a clean build from the repository. x86 builds fine. x64 gets the
> linker
> > errors.
> >
> > 2.0.6 builds in a x64 in my environment, so it seems to be something that
> > changed in 2.0.7.
>
> I know one thing that changed that's suspect. __declspec(dllexport) and
> __declspec(dllimport) depend on _WIN32 being defined, while in 2.0.6 they
> depended on some silly manual define.
>
> Now, I don't have Win64, so does anyone know or can you find out if _WIN32
> is defined by the compiler for 64-bit Windows, or if not, then what is?
> _WIN64?
>
>
_WIN32 is defined, but all the confusing function declarations are replaced
with one calling system which is closest to __fastcall.

-- 
Steve-o
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to