Re: Program does not invoke methods of ActiveX-DLL
- From: "Dermot Hardy" <dermot_hardy@xxxxxxxxxxx>
- Date: Tue, 12 Apr 2005 13:22:46 +0100
I hate to suggest the obvious, but this isn't a syntax problem with the way
the function is being called.
I.e. If you're calling a sub then you mustn't use brackets (unless you're
using the Call command), but if you're calling a function then you must use
the brackets (unless you're not interested in the returned value).
I seem to remember that theres some combination which doesn't cause a
compiler error.
Dermot
"Felix Obermaier" <FelixObermaier@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
message news:7C355702-2504-4469-96C4-75DB01D1B1CF@xxxxxxxxxxxxxxxx
> Hello everyone,
> since the program I'm currently working on evolved it started to get hard
to
> handle. therfore I splitted the program into one standard-exe and several
> activex-dlls.
> the main programm can access the properties of the objects inside the dlls
> but refuses to execute its methods. trying to do that does not even
generate
> an error, it seem they are simply ignored.
> The functions/subs I'm reffering to are all declared as public and the
> classes have the attribute MultiUse. some dll have a class with the
attribute
> GlobalMultiUse.
>
> The project compiles without any errors and it works fine inside the IDE
>
> I'm using VB6 with SP6
>
> Any ideas?
> Thanks in advance
.
- Follow-Ups:
- Re: Program does not invoke methods of ActiveX-DLL
- From: Felix Obermaier
- Re: Program does not invoke methods of ActiveX-DLL
- References:
- Program does not invoke methods of ActiveX-DLL
- From: Felix Obermaier
- Program does not invoke methods of ActiveX-DLL
- Prev by Date: Program does not invoke methods of ActiveX-DLL
- Next by Date: Re: Program does not invoke methods of ActiveX-DLL
- Previous by thread: Program does not invoke methods of ActiveX-DLL
- Next by thread: Re: Program does not invoke methods of ActiveX-DLL
- Index(es):
Relevant Pages
|