kooloveme / thtmlviewer

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

Do not instal dclFrameViewerXE3.dpk for delphi XE3 #205

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Which steps will reproduce the problem?
1. Do not instal dclFrameViewerXE3.dpk for delphi XE3

Original issue reported on code.google.com by mymail4...@gmail.com on 22 Oct 2012 at 5:50

GoogleCodeExporter commented 9 years ago
Do you mean that dclFrameViewerXE3.dpk will not install in XE3?  If so, what is 
the error?  Please reply.  Thanks in advance.

Original comment by jpmug...@suddenlink.net on 23 Oct 2012 at 4:51

GoogleCodeExporter commented 9 years ago
package dclFrameViewerXE3;
[dcc32 Error] dclFrameViewerXE3.dpk(41): E2200 Package 'FrameViewerXE3' already 
contains unit 'FrameViewerReg'
[dcc32 Error] dclFrameViewerXE3.dpk(42): E2200 Package 'FrameViewerXE3' already 
contains unit 'HTMLCompEdit'

Original comment by mymail4...@gmail.com on 24 Oct 2012 at 10:48

GoogleCodeExporter commented 9 years ago
If delete this contains unit components not install

Original comment by mymail4...@gmail.com on 24 Oct 2012 at 10:48

GoogleCodeExporter commented 9 years ago
Thanks for telling me about that.  I have gone ahead and pushed some 
adjustments to my fork of the code.  

Try the packages from:

https://github.com/JPeterMugaas/HtmlViewer/tree/HtmlViewer11

The FrameViewerXE3 package is not intended to install components.  It's meant 
as a run-time only package.  The dclFrameViewerXE3.dpk is what installs the 
components.  The reason for this is to remove the design-time only code from 
the run-time code.  

Let me know how it works.  Thanks.

Original comment by jpmug...@suddenlink.net on 24 Oct 2012 at 5:18

GoogleCodeExporter commented 9 years ago
Hi.
I download https://github.com/JPeterMugaas/HtmlViewer/tree/HtmlViewer11
try install dclFrameViewerXE3.dpk
[dcc32 Error] dclFrameViewerXE3.dpk(41): E2200 Package 'FrameViewerXE3' already 
contains unit 'FrameViewerReg'
[dcc32 Error] dclFrameViewerXE3.dpk(42): E2200 Package 'FrameViewerXE3' already 
contains unit 'HTMLCompEdit'

In both distributions dclFrameViewerXE2.dpk can be set for Delphi E3 without 
problems

Original comment by mymail4...@gmail.com on 25 Oct 2012 at 7:16

GoogleCodeExporter commented 9 years ago
Okay.  I double-checked what I have in that repository and I could not find:

FrameViewerReg
HTMLCompEdit

Have been removed from \FrameViewerXE3.  Note that I only did this in the 11 
branch.  If you were only looking at that, than something is out of whack on 
your system in which case, you should delete the FrameViewerXE3 compiled 
binaries and retry.

Original comment by jpmug...@suddenlink.net on 25 Oct 2012 at 6:52

GoogleCodeExporter commented 9 years ago
All worked in r336 :) 
Thanks.

Original comment by mymail4...@gmail.com on 27 Oct 2012 at 4:50

GoogleCodeExporter commented 9 years ago

Original comment by OrphanCat on 27 Oct 2012 at 3:19