View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003257 | JEDI VCL | 00 JVCL Components | public | 2005-10-06 00:33 | 2005-11-22 09:29 |
| Reporter | spoooky | Assigned To | obones | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 3.00 | ||||
| Target Version | Fixed in Version | 3.10 | |||
| Summary | 0003257: JvFuctions help ? | ||||
| Description | When i try to compile my program i get this error from the JvFuctions.pas if not (CharIsNumber(Ch) or (Ch = DecimalSeparator) then //Az When i dubble click in first error i get the cursor inside the first (ch) Build [Error] JvFunctions.pas(1470): Missing operator or semicolon [Error] JvFunctions.pas(1470): Operator not applicable to this operand type [Fatal Error] JvVCLUtils.pas(371): Could not compile used unit 'JvFunctions.pas' I dont understand where is the fault please help me. | ||||
| Tags | No tags attached. | ||||
|
|
JvFunctions has been moved to Archive and has been replaced by JvJCLUtils. You should consider upgrading to JVCL version 3. According to JvJCLUtils that line should read: if (not CharIsNumber(Ch)) or (Ch = DecimalSeparator) then //Az |
|
|
Use the daily snapshots from here: http://jvcl.sf.net/daily/ |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2005-10-06 00:33 | spoooky | New Issue | |
| 2005-10-08 11:27 | boerema1 | Note Added: 0008005 | |
| 2005-11-22 09:29 | obones | Status | new => resolved |
| 2005-11-22 09:29 | obones | Resolution | open => fixed |
| 2005-11-22 09:29 | obones | Assigned To | => obones |
| 2005-11-22 09:29 | obones | Note Added: 0008146 |