in reply to Re: How can I change program so it works with any perl version?
in thread How can I change program so it works with any perl version?

Let me explain my situation: I have a COM dll that exposes some APIs. On top of this there is another DLL that includes a .i file that uses the COM DLL. After compiling the .i with swig results a .cxx file which is then compiled and linked to perl56.lib. This whole thing generates a DLL that can be used to access to COM APIs from perl. I was hoping I can find a way to dynamically link to perl, but can't find anything.
  • Comment on Re^2: How can I change program so it works with any perl version?

Replies are listed 'Best First'.
Re^3: How can I change program so it works with any perl version?
by holli (Abbot) on Feb 03, 2005 at 17:24 UTC
    This whole thing generates a DLL that can be used to access to COM APIs from perl.
    Is there a special reason why you donīt use Win32::OLE to access your DLL?

    holli, regexed monk