
March 3rd, 2009, 05:21 AM
|
|
Registered User
|
|
Join Date: Feb 2009
Posts: 2
Time spent in forums: 15 m 39 sec
Reputation Power: 0
|
|
|
Calling the function using function pointer in the perl script.
Dear Friends,
I have a windows dll, in my perl script, i am able to load the dll using the Win32::LoadLibrary function and also i a getting the function pointer of the function in the dll, I am using Win32::GetProcAddress function to get the function pointer of the functions in dll. Now How should I call the function using the function pointer which i got from Win32::GetProcAddress?
Thanks in advance.
|