I can't install Delphi Chromium Embedded rev. 306 on Delphi 7 -


so downloaded dcef-r306 folder , placed somewhere.

i heard wouldn't latest edition, should called dcef3, saw dcef3 didn't have in \bin folder decided try one.

i'm quite new @ delphi 7. programmed in bp7 when kid. long time ago.

here's did:

1st attempt:
a) went install components , installed dcef_d7 cefreg unit. don't have idea what's unit doing around package, went forward.
@ point path packages appears on library path in environment options.
b) opened guiclient project demos\guiclient
compilation fails "file not found: 'cef.inc'"
c) replacde cef.inc ..\..\src\cef.inc
compilation fails "file not found 'ceflib.dcu'" d) revert reference cef.inc.

so said, can't see units.

2nd attempt:
a) opened guiclient project demos\guiclient. b). went install components , install dcef_d7 cefreg unit
main compiles can't run ("cannot debug project unless host application defined")
alas, project becomes "dcef_d7"...

3rd attempt:
a) made separate copy of guiclient folder somewhere else (myfiles\delphi7\guiclient).
b) copied inside *.dcu , cef.inc \src.
compilation fails: "file not found 'ceffilescheme.dcu'".
c). further copy myfiles\delphi7\guiclient folder \demos\filescheme.
compilation fails: "access violation @ address 00000000. read of address 00000000".
file main.pas becomes readonly.

4th attempt:
further copy myfiles\delphi7\guiclient folder \bin\win32 (including locales).
same compilation failure "access violation @ address 00000000. read of address 00000000".
file main.pas becomes readonly.

i don't know anymore, , need it, because webbrowser ie component unusable. delphi 7 runs in windows 2000 compatibility mode on server 2008 r2.


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -