
"Alex Baskakov" <alex_baskakov@land.ru> wrote in message news:11923387890.20050113153200@land.ru...
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.
Hi, Alex I did got you message before about this problem. I did not answer yet mostly due to my limited knowledge of fastcall convention and everything that is related to it and usual time constrains. I will make it work though. Gennadiy