Boost logo

Boost Users :

Subject: Re: [Boost-users] Methods prefixed by cdecl?
From: Igor R (boost.lists_at_[hidden])
Date: 2010-10-19 18:36:19


>   I'm using Windows 7 (64 bit)

Do you compile for 64 bit? Boost and your application should be built
for the same architecture.

> But the methods it's looking for are prefixed by "__cdecl". I've tried compiling my code with the /Gd and
> /Gz options, and neither seemed to work.

/Gz is for stdcall, /Gd is for cdecl. If you do not specify either of
them, then __thiscall is used for c++ member functions by default.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net