Technical Notes Database TN630C.txt Compiling RWPDemo.pas in Turbo Pascal for Windows. Category :Pascal Platform :All Product :RW 1.0 Description: QUESTION: Why do I get a Type Mismatch error at line 191 when compiling RWPDemo.Pas? ANSWER: RWPDemo needs a compile directive to be turned on. The trick is to place then BWCC compiler directive in the Options Compiler dialog in Conditional Define field. Then the application must be compiled using BUILD. If BUILD is not used the some of the units that are used by the demo will not be compiled. Reference: 7/2/98 10:42:10 AM
Last Modified: 01-SEP-99