Global Mapper v25.0

globalmapperinterface.dll registration

leex
leex Global Mapper User
edited October 2009 in SDK
Hello,

I try to register the globalmapperinterface.dll using the regsvr32 and I received one error message entry-points DLLREGISTERServer not found.

I whant to mention I using the windows vista ultimate.

Please let me know what I am doing wrong.

Many thanks,
Florian

Comments

  • global_mapper
    global_mapper Administrator
    edited October 2009
    Florian,

    You don't need to register the Global Mapper DLL, you just link to it from C++ or define your functions to use it from C# or VB. See the sample applications for examples of how to do this.

    Let me know if I can be of further assistance.

    Thanks,

    Mike
    Global Mapper Support
    support@globalmapper.com
  • Osei
    Osei Global Mapper User Trusted User
    edited October 2009
    One would normally use regsvr32.exe to register ActiveX dlls (or ocx). Since GlobalMapperInterface.dll is not a COM/ActiveX dell, you do not need to register it in the system registry.
    However, I must be quick to add that GlobalMapperInterface.dll needs to be registered with a license which you can get from Global Mapper support before you can fully take advantage of all functionality. You can put the license text file in your application folder or preferably, call GM_SetRegistrationInfo on start up.