View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
RB Smissaert[_2_] RB Smissaert[_2_] is offline
external usenet poster
 
Posts: 37
Default Function Pointer in VBA.

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



"Akihito Yamashiro" wrote in message
...
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.)