Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default Function Pointer in VBA.

This is not a question.
I summarized in the following URL about the way to use a function pointer in Excel VBA.
If you like, see it, please.

http://akihitoyamashiro.com/en/VBA/FunctionPointer.htm
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 37
Default Function Pointer in VBA.

Any suggestions where this could be used with any advantage?

RBS


"Akihito Yamashiro" wrote in message
...
This is not a question.
I summarized in the following URL about the way to use a function pointer
in Excel VBA.
If you like, see it, please.

http://akihitoyamashiro.com/en/VBA/FunctionPointer.htm


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default Function Pointer in VBA.

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.)
  #4   Report Post  
Posted to microsoft.public.excel.programming
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.)


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
pointer Gino Calderone Excel Discussion (Misc queries) 1 December 21st 04 10:39 PM
Another pointer please KiwiBrian Excel Discussion (Misc queries) 1 November 30th 04 04:18 AM
Pointer please KiwiBrian Excel Discussion (Misc queries) 3 November 29th 04 10:09 PM
Excel lost function pointer in BIG project ? [email protected] Excel Programming 0 June 10th 04 04:47 PM
Is there "pointer to a function" in VBA Jag Man Excel Programming 3 December 24th 03 08:21 PM


All times are GMT +1. The time now is 05:44 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"