$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Alex Baskakov (alex_baskakov_at_[hidden])
Date: 2005-01-13 07:32:00
How are you, boost?
I'm using /Gr option in my project under vc7.1
(the __fastcall calling convention for all functions except C++ member
functions and functions marked __cdecl or __stdcall)
And I'm trying to build boost with /Gr option but there are some troubles, for
example, with Boost.Test library (it define 'main' function without __cdecl)
So, what is the right way to do that? Is it possible to use boost in
another calling vc7.1 conventions?
Bye.