RE: [Fwd: storable and Win32::OLE::Variant]

2008-02-07 Thread Jan Dubois
On Thu, 07 Feb 2008, Kevin Beverly wrote: > h for some reason, i thought that "use Win32::OLE::Variant" > did stringify Win32::OLE::Variant objects. my understanding now is > that it just makes these display correctly if they are dates. > > i am a newbie to Win32::OLE::Variant. > > could yo

Re: [Fwd: storable and Win32::OLE::Variant]

2008-02-07 Thread Kevin Beverly
h for some reason, i thought that "use Win32::OLE::Variant" did stringify Win32::OLE::Variant objects. my understanding now is that it just makes these display correctly if they are dates. i am a newbie to Win32::OLE::Variant. could you point me towards some example code that shows how

RE: Question: DLL and Intra Process Communication methods

2008-02-07 Thread Jan Dubois
You could try using the PerlEz.dll, part of ActivePerl. It allows you to easily create Perl interpreter from insider another application. Read `perldoc perlez` or on the web at e.g. http://aspn.activestate.com/ASPN/docs/ActivePerl/5.10/Components/Windows/PerlEz.html Cheers, -Jan Fro

Question: DLL and Intra Process Communication methods

2008-02-07 Thread Daniel Burgaud
Hi, I have a 3rd party application that does not have any TCP or any similar communication features to communicate with other applications. It can however use DLL calls and with that, I was able to "fetch" webpages using wininet.dll. Right now, I want this application to communicate with my Perl