Function Pointer in VBA.

Joined
Sep 19, 2012
Messages
11
Reaction score
0
Is this what is commonly known as SPAM by any chance ? Atleast try to hide it by answering a somewhat relevant question with it...
 
A

Akihito Yamashiro

Thank you for your interest in my post.
The two main advantages of the methods introduced in this post are the following.
1. The dll, which is written with the cdecl calling convention, can be called.
2. The dll's name can be set dynamically, allowing for the development of programs using plugins.
(The dll's name cannot be set dynamically within a declare function syntax.)
 
R

RB Smissaert

OK, thanks, I can see now what you mean, except can't you call those dll's
from
VB(A) with a normal Declare?
Could you post a simple example showing some code that uses this that is
useful to
users of this forum.

RBS
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top