• Linking error LNK2019: unresolved external symbol ACE_OS

    From [email protected]@21:1/5 to All on Tue Apr 25 06:34:30 2017
    Am Montag, 7. Januar 2013 11:03:39 UTC+1 schrieb [email protected]:
    On Thursday, 11 October 2012 21:25:29 UTC+1, [email protected] wrote:
    hello,
    i get an error: "LNK2019: unresolved external symbol "void * __cdecl ACE_OS::memcpy(void *,void const *,unsigned int)" "
    during linking in msvc2010.

    FWIW, I also get this error but only when building in debug mode for some weird reason. I am trying to link a client-side library that contains code emitted by the IDL compiler for the IDL in my application.

    It's almost 4 years later but i have the same problem in debug mode. Did you ever figur out what the problem is?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Johnny Willemsen@21:1/5 to [email protected] on Mon May 1 04:52:18 2017
    Hi,

    On Tuesday, April 25, 2017 at 3:34:31 PM UTC+2, [email protected] wrote:
    Am Montag, 7. Januar 2013 11:03:39 UTC+1 schrieb [email protected]:
    On Thursday, 11 October 2012 21:25:29 UTC+1, [email protected] wrote:
    hello,
    i get an error: "LNK2019: unresolved external symbol "void * __cdecl ACE_OS::memcpy(void *,void const *,unsigned int)" "
    during linking in msvc2010.

    FWIW, I also get this error but only when building in debug mode for some weird reason. I am trying to link a client-side library that contains code emitted by the IDL compiler for the IDL in my application.

    It's almost 4 years later but i have the same problem in debug mode. Did you ever figur out what the problem is?

    This has to be a mismatch between inline settings when compiling ACE and your application. Check the ACE_INLINE defines.

    Johnny

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)