Цитата
использую с AVR в Visual C++ 6.0
интересует для C++ Builder 6.0
7. C++ Builder Notes
------------------------------------------------------------------------------
The .hpp file C++ Builder creates for cport.pas will have a bug in it.
The first time you compile a project, you will get one or two duplicate
definitions within the EComPort exception class. It seems to be safe to
delete or comment out the duplicates.
Also, the CPortCtl.HPP may have a bug in it. If you get an error about
the following being ambiguous;
typedef TBitmap TLedBitmap;
Change it to:
typedef Graphics::TBitmap TLedBitmap;
If someone knows how to fix these more cleanly, please post what you
find to the CPort Forum so that we can incorporate your findings in
future revisions.
Если четно, то с английским не настолько хорошо чтоб быть уверенным в правильности своих действий. Если можно, то подскажите что и как. Спасибо!
Я закомментировал строчки, на которые указал компилятор. Начал компилировать... теперь надо как-то проверить работоспособность...
Сообщение отредактировал smk - Apr 10 2008, 18:50
Живи днем так, чтобы ночью ты спал спокойно.