<div>&nbsp;ACE VERSION: 5.6<br><br>    HOST MACHINE and OPERATING SYSTEM:<br>        If on Windows based OS's, which version of WINSOCK do you<br>        use?: <br><br>    TARGET MACHINE and OPERATING SYSTEM, if different from HOST:<br>    COMPILER NAME AND VERSION (AND PATCHLEVEL):<br><br>    THE $ACE_ROOT/ace/config.h FILE [if you use a link to a platform-<br>    specific file, simply state which one]:<br>        #define ACE_HAS_STANDARD_CPP_LIBRARY 1<br>        #define ACE_AS_STATIC_LIBS<br>        #define ACE_USE_WCHAR<br>        #define ACE_HAS_WCHAR<br>        #include "ace/config-win32.h"<br><br>        <br>    THE $ACE_ROOT/include/makeinclude/platform_macros.GNU FILE [if you<br>    use a link to a platform-specific file, simply state which one<br>    (unless this isn't used in this case, e.g., with Microsoft Visual<br>    C++)]:<br>        include $(ACE_ROOT)/include/makeinclude/platform_mingw32.GNU<br><br>    CONTENTS OF $ACE_ROOT/bin/MakeProjectCreator/config/default.features<br>    (used by MPC when you generate your own makefiles):<br><br>    AREA/CLASS/EXAMPLE AFFECTED:<br>[What example failed?  What module failed to compile?]<br><br>    DOES THE PROBLEM AFFECT:<br>        COMPILATION?<br>        LINKING?<br>            On Unix systems, did you run make realclean first?<br>        EXECUTION?<br>        OTHER (please specify)?<br>[Please indicate whether ACE, your application, or both are affected.]<br>        EXECUTION<br><br>    SYNOPSIS:<br>[Brief description of the problem]<br>        I have encounter a problem when using ACE_Base64 encode method.<br><br>    DESCRIPTION:<br>[Detailed description of problem.  Don't just say "&lt;blah&gt;<br>doesn't work, here's a fix," explain what your program does<br>to get to the &lt;blah&gt; state. ]<br>        For exameple, when "abcdfgi" is encoded under base 64 algorithm, the         result should be "YWJjZGZnaQ==".<br>        But the result, which ACE_base64 returns, add a "\n" to the end of "YWJjZGZnaQ==".<br><br>    REPEAT BY:<br>[What you did to get the error; include test program or session<br>transcript if at all possible.  ]<br><br>    SAMPLE FIX/WORKAROUND:<br>[If available ]<br><br></div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;</div>