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
Note:
See TracTickets
for help on using tickets.