VBox + Codegear D2007 + Error: E2064

Discussions related to using VirtualBox on Linux hosts.
Post Reply
sebasthian777
Posts: 1
Joined: 26. Feb 2009, 14:02

VBox + Codegear D2007 + Error: E2064

Post by sebasthian777 »

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:

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 ^^!!!
Post Reply