$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Marcus Krantz (krantz.marcus_at_[hidden])
Date: 2005-11-14 13:52:06
Hi.
I'm trying to integrate two applications. The first is configured to use
fastcall and the other is using cdecl... The thing is that I get linking
errors which says that boost uses thiscall? eh.
However, i can change the other application to use fastcall too, but
when i try to link the integrated application it says as i mentioned
earlier that boost uses thiscall.
Can i configure boost to use whatever I want?
regards
Marcus