View Issue Details

IDProjectCategoryView StatusLast Update
0003257JEDI VCL00 JVCL Componentspublic2005-11-22 09:29
ReporterspoookyAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.00 
Target VersionFixed in Version3.10 
Summary0003257: JvFuctions help ?
DescriptionWhen 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.
TagsNo tags attached.

Activities

boerema1

2005-10-08 11:27

reporter   ~0008005

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

obones

2005-11-22 09:29

administrator   ~0008146

Use the daily snapshots from here:

http://jvcl.sf.net/daily/

Issue History

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