
13 Jan
2005
13 Jan
'05
12:32 p.m.
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.