|
| | Subject: | Trying to use a static lib compiled with gcc in a VS application | | Group: | Gcc-help | | From: | Tammy Lavi | | Date: | 29 Mar 2008 |
Hi,
I am working with eclipse CDT, and compiled a static C++ library using
gcc compiler.
I am now trying to use this library with a MFC GUI application on VS6,
but I get an LNK2001 error message from the VS Linker.
I tried to set the -fvisibility-ms-compat flag, but it doesn't seem to help :-(
Am I doing something wrong?
Do I miss anything?
Can you please advise?
Thanks a lot!!!
Tammy Lavi
tlavi
|