Develop and Download Open Source Software
Login
Create Account
Help
MY SF.JP
Find Software
Magazine
Develop
Git
Software
People
PersonalForge
Magazine
Wiki
SourceForge.JP
>
Find Software
>
CLX C++ Libraries
>
View Message
CLX C++ Libraries
Summary
Project Summary
Developer Dashboard
Project Reviews
Web Page
Developers
Feed list
Statistics
History
Project Images
Search Keywords
News
List news
Help
Downloads
List Files
Help
Source Code
Guide
Browse SVN
Help
Forums
List Forums
公開討議 (18)
ヘルプ (1)
開発者 (24)
Help
Ticket
Ticket List
Milestones List
Types List
Components List
Frequently use Ticket Lists/RSS
Submit New Ticket
Help
Back to Forum List
Back to this Forum
RSS for this Forum
RSS for this Thread
Discussion Forums:
開発者
Search this forum:
Thread Title:
コンパイラ毎のエラー状況
Subject:[#52263] RE: コンパイラ毎のエラー状況
Date:2010-08-01 14:54
By:
clown (cielquis)
Borland C++ Compiler での istream_utility.h 絡みの問題を修正.
1. g++ 4.3.4
1.1 wchar_t 関連
g++ -I.. -Wall example_code_convert.cpp -lm -lpthread -lcrypto -lssl -lz ... failed
g++ -I.. -Wall example_json.cpp -lm -lpthread -lcrypto -lssl -lz ... failed
g++ -I.. -Wall example_wcstring.cpp -lm -lpthread -lcrypto -lssl -lz ... failed
2. Visual Studio 2010
特になし
3. Borland C++ Compiler 5.5
3.1 code_convert.h 絡み(char <-> wchar_t 変換)
bcc32.exe -I.. -w-8057 example_code_convert.cpp ... failed
bcc32.exe -I.. -w-8057 example_json.cpp ... failed
※json クラスは,code_convert を使わなければ (char だけで処理など)使用できるはず.
3.2 smtp の機能を制限した事に起因するもの
bcc32.exe -I.. -w-8057 example_smtp_list.cpp ... failed
※独自の送信クラスを指定する方法は使用できない.
Thread
Author
Date
[#52261] コンパイラ毎のエラー状況
cielquis
2010-07-31 22:13
[#52263] RE: コンパイラ毎のエラー状況
cielquis
2010-08-01 14:54
Post a followup to message [#52263] RE: コンパイラ毎のエラー状況:
You could post if you were
[logged in]
OpenSource Downloads
1
7-Zip (4,144)
2
Tera Term (2,483)
3
CrystalDiskInfo (1,948)
4
HandBrake Japanese Language Version (1,361)
5
TortoiseSVN (1,229)
6
mixfont-mplus-ipa (1,030)
7
CrystalDiskMark (753)
8
Media Player Classic - Home Cinema (749)
9
FFFTP (710)
10
ffdshow (706)
11
MergeDoc (545)
12
Boookends (501)
13
Cabos (486)
14
FreeMind (472)
15
Wireshark (456)
More >>
Subject:[#52263] RE: コンパイラ毎のエラー状況
Date:2010-08-01 14:54By:clown (cielquis)1. g++ 4.3.4
1.1 wchar_t 関連
g++ -I.. -Wall example_code_convert.cpp -lm -lpthread -lcrypto -lssl -lz ... failed
g++ -I.. -Wall example_json.cpp -lm -lpthread -lcrypto -lssl -lz ... failed
g++ -I.. -Wall example_wcstring.cpp -lm -lpthread -lcrypto -lssl -lz ... failed
2. Visual Studio 2010
特になし
3. Borland C++ Compiler 5.5
3.1 code_convert.h 絡み(char <-> wchar_t 変換)
bcc32.exe -I.. -w-8057 example_code_convert.cpp ... failed
bcc32.exe -I.. -w-8057 example_json.cpp ... failed
※json クラスは,code_convert を使わなければ (char だけで処理など)使用できるはず.
3.2 smtp の機能を制限した事に起因するもの
bcc32.exe -I.. -w-8057 example_smtp_list.cpp ... failed
※独自の送信クラスを指定する方法は使用できない.