Re: Inline::CPP

2005-04-12 Thread Lloyd Sartor
::C++. > What default C++ compiler would you like to use? [cl -TP] > What default libraries would you like to include? [MSVCIRT.LIB] > Writing Makefile for Inline::CPP::grammar > Writing Makefile for Inline::CPP > > $ nmake test > > Microsoft (R) Program Maintenance Uti

Re: Inline::CPP

2005-04-12 Thread Sisyphus
tivePerl/lib/Pod/perlwin32.html. > However, > I never rebuilt Perl. Is that necessary? > I don't know if it's *necessary*. I just built Inline::CPP-0.25 using ActiveState build 810, and MSVC++ 7.0 - and didn't strike any problems (except that math.h again had to be included

Re: Inline::CPP

2005-04-12 Thread Daniel Schroeer
On Mon, 11 Apr 2005, Lloyd Sartor wrote: > I get an unusual error: Can't open perl script "and" when testing. > t\01basic.Can't open perl script "and": No such file or directory > Failed to autogenerate C:\Documents and Settings\a1027277\My > Do

Re: Inline::CPP

2005-04-12 Thread Lloyd Sartor
::C++. > What default C++ compiler would you like to use? [cl -TP] > What default libraries would you like to include? [MSVCIRT.LIB] > Writing Makefile for Inline::CPP::grammar > Writing Makefile for Inline::CPP > > $ nmake test > > Microsoft (R) Program Maintenance Uti

Re: Inline::CPP

2005-04-11 Thread Lloyd Sartor
; > > > > That's correct - but those (2) problems were discussed a few days back in > the thread 'More on Re: Windows DLL - Perl Interface' which op was > following. > > > I need to link functions from a vendor's CPP source to a Perl program. > >

RE: Inline::CPP

2005-04-11 Thread Bharucha, Nikhil
-win32-users Subject: Re: Inline::CPP - Original Message - From: "Lloyd Sartor" <[EMAIL PROTECTED]> Cc: Sent: Saturday, April 09, 2005 1:00 AM Subject: Re: Inline::CPP > $Bill wrote on 04/08/2005 09:23:03 AM: > > > Sisyphus wrote: > > > > > Try

Re: Inline::CPP

2005-04-08 Thread Sisyphus
- Original Message - From: "Lloyd Sartor" <[EMAIL PROTECTED]> Cc: Sent: Saturday, April 09, 2005 1:00 AM Subject: Re: Inline::CPP > $Bill wrote on 04/08/2005 09:23:03 AM: > > > Sisyphus wrote: > > > > > Try cpan :-) > > > > > &

Re: Inline::CPP

2005-04-08 Thread Lloyd Sartor
me up against ? > > If there were no problems, it would be available via PPM somewhere. :) > I need to link functions from a vendor's CPP source to a Perl program. (Inline::C doesn't find the functions because of the name mangling.) The ActiveState web site does not in

Re: Inline::CPP

2005-04-08 Thread $Bill Luebkert
Sisyphus wrote: > Try cpan :-) > > As was mentioned a few days back, there might be problems with some > compilers on Win32 - but I thought we covered those issues. What's the > problem you've come up against ? If there were no problems, it would be available via PPM somewhere. :) -- ,-/-

Re: Inline::CPP

2005-04-08 Thread Sisyphus
- Original Message - From: "Lloyd Sartor" <[EMAIL PROTECTED]> To: Sent: Friday, April 08, 2005 11:19 PM Subject: Inline::CPP > Can anyone tell me where I can find a working Inline::CPP for Win32? > Try cpan :-) As was mentioned a few days back, there might

Inline::CPP

2005-04-08 Thread Lloyd Sartor
Can anyone tell me where I can find a working Inline::CPP for Win32? ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Help Inline::CPP

2003-03-25 Thread Mundell, R. \(Ronald\)
Title: Help Inline::CPP Good Day All I wrote a script using Inline::CPP and made use of classes. I am now trying to instantiate a class but the compiler complains. I am including 3 files. On a module, one the test script and one that contains the errors I am receiving. If someone could look