How to execute a function which exist in a DLL
Posted: 12 Aug 2010 12:05
I had a C++ Dll, And I would like to you the function to be called in the batch program.
Example:
OUR.dll(dll name)---> it contains 2 function 1)add 2)subtract
test.bat---> is my batch program in which i want to pass the variable like 5,3 to dlll(add function)
test.bat---> I should get the executation output in the dll.
--------------------------------------------------------------------------------------------
I am able to call in perl program , i am not able to know how to call in batch program
Example:
OUR.dll(dll name)---> it contains 2 function 1)add 2)subtract
test.bat---> is my batch program in which i want to pass the variable like 5,3 to dlll(add function)
test.bat---> I should get the executation output in the dll.
--------------------------------------------------------------------------------------------
I am able to call in perl program , i am not able to know how to call in batch program