Home > Software engineering >  In using VB to write a tool to invoke a function in a DLL, can't get function addresses, strive
In using VB to write a tool to invoke a function in a DLL, can't get function addresses, strive

Time:09-22

In using VB to write a tool to invoke a function in a DLL, encounter problems, ask the great spirit show
1, this DLL is the wisdom of a plug-in, write your own indicators, such as VAR0:="mx @ SRIGHT"; Form can be successfully call the function, and do not need to provide parameters,
. 2, I want to use VB call mx SRIGHT in the DLL output function, start using static call, tip can't find the entry point "function", convert dynamic invocation code such as
http://pan.baidu.com/s/1hrGYFtU,


Hope god help you look at me, under the analysis, the function in the DLL should how to use

CodePudding user response:

To get you to call DLL is activex DLL or ordinary, if
Is the activex is to use to create objects, and then call the object's methods

If it is a common DLL used first declare statement statement function

CodePudding user response:

Calling convention https://msdn.microsoft.com/zh-cn/magazine/9b372w95.aspx
Search "stack balance"?

CodePudding user response:

refer to the second floor 4 teacher zhao response:
calling convention https://msdn.microsoft.com/zh-cn/magazine/9b372w95.aspx
Search "stack balance"?

You reply to me a foreign software can intercept API calls,
Test, apply for this great wisdom?
The main parameter is how much data is input?
If you can share this thing? It returns the data to you may not use because he the is curve, and some algorithm, that is not to say that returns a completely what enters sells saves the inventory quantity and price

CodePudding user response:

Upstairs eldest brother, the software is what you say, you can send me see

CodePudding user response:

reference xiaoyao961 reply: 3/f
Quote: refer to the second floor 4 teacher zhao response:
calling convention https://msdn.microsoft.com/zh-cn/magazine/9b372w95.aspx
Search "stack balance"?

You reply to me a foreign software can intercept API calls,
Test, apply for this great wisdom?
The main parameter is how much data is input?
If you can share this thing? It returns the data to you may not use because he the is curve, and some algorithm, that is not to say that returns a completely what enters sells saves the inventory quantity and the price not

Eldest brother software to send me I try
  •  Tags:  
  • API
  • Related