
13.12.2007, 02:01
|
|
Участник форума
Регистрация: 16.06.2007
Сообщений: 104
Провел на форуме: 178647
Репутация:
143
|
|
ну в общем вот borland мне выдает
C:\Borland\BCC55\Bin>bcc32.exe dll.cpp
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
dll.cpp:
Error E2209 dll.cpp 3: Unable to open include file 'stdafx.h'
Error E2209 dll.cpp 4: Unable to open include file 'winsock2.h'
Error E2209 dll.cpp 5: Unable to open include file 'stdlib.h'
Error E2209 dll.cpp 6: Unable to open include file 'stdio.h'
Error E2141 dll.cpp 27: Declaration syntax error
*** 5 errors in Compile ***
C:\Borland\BCC55\Bin>
lcc выдает
C:\lcc\bin>lcc.exe dll.cpp
cpp: dll.cpp:3 Could not find include file "stdafx.h"
Error dll.cpp: 35 undeclared identifier 'true'
Error dll.cpp: 107 undeclared identifier 'false'
Warning dll.cpp: 107 possible usage of false before definition
Error dll.cpp: 120 operands of = have illegal types 'unsigned int' and 'pointer
to void'
Warning dll.cpp: 35 possible usage of true before definition
Warning dll.cpp: 137 no type specified. Defaulting to int
Error dll.cpp: 137 empty declaration
Error dll.cpp: 137 Syntax error; missing semicolon before "C"
Error dll.cpp: 137 unrecognized declaration
6 errors, 4 warnings
C:\lcc\bin>
ну вот в принципе, в программировании на этом языке ваще полный 0 (компилил тока на линухах) только в php чуток
|
|
|