in reply to Re: Perl and C++ interface
in thread Perl and C++ interface

Can Win32::OLE be used for interfacing?

Replies are listed 'Best First'.
Re^3: Perl and C++ interface
by shmem (Chancellor) on Oct 26, 2015 at 06:31 UTC
Re^3: Perl and C++ interface
by Anonymous Monk on Oct 26, 2015 at 06:28 UTC
    Depends on your C++ application :/
Re^3: Perl and C++ interface
by Anonymous Monk on Oct 26, 2015 at 07:50 UTC
    first of all is it a C++ application or library?
    if it is a library,does it expose an Automation interface? (IDispatch)
      It is an application. No automation interface.