0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

c++ builder > E2015: 'Vcl::Forms::TMonitor'と'System::TMonitor'の区別が曖昧

Last updated at Posted at 2015-12-11
動作確認
C++ Builder XE4

以下のコードでビルドに失敗した。

TMonitor *mntr;

E2015: 'Vcl::Forms::TMonitor'と'System::TMonitor'の区別が曖昧

以下が関係しているのだろうか? 未解決だが。
http://qc.embarcadero.com/wc/qcmain.aspx?d=68313

TMonitor *を使わず、以下を使うことにした。
http://qiita.com/7of9/items/228a65f799f5181e916e

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?