I am creating a simple MFC.dll that uses A filenet library. (fnnfo.tlb) in that library a struct is defined as
Neighborhood.
In a code sample ( that works on my machine ) The class
--code--
IFnNeighborhoodDualPtr hood;
HRESULT res = hood.CreateInstance(__uuidof(Neighborhood) );
--code--...
I am creating a simple MFC.dll that uses A filenet library. (fnnfo.tlb) in that library a struct is defined as
Neighborhood.
In a code sample ( that works on my machine ) The class
--code--
IFnNeighborhoodDualPtr hood;
HRESULT res = hood.CreateInstance(__uuidof(Neighborhood) );
--code--...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.