Issues.00226 - lordmundi/wikidoctest GitHub Wiki

00226: Link issues with dcomm under C++

« 00225 | Issues | 00227 »

Summary: Link issues with dcomm under C++

Created: 2010–02–08 16:25

Status: Released

Category: Bug

From: mark

Version: 2.0

Released_In: 2.2

Description:

The dcomm library is compiled using C linkage conventions. The d_comm.h header does not surround all exported functions with extern "C", leading to link errors when compiling with C++.


Comments

jeff 2010–07–22 - extern "C" declarations have been included for all externally available functions in dcomm. Awaiting final testing before including in next release…


« 00225 | Issues | 00227 »

Associated Commits