Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Embedding Perl in Visual C++

by vkonovalov (Monk)
on Jul 05, 2000 at 12:11 UTC ( [id://21093]=note: print w/replies, xml ) Need Help??


in reply to Embedding Perl in Visual C++

MSVC++ can compile perl from source code, as ActiveState do in their Perl distribution. There should be no problem embedding Perl, and you can do this two different ways - in a standard way and second, deprecated way, via PERL_OBJECT.

There is nothing bad using MSVC++. It producess fastest code nowadays for Win32.

Replies are listed 'Best First'.
RE: Re: Embedding Perl in Visual C++
by Cybercosis (Monk) on Jul 05, 2000 at 20:31 UTC
    Say what?? MSVC++ is horrible. It does annoying things like assigning the same memory address to a loop control variable and the last element of an array. By my experience, CodeWarrior produces MUCH faster code.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://21093]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-24 05:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found