|
From: lala4life on 6 Feb 2007 13:15 On Feb 6, 1:09 pm, Mirco Wahab <wahab-m...(a)gmx.de> wrote: > lala4life wrote: > > I look for some doc in the network, but didn't find any usefull, i > > have experience programing with perl but no with VC++, at least with > > this topic. > > To do what? > > > If someone can tell where can get examples it really nice. > > For what? > > "integrating Perl-Code-Modules into a VC++-Programm" > or > "integrating VC++-Code-Modules into a Perl-Programm"? > or something else? > > Regards > > Mirco I need to integrate Perl functionalities into a VC++ program. con you help me with that?
From: Mirco Wahab on 6 Feb 2007 13:27 lala4life wrote: > On Feb 6, 1:09 pm, Mirco Wahab <wahab-m...(a)gmx.de> wrote: >> For what? >> >> "integrating Perl-Code-Modules into a VC++-Programm" >> or >> "integrating VC++-Code-Modules into a Perl-Programm"? >> or something else? >> >> Regards >> >> Mirco > > I need to integrate Perl functionalities into a VC++ program. con you > help me with that? OK, which Version of VC do you have? Which Perl version do you use? Regards M.
From: lala4life on 6 Feb 2007 15:17 On Feb 6, 3:27 pm, Mirco Wahab <wahab-m...(a)gmx.de> wrote: > lala4life wrote: > > On Feb 6, 1:09 pm, Mirco Wahab <wahab-m...(a)gmx.de> wrote: > >> For what? > > >> "integrating Perl-Code-Modules into a VC++-Programm" > >> or > >> "integrating VC++-Code-Modules into a Perl-Programm"? > >> or something else? > > >> Regards > > >> Mirco > > > I need to integrate Perl functionalities into a VC++ program. con you > > help me with that? > > OK, which Version of VC do you have? > > Which Perl version do you use? > > Regards > > M. VC++ 6.0 and perl 5.8.
From: Mirco Wahab on 6 Feb 2007 15:29 lala4life wrote: > On Feb 6, 3:27 pm, Mirco Wahab <wahab-m...(a)gmx.de> wrote: >> lala4life wrote: >>> On Feb 6, 1:09 pm, Mirco Wahab <wahab-m...(a)gmx.de> wrote: >>>> For what? >>> I need to integrate Perl functionalities into a VC++ program. >> OK, which Version of VC do you have? >> Which Perl version do you use? > > VC++ 6.0 and perl 5.8. Good. Where's your Perl installed to? c:\perl? d:\perl? (Is it Activestate's Perl distribution?) Regards Mirco
From: marora on 6 Feb 2007 16:25
On Feb 6, 3:29 pm, Mirco Wahab <wahab-m...(a)gmx.de> wrote: > lala4life wrote: > > On Feb 6, 3:27 pm, Mirco Wahab <wahab-m...(a)gmx.de> wrote: > >> lala4life wrote: > >>> On Feb 6, 1:09 pm, Mirco Wahab <wahab-m...(a)gmx.de> wrote: > >>>> For what? > >>> I need to integrate Perl functionalities into a VC++ program. > >> OK, which Version of VC do you have? > >> Which Perl version do you use? > > > VC++ 6.0 and perl 5.8. > > Good. > > Where's your Perl installed to? c:\perl? d:\perl? > (Is it Activestate's Perl distribution?) > > Regards > > Mirco Can you breifly describe the problem you are trying to resolve? Just by reading your posting, I can't fathom, if you are interested to run perl scripts from a C++ program or the otherway around! Regards, Manish |