Home > Software engineering >  About ACE MFC programming a heap of DLL is inconsistent with the connection problems
About ACE MFC programming a heap of DLL is inconsistent with the connection problems

Time:09-28

1> D: \ ace_wrappers ace \ \ addr. H (45) : note: see "get_size" before a definition
1> D: \ ace_wrappers ace \ \ addr. Inl (33) : warning C4273: "ACE_Addr: : set_size" : DLL links inconsistent
1> D: \ ace_wrappers ace \ \ addr. H (48) : note: see "set_size" before a definition
1> D: \ ace_wrappers ace \ \ addr. Inl (40) : warning C4273: "ACE_Addr: : get_type" : DLL links inconsistent
1> D: \ ace_wrappers ace \ \ addr. H (53) : note: see "get_type" before a definition
1> D: \ ace_wrappers ace \ \ addr. Inl (47) : warning C4273: "ACE_Addr: : set_type" : DLL links inconsistent
1> D: \ ace_wrappers ace \ \ addr. H (56) : note: see "set_type" before a definition
1> D: \ ace_wrappers ace \ \ addr. Inl (53) : warning C4273: "ACE_Addr: : hash:" DLL links inconsistent
1> D: \ ace_wrappers ace \ \ addr. H. (79) : note: see the previous definition of "hash"
1> D: \ ace_wrappers \ ace \ addr CPP (16) : warning C4273: "sap_any" : DLL links inconsistent
1> D: \ ace_wrappers ace \ \ addr. H. (75) : note: see "public: static ACE_Addr const ACE_Addr: : sap_any" before a definition of
1> D: \ ace_wrappers \ ace \ addr CPP (16) : error C2491: "ACE_Addr: : sap_any" : the definition of static data members are not allowed to dllimport
1> D: \ ace_wrappers \ ace \ addr CPP (24) : warning C4273: "ACE_Addr: : ACE_Addr" : DLL links inconsistent
1> D: \ ace_wrappers ace \ \ addr. H (37) : note: see "{ctor}" the previous definition of
1> D: \ ace_wrappers \ ace \ addr CPP (31) : warning C4273: "ACE_Addr: : ~ ACE_Addr" : DLL links inconsistent
1> D: \ ace_wrappers ace \ \ addr. H (40) : note: see "{dtor}" the previous definition of
1> D: \ ace_wrappers \ ace \ addr CPP (36) : warning C4273: "ACE_Addr: : get_addr" : DLL links inconsistent
1> D: \ ace_wrappers ace \ \ addr. H (59) : note: see "get_addr" before a definition
1> D: \ ace_wrappers \ ace \ addr CPP (42) : warning C4273: "ACE_Addr: : set_addr" : DLL links inconsistent
1> D: \ ace_wrappers ace \ \ addr. H. (62) : note: see "set_addr" before a definition
1> D: \ ace_wrappers \ ace \ addr CPP (49) : warning C4273: "ACE_Addr: : base_set" : DLL links inconsistent
1> D: \ ace_wrappers ace \ \ addr. H. (72) : note: see "base_set" before a definition
1> D: \ ace_wrappers \ ace \ addr CPP (56) : warning C4273: "ACE_Addr: : dump" : DLL links inconsistent
1> D: \ ace_wrappers ace \ \ addr. H. (82) : note: see the previous definition of "dump"

CodePudding user response:

All dynamic link instead,

CodePudding user response:

You need to set the MFC library properties with the ACE is consistent,

CodePudding user response:

Solved? I also
  • Related