in reply to
How do I call C++ Dll's class Function in perl using Win32::API
Does Win32::API know how to pass the object pointer to your C++ function? (perhaps you want declare the function you call as a static member function).
Comment on
Re: How do I call C++ Dll's class Function in perl using Win32::API
In Section
Seekers of Perl Wisdom