I
Igor Kravtchenko
Hi,
I'm having a pretty idiot problem under VC++ .NET but cannot solve it.
I have an .exe A and a dll B.
A uses some methods of B (so A depends of B).
B exports its methods using __declspec(dllexport) and A imports them using
__declspec(dllimport).
If I manually link A with B, everything works.
If I set a dependency using "Project Dependencies" as I was used under
Visual C++ 6.0 I have a bunch
of link errors.
It seems the "Projet Dependencies" of Visual .NET just sets the order of
build but doesn't explicitly
*links* project to others.
Any remark is welcome,
Igor.
I'm having a pretty idiot problem under VC++ .NET but cannot solve it.
I have an .exe A and a dll B.
A uses some methods of B (so A depends of B).
B exports its methods using __declspec(dllexport) and A imports them using
__declspec(dllimport).
If I manually link A with B, everything works.
If I set a dependency using "Project Dependencies" as I was used under
Visual C++ 6.0 I have a bunch
of link errors.
It seems the "Projet Dependencies" of Visual .NET just sets the order of
build but doesn't explicitly
*links* project to others.
Any remark is welcome,
Igor.