|
Log in | ||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Will be available. Now i'm usign FF2 runtime package for save memory usage
of my application. Without runtime packages i have moery problem in windows 98 Roberto Nicchi Master Informatica |
|
#2
|
|||
|
|||
|
Please look in your install directory and tell me how many BPLs you find.
<g> Yes, NexusDB has runtime packages, and they are much more cleanly separated than in FF2, to help you include only exactly as much as you need in your distribution. -- Eivind Bakkestuen [NDD] Please, no email unless requested. Search Borland and third-party newsgroups here: www.tamaracka.com "Roberto Nicchi" <software@masterinformatica.net> wrote in message news:Xns93C8562EC7F26softwaremasterinform@203.147. 131.213... > Will be available. Now i'm usign FF2 runtime package for save memory usage > of my application. Without runtime packages i have moery problem in windows > 98 > > Roberto Nicchi > Master Informatica |
|
#3
|
|||
|
|||
|
"Eivind Bakkestuen [NDD]" <Ieivind.bakkestuenHATE@nexusdb.comSPAM> wrote
in news:3f276a62$1@wic040d.: > Please look in your install directory and tell me how many BPLs you > find. <g> Yes, NexusDB has runtime packages, and they are much more > cleanly separated than in FF2, to help you include only exactly as > much as you need in your distribution. > in the nexusdb1\delphi7 i see exactly 0 bpl ![]() but in the windows\system32 dir i can see 16 nexus*.bpl files. witch one is the runtime package ? Roberto |
|
#4
|
|||
|
|||
|
> but in the windows\system32 dir i can see 16 nexus*.bpl files. witch one
is > the runtime package ? All of them *g* (except the dv = designtime vcl package) The runtime packages your application require depend on the parts of NexusDB your are using. A few examples what the packages contain: ll = low level sd = shared database specific st = shared database and transport specific db = TDataSet layer re = remote server engine ch = command handler sr = server engine 1x = sub-engines required by the server engine for NexusDB v1 files. sq = sql engine pt = pooled transport (base class for TCP and NP transport) tw = winsock transport tn = namedpipe transport tc = COM transport pv = platform specific: VCL.Win32 dv = designtime VCL.Win32 -- Thorsten Engler [NexusDB Architect] |
|
#5
|
|||
|
|||
|
On Wed, 30 Jul 2003 18:54:46 +1000, Thorsten Engler [NDA] wrote:
>> but in the windows\system32 dir i can see 16 nexus*.bpl files. witch one > is >> the runtime package ? > > All of them *g* (except the dv = designtime vcl package) > > The runtime packages your application require depend on the parts of NexusDB > your are using. A few examples what the packages contain: > > ll = low level > sd = shared database specific ..... Hallo, simular problems! I can install beta 6 - I executed the exe from your website, nothing else!. There are all components on the palette. I can set up the server, put a rs, transport, session .... on a form, connect everything and can see the contents of a table in a grid if the table is open at designtime. But I can't compile the project, if there is a 'Table.Open'. in the 'FormShow'. What have I to do to get runtime-packages. Thank you. Dietmar |
|
#6
|
|||
|
|||
|
Would you please tell us exactly what kind of error you are getting?
-- Eivind Bakkestuen [NDD] Please, no email unless requested. Search Borland and third-party newsgroups here: www.tamaracka.com "Dietmar Mysliwietz" <dietmar@dmysliwietz.de> wrote in message news:1akymb5rl23co.1vq7te3umeg8$.dlg@40tude.net... > > I can install beta 6 - I executed the exe from your website, nothing else!. > There are all components on the palette. I can set up the server, put a rs, > transport, session .... on a form, connect everything and can see the > contents of a table in a grid if the table is open at designtime. > > But I can't compile the project, if there is a 'Table.Open'. in the > 'FormShow'. > > What have I to do to get runtime-packages. > > Thank you. > > Dietmar |
|
#7
|
|||
|
|||
|
On Wed, 30 Jul 2003 21:10:42 +1000, Eivind Bakkestuen [NDD] wrote:
> Would you please tell us exactly what kind of error you are getting? Eivind, I'm sorry abaout my unclear question. That's the only code in the testunit with the nxcomponents and a table. procedure TForm1.FormShow(Sender: TObject); begin nxTable1.Open. end; Delphi says: 'Record, object or classtype necessary' (translated from german). In the NexusDB1\Delphi5 directory there are no *.pas files So far. Dietmar |
|
#8
|
|||
|
|||
|
"Thorsten Engler [NDA]" <thorsten.englerNO@SPAMnexusdb.com> wrote in
news:3f278848$1@wic040d.: >> but in the windows\system32 dir i can see 16 nexus*.bpl files. witch >> one > is >> the runtime package ? > > All of them *g* (except the dv = designtime vcl package) thank you. Roberto |
|
#9
|
|||
|
|||
|
There are no .pas files delivered with the beta. We don't give our source
away for free. :-) However, the .dcu and .dcp files included should be enough to be able to compile. The error you are getting does not say anything about missing files, so I don't understand why you ask for files. Usually, it comes from spelling names wrong, erroneous use of . , or something similar. Where exactly does Delphi place the cursor when the error is reported? If the code below is the exact code you are trying to run, I would suggest swapping out the "." with ";" after Open. That should work much better. -- Eivind Bakkestuen [NDD] Please, no email unless requested. Search Borland and third-party newsgroups here: www.tamaracka.com "Dietmar Mysliwietz" <dietmar@dmysliwietz.de> wrote in message news:1lgq9m7tclpw8.1dvvkec254zpe$.dlg@40tude.net.. . > On Wed, 30 Jul 2003 21:10:42 +1000, Eivind Bakkestuen [NDD] wrote: > > > Would you please tell us exactly what kind of error you are getting? > > Eivind, > > I'm sorry abaout my unclear question. > > That's the only code in the testunit with the nxcomponents and a table. > > procedure TForm1.FormShow(Sender: TObject); > begin > nxTable1.Open. > end; > > Delphi says: 'Record, object or classtype necessary' (translated from > german). > > In the NexusDB1\Delphi5 directory there are no *.pas files > > So far. > > Dietmar |
|
#10
|
|||
|
|||
|
On Wed, 30 Jul 2003 22:49:52 +1000, Eivind Bakkestuen [NDD] wrote:
> There are no .pas files delivered with the beta. We don't give our source > away for free. :-) However, the .dcu and .dcp files included should be > enough to be able to compile. > > The error you are getting does not say anything about missing files, so I > don't understand why you ask for files. Usually, it comes from spelling > names wrong, erroneous use of . , or something similar. Where exactly does > Delphi place the cursor when the error is reported? > > If the code below is the exact code you are trying to run, I would suggest > swapping out the "." with ";" after Open. That should work much better. Eivind, my English is not good enough to try explain how I feel inside: The '.' was the point. Becaus the compiler asked same times for *.pas (something with nx*) and the problems with the Beta 4 I had, I didn't see this mistake. It only could be Nexus! <vbg> Now I can compile. Thank you very much and excuse my stupidity. Dietmar. |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Package file naming cause problem for different version of Delphi runtime library | Hannes Danzl[NDD] | nexusdb.public.support.portal | 1 | 25th August 2010 05:59 PM |
| ANN: UserControl Package now have NexusDB connector | Wanderson | nexusdb.public.support.thirdparty | 0 | 25th October 2007 12:11 AM |
| ANN: A detailed preview on the NexusDB Memory Manager V2 package | Hannes Danzl[NDD] | nexusdb.public.announcements | 0 | 11th June 2004 09:50 PM |
| Terry's Messaging package, Remote File Stream package | Holger Franke | nexusdb.public.discussions | 16 | 29th April 2004 11:19 PM |
| NexusDB Messaging package width nxV1.01 | Holger Franke | nexusdb.public.support.thirdparty | 1 | 17th October 2003 08:38 PM |