2009-03-15 18:44:59 UTC
Hello
I changed the configuration of helloworld to dll and renamed the main and exported it.
When I use it from another application and debug it it will work fine until it reaches at
IFXCreateComponent(CID_IFXAuthorGeomCompiler, IID_IFXAuthorGeomCompiler, (void**)&pCompiler);
after this result is not zero rather it is
-2147475456
Can you tell me how I an solve this problem?