
I am using Visual C++ 9.0 2008 Express Edition with the pre-built boost
libraries ver 1.35.0 for Windows .
I am using the date_time functions from boost. Everything works fine till i
decided to
print the date objects through the to_simple_string(date) function . I
receive the below linker errors .
Can you guys advise me whats wrong ?
public: char const * __clrcall
boost::gregorian::greg_month::as_long_string(void)const "
(?as_long_string@greg_month@gregorian@boost@@$$FQBMPBDXZ) referenced in
function "public: static class std::basic_ostream

AMDG Husain Das wrote:
I am using Visual C++ 9.0 2008 Express Edition with the pre-built boost libraries ver 1.35.0 for Windows .
I am using the date_time functions from boost. Everything works fine till i decided to print the date objects through the to_simple_string(date) function . I receive the below linker errors .
Can you guys advise me whats wrong ?
public: char const * __clrcall
The library was not compiled using __clrcall. Can you use a win32 project instead of a CLR project? In Christ, Steven Watanabe
participants (2)
-
Husain Das
-
Steven Watanabe