wa4otj has asked for the wisdom of the Perl Monks concerning the following question:
The Module tutorial on Perl Monks (A Practical Guide to Compiling C based Modules under ActiveState using Microsoft C++) says "Get Visual C++ .NET"
I guess that's the only answer. But I really don't want to give $85 to Microsoft. I downloaded the free Visual C++ Toolkit 2003 instead.
I almost get there with it. It has the cl.exe compiler, and nmake, etc. It has many of the header files. I can almost compile the module. But I keep running into files like ocidl.h that don't exist in the free version.
I notice these files seem to exist in non-Microsoft places, such as Wine and Borland. But the ones I looked at don't seem to be quite the right thing. I get compile errors. .. Lots .. of .. errors.
So my question to anyone familiar with Win32::OLE under Windows, is there any way to get the package installed without buying the .NET package?? Do all these many include files exist online somewhere?
Or, is there somewhere that a pre-compiled binary version of Win32 that I can just drop into the appropriate directories and skip the compile step?
Am I overlooking something obvious?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: OLE from Perl??
by bmann (Priest) on Jun 11, 2004 at 21:54 UTC | |
by wa4otj (Beadle) on Jun 12, 2004 at 20:47 UTC | |
|
Re: OLE from Perl??
by diotalevi (Canon) on Jun 11, 2004 at 21:50 UTC | |
by wa4otj (Beadle) on Jun 12, 2004 at 03:09 UTC | |
|
Re: OLE from Perl??
by Joost (Canon) on Jun 11, 2004 at 21:50 UTC |