Hi
I've created an application and I have 2 generic dll's that I want to use in my application.
When I compile with only one DLL called, there's no problem, but when I try to compile with the 2 DLL's, when linking, I have the following :
Link Error : Duplicate symbol: $GlobalRequest
Link Error : Duplicate symbol: $GlobalResponse
Link Error : Duplicate symbol: $VCRRequest
Is there a solution ?
Thx
I've created an application and I have 2 generic dll's that I want to use in my application.
When I compile with only one DLL called, there's no problem, but when I try to compile with the 2 DLL's, when linking, I have the following :
Link Error : Duplicate symbol: $GlobalRequest
Link Error : Duplicate symbol: $GlobalResponse
Link Error : Duplicate symbol: $VCRRequest
Is there a solution ?
Thx