Hi,
I've the next problem. I need to use a function from one old library in a member function of a administrate class. When I try to use
#include "myFunctions.h"
I recive a lot of errors as
'IServiceProvider': ambiguous symbol.
I'm lost. Can Anybody help me?
Thanks.
I've the next problem. I need to use a function from one old library in a member function of a administrate class. When I try to use
#include "myFunctions.h"
I recive a lot of errors as
'IServiceProvider': ambiguous symbol.
I'm lost. Can Anybody help me?
Thanks.