+ Reply to Thread
Results 1 to 3 of 3

Thread: globalmapperinterface.dll registration

  1. #1
    leex is offline Global Mapper User
    Join Date
    Oct 2009
    Posts
    11
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Thumbs down globalmapperinterface.dll registration

    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

  2. #2
    global_mapper is offline Administrator
    Join Date
    Jun 2007
    Posts
    7,236
    Thanks
    2
    Thanked 611 Times in 594 Posts

    Default

    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

  3. #3
    Osei is offline Global Mapper User
    Join Date
    Mar 2008
    Posts
    81
    Thanks
    12
    Thanked 0 Times in 0 Posts

    Default

    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.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts