Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: A Practical Guide to Compiling C based Modules under ActiveState using Microsoft C++

by PodMaster (Abbot)
on Apr 11, 2003 at 06:13 UTC ( [id://249818]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
                                     -LINKING-
    
    ...
    /MT link with LIBCMT.LIB                 /MTd link with LIBCMTD.LIB de
    +bug lib
    /LD Create .DLL                          /F<num> set stack size
    /LDd Create .DLL debug libary            /link [linker options and lib
    +raries]
    
  2. or download this
    perl -V:ccflags
    ccflags='-nologo -O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAV
    +E_DES_FCRYPT  -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVC
    +RT_READFIX';
    
  3. or download this
    #ifdef WIN32
    #define snprintf _snprintf
    #endif
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (7)
As of 2024-04-19 06:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found