Excel C API registration interference with project dependency
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I use C++ to create two XLL's A.xll and B.xll. A function in A.xll requires B.xll. If I compile A.xll with a project dependency on B.xll, then Excel does not register the functions in A.xll. If I compile A.xll without the project dependency and only include B.lib, then all functions are registered. What is the reason? Is it a bug in Visual Studio compiler or some other issue?