When I try to use IGCL (with the included wrapper), I get a CTL_RESULT_ERROR_NOT_INITIALIZED return value from my call to ctlInit.
As far as I can tell, that should never happen (since that return value isn't listed as one of the possibilities for that function)
Stepping through the wrapper code, I could determine that finding the dll and looking up the ctlInit function in it is working fine.
When I try to use IGCL (with the included wrapper), I get a
CTL_RESULT_ERROR_NOT_INITIALIZEDreturn value from my call toctlInit.As far as I can tell, that should never happen (since that return value isn't listed as one of the possibilities for that function)
Stepping through the wrapper code, I could determine that finding the dll and looking up the
ctlInitfunction in it is working fine.