[fdo-users] Problem with C++ application with OGR provider

Bruno Scott bscott at geomapgis.com
Fri Nov 23 05:34:01 EST 2007


I have a small MFC C++ application builded with Visual studio 2005
I successfully use it with all osgeo provider ecept for OGR
I compile against the fdo 3.2.2 binaries and i use the ogr provider 3.2.2
binary

As soon as a try to connect to the ogr provider

    FdoPtr<FdoIConnection>             connectionPtr;
    static IConnectionManager*         pConnectionManager             =
NULL;
    pConnectionManager = FdoFeatureAccessManager::GetConnectionManager();
    connectionPtr =
pConnectionManager->CreateConnection(_T("OSGEO.OGR.3.2.2"));

I got this message in visual studio

    'FDLWizard.exe': Loaded OGRProvider.dll', No symbols loaded.
    First-chance exception at 0x76df3baf in FDLWizard.exe: 0xC0000139: Entry
Point Not Found.
    'FDLWizard.exe': Unloaded OGRProvider.dll'

And it finnaly throw an exception

    Unable to load the FDO Provider: The specified procedure could not be
found.

Someone has a idea?

Bruno
-- 
View this message in context: http://www.nabble.com/Problem-with-C%2B%2B-application-with-OGR-provider-tf4860799s18162.html#a13909997
Sent from the fdo-users mailing list archive at Nabble.com.



More information about the fdo-users mailing list