Options

Stucked Stucked Stucked Stucked Stucked

aleix1979aleix1979 Member Posts: 213
](*,) Stucked ](*,) Stucked ](*,) Stucked ](*,) Stucked ](*,) Stucked ](*,)
](*,) Stucked ](*,) Stucked ](*,) Stucked ](*,) Stucked ](*,) Stucked ](*,)
](*,) Stucked ](*,) Stucked ](*,) Stucked ](*,) Stucked ](*,) Stucked ](*,)

I can't, just can't make that work!!! :oops: :oops: :oops:

I have a product, OK?

This product have libraries, OK? ActiveX.

I install the product and see those libraries in Navision, OK? (Automation)

I call the product (CREATE(var)) and get the error: "Check that the OLE control or Automation server is correctly installed and registered."

I try to register the DLL of the product (regsvr32) and doesn't work.

Why on earth you need to register any extra stuff if you can already see the libraries?

I ](*,) don't ](*,) know ](*,) what ](*,) to ](*,) do ](*,)


](*,) ](*,) ](*,) ](*,) ](*,) ](*,) ](*,) ](*,) ](*,) ](*,)
(Oh dear! I just love the Emoticons)
Navision Developer

Comments

  • Options
    janpieterjanpieter Member Posts: 298
    are you sure it is an ACTIVEX dll ?

    And not for example a windows API ?

    :-k :-k :-k :-k :-k :-k :-k :-k :-k :-k :-k
    In a world without Borders or Fences, who needs Windows and Gates?
  • Options
    XaviXavi Member Posts: 26
    Do you get any error at the time of using regsvr32?
  • Options
    aleix1979aleix1979 Member Posts: 213
    Hi peope thanks for quick replies! O:)

    -Well, I don't know if there is also an Windows API, there is certainly an file called "QAAPI.INI" (Where QA is the product). How do I have to register that? Please tell me and I'll try in any case. [-o< [-o<

    -The DLL errors give me the following error "(library) was loaded, but DllRegisterServer entry point was not found. This file can not be registered."
    I know that the product integrates fine with VB and stuff.

    Any ideas? [-o< [-o< [-o< [-o< [-o<
    Navision Developer
  • Options
    jjanauskasjjanauskas Member Posts: 49
    Hi aleix,

    .ini files are usually used to store configurations for applications (in plain text format). Moreover, they were very popular in win3.x and 95. Today, most applications store their configurations directly to windows registers.

    if the registration of DLL returns "DllRegisterServer entry point was not found" message, so probably this is not an activex component, but just a simple dll with functions.

    In order to use it, you should ask vendors for an activex version of tool or write yourself activex object (for ex. using VB), which uses this dll.
  • Options
    aleix1979aleix1979 Member Posts: 213
    Thanks for your answer O:)

    #-o #-o #-o That's what I was afraid of #-o #-o #-o

    But my point is that if I am able to declare an Automation Variable that RECOGNIZES the Automation Server and its Classes, that should mean that you have already registered all you need. Isn't it?
    :-k :-k :-k :-k :-k :-k :-k :-k :-k :-k :-k :-k :-k :-k :-k :-k :-k
    I mean, whatever that should be registered it is already registered otherwise I wouldn't find the Automation Server.
    :-k :-k :-k :-k :-k :-k :-k :-k :-k :-k :-k :-k :-k :-k :-k :-k :-k
    And I am pretty sure that the version of the product that I have now already has ActiveX because you are asked for the specific install confirmation of it.

    I'm still stuck.
    ](*,) ](*,) ](*,) ](*,) ](*,) ](*,) ](*,) ](*,) ](*,) ](*,) ](*,) ](*,)
    (did I mention that I love Emoticons?)
    Navision Developer
  • Options
    janpieterjanpieter Member Posts: 298
    #-o #-o #-o #-o #-o #-o #-o #-o

    Maybe the problem is that the ActiveX DLL you are using uses other (activex) DLL's as well who might not be registered.

    Maybe you can find something about that in the documentation?
    In a world without Borders or Fences, who needs Windows and Gates?
  • Options
    aleix1979aleix1979 Member Posts: 213
    Hold on!! Hold on!! :!: :!: :!:

    I think I might have it working. :D

    \:D/ \:D/ \:D/ After weeks of going after this I think I've got the connection \:D/ \:D/ \:D/

    :mrgreen::mrgreen::mrgreen::mrgreen::mrgreen::mrgreen:
    :mrgreen::mrgreen::mrgreen::mrgreen::mrgreen::mrgreen:
    :mrgreen::mrgreen::mrgreen::mrgreen::mrgreen::mrgreen:

    I'll confirm it.

    :wink: =D> :wink: =D> :wink: =D> !!! Thank you all for your help!!! :wink: =D> :wink: =D> :wink:=D>
    Navision Developer
Sign In or Register to comment.