VBox + Codegear D2007 + Error: E2064
Posted: 26. Feb 2009, 14:20
Hey!!!!
(Im from Argentina, and my English is very bad
sorry about that )
Well, in compiling time i has this error (E2064: Left side cannot assigned to) in this lines for example:
In a "Normal" machine (not virtual) with XP sp2 this error not apears...
this code, works whit Serials Ports (COM1, COM2 in Windows 4 example)
somebody can help me?
or somebody understand this error?
Thx a lot for your help!
Have a good day ^^!!!
(Im from Argentina, and my English is very bad
Well, in compiling time i has this error (E2064: Left side cannot assigned to) in this lines for example:
Code: Select all
COMHandle[Com] :=CreateFile(Pchar('COM'+Char(48+Com)+':'),
COMHandle[Com] :=CreateFile(Pchar('COM'+Char(48+Com)),GENERIC_READ or GENERIC_WRITE,0,nil,OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL or FILE_FLAG_OVERLAPPED,0);
COMHandle[Com] :=IH;In a "Normal" machine (not virtual) with XP sp2 this error not apears...
this code, works whit Serials Ports (COM1, COM2 in Windows 4 example)
somebody can help me?
or somebody understand this error?
Thx a lot for your help!
Have a good day ^^!!!