タダで使えるBorland C++ Part5 at TECH
[2ch|▼Menu]
728:デフォルトの名無しさん
08/01/19 03:52:44
Error E2349って何ですか?
ここのURLリンク(www.geocities.jp)
最下部にある問題3をやろうと以下をコンパイル(WinXPsp2-BCC55-BCC Developer1.2.21)しようとしてもエラーで.exeが出来ません
#include <stdio.h>
int main()
{
char CCCC = "aaaa";
printf( "%d\n", CCCC );
return 0;
}
エラーメッセージ
> "C:\Documents and Settings\K.K\My Documents\Borland\BCC55\Bin\make.exe" -fDebug\test5.mak Debug\test5.obj
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
bcc32 -WC -3 -Od -w- -AT -pc -H- -k -b -v -y -DDEBUG -nDebug -c "C:\Documents and Settings\K.K\My Documents\MyProjectBCC\test5\test5.c"
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
c:\documents and settings\k.k\my documents\myprojectbcc\test5\test5.c:
Error E2349 c:\documents and settings\k.k\my documents\myprojectbcc\test5\test5.c 4: Nonportable pointer conversion in function main
*** 1 errors in Compile ***
** error 1 ** deleting Debug\test5.obj
Compile End !! (Elapsed time 0:00.547)


次ページ
続きを表示
1を表示
最新レス表示
スレッドの検索
類似スレ一覧
話題のニュース
おまかせリスト
▼オプションを表示
暇つぶし2ch

5503日前に更新/217 KB
担当:undef