redefinition error (Library)
-
hi iam using two different library in my application class this two library using one struct with the same name, when i try to include this two library header file in my application class iam getting redefinition error i dont have the source to include namespace in the library how to include this two library file in my application class without this redefinition error thanks and regards shivapalanirajan krj.
iam a software engineer working for varisis technologies bangalore
-
hi iam using two different library in my application class this two library using one struct with the same name, when i try to include this two library header file in my application class iam getting redefinition error i dont have the source to include namespace in the library how to include this two library file in my application class without this redefinition error thanks and regards shivapalanirajan krj.
iam a software engineer working for varisis technologies bangalore
Please post C/C++ questions that DON'T relate to Managed C++/CLI on the visual C++/MFC board[^] Without the source code you're screwed. Maybe you can wrap one of the header files in another header file of your own, which wraps one of the headers in a different namespace. I don't know if it would work or not... Mark
Mark Salsbery Microsoft MVP - Visual C++ :java: