[Ace-users] [ace-users] ACE Access violation in ACE_TP_Reactor while static linking

Douglas C. Schmidt schmidt at dre.vanderbilt.edu
Sat Feb 2 16:12:17 CST 2008


Hi Cyril,

>ACE VERSION: 5.6.2
>
>    HOST MACHINE and OPERATING SYSTEM:
>        Windows Vista
>
>    COMPILER NAME AND VERSION (AND PATCHLEVEL):
>        Visual Studio 2008
>
>    THE $ACE_ROOT/ace/config.h FILE
>        config-win32.h
>
>
>    AREA/CLASS/EXAMPLE AFFECTED:
>        ACE_TP_Reactor	tp_reactor;
>
>    DOES THE PROBLEM AFFECT:
>        EXECUTION?
>
>    SYNOPSIS:
>        ACE_TP_Reactor	tp_reactor; failed
>
>    DESCRIPTION:
>       main.exe loads library using LoadLibrary/GetProcAddress, wich
>staticaly linked with ACE.
>       ACE_TP_Reactor	tp_reactor; cause access violation error

It's not really clear what you're doing, but it sounds like you're
improperly mixing static and dynamic linked libraries.

Doug
-- 
Dr. Douglas C. Schmidt                       Professor and Associate Chair
Electrical Engineering and Computer Science  TEL: (615) 343-8197
Vanderbilt University                        WEB: www.dre.vanderbilt.edu/~schmidt
Nashville, TN 37203                          NET: d.schmidt at vanderbilt.edu



More information about the Ace-users mailing list