monkeyxu / dcef3

Automatically exported from code.google.com/p/dcef3
0 stars 0 forks source link

Install Problem on XE5 #44

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
i decide to install DCEF_XE5 on XE5 . but i got some error

rrequire and ocontain in DCEF_XE5.dpk WAS WRONG

after change rrequire to require  and ocontain to contain

it was corrected but now error is on the {$I cef.inc} in the cefvcl.pas

and other pas files in the src folder

what`s wrong?

Original issue reported on code.google.com by mrezagol...@gmail.com on 19 Jul 2014 at 2:13

GoogleCodeExporter commented 9 years ago
Did you find a solution to this?  I am now seeing this when trying to compile 
the DUnitX wizard.  Every time I try to build or compile it changes the 
required to rrequired and the contains to ocontains and end. to d.  And this in 
in XE2 and XE6.

Original comment by gnies...@gmail.com on 5 Sep 2014 at 8:06

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
The problem is with the source being saved on Unix with #0 as the line end 
character. In windows the line end is #10#13 Delphi in windows is screwing up 
the string when the line end is #10 .
Crude solution:
Load the file in Notepad go to each line end delete it and then hit enter.
this will format the file correctly for windows.
Save it and use it happy ever aftter. 

Original comment by wiener.r...@gmail.com on 4 Dec 2014 at 8:32