Frequently Asked Component Specific Questions

Options

Display all FAQ items

Search FAQ items:


Displaying items 1 to 1 of 1, page 1 of 1

<< previous next >>


After installing a new version of the TMS Async and running my application, I get an error similar to : [DCC Warning] VaComm.pas (line 907 and 915): W1000 Symbol

This is a harmless warning. Resume is still available and functional and this will not affect the operation of TMS Async in Delphi. If you really want to remove this warning, surround this with:
{$WARNINGS OFF}

{$WARNINGS ON}