C++ builder > exception > UnicodeString??? Date ????? > VarToDateTime 関連のエラーのようだ
C++ Builder XE4
連続動作14日目にエラーが出た。
エラーメッセージは以下だった。動作OSが英語版なので例外メッセージも英語化しておかないといけないのか。
exception > UnicodeString??? Date ?????
とりあえず検索したら以下を見つけた。
I changed my code and put the '02 August 2012 18:53' into AnsiString Variable, but now I have this error : 'could not convert variant of type (String) into type (Date)
...
VarToDateTime leads to a path that 'VarDateFromStr' is called with LOCALE_USER_DEFAULT. If the user locale is not US (or compatible), a type mismatch occurs.
英語OS用に使用したVarToDateTime()にて上記の問題があるとのこと。
しかし上記エラーが毎回発生せず、10日から20日に1回程度しか起こらないので、また別の問題かもしれない。
関連している処理としては GPS から日時を受信し、それをTDateTime型に変換して使っている。そのあたりのtry, catch対策をするか、受信文字列のチェック機構を入れるなどの対策が必要なのだろう。
Author And Source
この問題について(C++ builder > exception > UnicodeString??? Date ????? > VarToDateTime 関連のエラーのようだ), 我々は、より多くの情報をここで見つけました https://qiita.com/7of9/items/91b3d62f0d3f78ed2476著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .