Opened 19 years ago

Closed 19 years ago

#190 closed Bugs (Fixed)

date_time & MSVC: no __declspec(dllexport)

Reported by: nobody Owned by: az_sw_dude
Milestone: Component: date_time
Version: None Severity:
Keywords: Cc:

Description

Microsoft compiler specific.

The date and time library doesn't declare any of its
classes for export, which means that they get stripped
from the DLLs that are produced.

Temporary workaround is to use the static library,
however for those of use wanting to make a big ol' bag
o' boost everything-included dll, this is a problem.

david@firepro.co.za

Change History (2)

comment:1 by az_sw_dude, 19 years ago

Logged In: YES 
user_id=579686

This problem has been resolved in the 1_31 boost release.

comment:2 by az_sw_dude, 19 years ago

Status: assignedclosed
Note: See TracTickets for help on using tickets.