Help for this page

Select Code to Download


  1. or download this
    E:\>cl.exe -DWIN32 -I"C:\Perl\lib\CORE" C:\Perl\lib\CORE\perl58.lib -o
    + perl_inc.exe perl_inc.c
    Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 
    +80x86
    ...
    
    perl_inc.c
    C:\Perl\lib\CORE\sys/types.h(20) : fatal error C1083: Cannot open incl
    +ude file:'_ansi.h': No such file or directory
    
  2. or download this
    #include <stdio.h> 
    int main()
    ...
         printf("Hello World\n");
         return 0;
    }
    
  3. or download this
    E:\>cl.exe -DWIN32 -I"C:\Perl\lib\CORE" C:\Perl\lib\CORE\perl58.lib -o
    + hello.exe hello.c
    Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 
    +80x86
    ...
    C:\Perl\lib\CORE\perl58.lib
    hello.obj
    LINK : fatal error LNK1104: cannot open file "LIBC.lib"