Develop and Download Open Source Software

Back to Forum List
Back to this Forum

RSS feed of this forum [RSS]RSS for this Forum
RSS feed of this forum thread [RSS]RSS for this Thread

Discussion Forums: 開発者

Subject:[#52263] RE: コンパイラ毎のエラー状況

Date:2010-08-01 14:54By: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]


SourceForge.JP is a Japanese version of SourceForge.net. For developments that are not related to Japan, we recommend you to use SourceForge.net.