Hi,
I need to have Perl interface over C++. For this I have a C++ dll, and I want Perl module to include this dll and invoke the exported methods from the dll. I assume that this is possible using XS approach, but I am clueless on how to use an user defined dll with Perl. A sample of the XS code would be of great help.
Another information, this will be done on Windows.
Thanks
I need to have Perl interface over C++. For this I have a C++ dll, and I want Perl module to include this dll and invoke the exported methods from the dll. I assume that this is possible using XS approach, but I am clueless on how to use an user defined dll with Perl. A sample of the XS code would be of great help.
Another information, this will be done on Windows.
Thanks