Please report new issues athttps://github.com/DOCGroup
Building an exe on Windows that uses ACE_Null_Mutex, ACE_Null_Barrier, ACE_Null_Semaphore or ACE_Null_Condition. There are very few tests or examples that do this. We build all the examples and tests in our DOC MPC builds so we're seeing it on our scoreboard.
Blocking 1638
Chad, please go ahead and add a fix for this if you've got one.
We will get Chad's fixes integrated as soon as the beta goes out
This problem should be fixed. Below is the ChangeLog entry from when I committed my changes. Thu Dec 18 11:55:29 2003 Chad Elliott <elliott_c@ociweb.com> * ace/Null_Barrier.h: * ace/Null_Condition.h: * ace/Null_Mutex.h: * ace/Null_Semaphore.h: All methods in both of these files are inline and therefor do not need ACE_Export. * ace/ace.mpc: Updated the Inline_Files and Header_Files sections. * examples/TMCast/Member/member.cpp: Added #include of OS_NS_string.h to get ACE_OS::strlen and added a return value for main.