Page 1 of 1

Error when installing svn ver. (svn://firmos.at/zeos/trunk)

Posted: 02.05.2006, 13:31
by swierzbicki
Hi,

I've just downloaded the latest svn version (svn://firmos.at/zeos/trunk).
I'm able to compile all package (D10)

I'm getting an error when installing the ZComponent package :

Entry point is missing :

Code: Select all

The Entry point of procedure @Zmessages@_SUpdateSQLNoResult is missing in the dynamic link library ZCore.bpl.
I have already removed all bpl / dcp files related to Zeoslib6.

Can anybody helps me ? Thank you

Posted: 02.05.2006, 14:18
by swierzbicki
I have also tested with the "testing" branch.
I'm getting the same error

Posted: 02.05.2006, 18:06
by swierzbicki
I just found out WHY this happened :

I have 2 delphi version running on my laptop.
D7 and BDS2006

In the "Path environment variable" I can found :

C:\Program Files\Borland\Delphi7\Projects\BPL
and
C:\Documents And Settings\Username\My Documents\Borland...\BPL

I guess that that this path MUST stay (if not, tells me). After removing my D7 files, I was able to install my Zeos Component package !.

Why don't we add the Delphi version suffix to the packages ?. Doing so will solves such issues !.

Waiting for your comment about that

Posted: 02.05.2006, 18:10
by btrewern
There was mention of doing this some time ago. It may be in the svn version.

Regards,

Ben.

Posted: 02.05.2006, 21:45
by mdaems
Ben, swierzbicki is trying to install the SVN version.

swierzbicki, Unfortunately, it's not done yet. Would it be difficult to do so? I'm totally unexperienced in this. Would this involve more than just changing the packages directory?
My (stupid) proposal : why don't you do it for the two versions you use?
I propose to use following suffixes _D5->_D10, _K2,_K3,_L.

Other people : if you want to do one, just mention here and send an SVN Testing branch patch. Maybe I'll do one after I receive some working example, I can analyse.

Opposers, please tell us why you don't want this. I'll wait a week to apply the patches. This gives volunteers also some time to think about it.

Mark

Posted: 03.05.2006, 14:26
by btrewern
Sorry, didn't read all the question!

If you look http://seegernet.koolhost.de/zeosforum/ ... 6&start=15 you should see a proposal on how to add the suffixes as above.

Regards,

Ben

Posted: 03.05.2006, 18:25
by swierzbicki
Hi

mdaems : There is no stupid proposal, only stupid answers :)
Your proposal makes sense. It will be better to rename "each" packages as you asked for. Using the libsuffix trick will not solves the problem (dcp files will still be created with the suffix).

It will also be good to re-arrange all folder structure.
Something like :

ZoesDBO
|_ Libs
- |_ Delphi5
- |_ Delphi...
|_ Sources
|_ Packages
|_ Exemples
|_ Help

All DCU files have to be placed in the corresponding Libs\Delphi folder

I guess this will helps a lot.

Posted: 03.05.2006, 20:37
by mdaems
Hi Ben and Swierzbicki,

Read the other thread but can't understand what they're talking about. Not their fault. I just don't know much about packages, installing components and all this.

Can you two put your heads together to figure out the solution, eg for two Delphi versions? Then we can see how to implement it for the others as well.

Is the re-arrange really necessary for that? I'd think we have almost the same now with the packages\build subdirectories, or not? I propose to keep it with modifying the package files if possible. Just because throwing everthing around would really slow down development even more. It would require a discussion with most other developers as well.

Mark

Posted: 16.06.2006, 09:32
by drbastem
i want to download zeos componet d10(delphi 2006 version) . But not found.

Posted: 16.06.2006, 11:56
by mdaems
You can find a reasonably recent version at http://users.telenet.be/mdaems. I packaged it some weeks ago hoping the project leaders would publish it.
I should look at home what's wrong with the SVN address.

Mark

re: no web found

Posted: 16.06.2006, 12:06
by drbastem
Sorry, de gevraagde pagina kan niet gevonden worden.
Page not found - HTTP 404
U kan de volgende zaken proberen:

Posted: 16.06.2006, 15:19
by mdaems
Hi, I think your browser has taken the last dot into the url. http://users.telenet.be/mdaems/ should really do it (even without the final slash.)

Mark