$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [system] Link error using __stdcall
From: Igor R (boost.lists_at_[hidden])
Date: 2009-06-08 05:32:16
> What I don't understand is why when I build the COM DLL in 'Debug mode'
> it works!
Probably, because you've got different default calling conventions in
Debug and Release modes.
In project properties go to "Configuration
properties"-->"C/C++"-->"Advanced"-->Calling convention.