@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11 12



Comments:

<0> http://content.leenks.com/pics/random28/1129905902588_smaller.jpg
<1> anyone know why debug dcus would be greyed out?
<2> hi all
<2> is there a delphi compiler working on windows 98 ?? if so may i have the link please :)
<1> Delphi: www.borland.com
<2> DaynaGirl, i have borland delphi 2005 on a cd and when i start the installer it says that windows 98 is not supported :)
<2> is there another one please ?
<3> Delphi 6 works on 98 I'm quite sure, dunno about 7
<4> 7 does..
<4> why not just update your OS Delphi98..?
<2> i'm in bad circumstances
<4> fair enough.. :)
<2> ;)
<5> so
<5> we could finally have an official 10th planet
<5> either that or we'll have to decl***ify pluto



<6> Blade` That arguement has been going on for a long time.
<5> they have no choice now
<5> UB313 is bigger than pluto
<5> they must either cl***ify that as a planet or decl***ify both
<5> a lot of IAU members are going for the latter
<6> Yeah. But then we'd have 8 planets and we'd have all the issues with textbooks and everything else.
<6> How far out of the ecliptic is pluto anyway?
<5> it depends
<5> sometimes neptune is further
<5> but
<5> its no more a change than adding a 10th
<6> No - the ecliptic plane. Pluto isn't quite in ut. Ub313 is WAY out of it.
<5> Well when you get up that end orbits are m***ive
<5> they say pluto is really the start of the keiper belt
<5> and the oort cloud
<6> You mean kuiper belt? ... Pluto is more in the plane with the other planets than a lot of this other stuff.
<5> it all orbits the sun
<5> pluto isnt a planet
<5> its an ice ball
<5> strike it off
<6> Hrm. The kuiper belt IS mostly in the ecliptic.
<6> Actually, they don't have a good idea of what it is. They didn't get the voyagers off in time to go to pluto.
<5> New Horizons will see
<5> Perhaps we should postpone until that reports in
<5> but its years out yet
<5> won't reach Pluto until something like 2015
<5> and the other Kuiper belt objects aroudn 2020
<6> I think it's neat that all the planets lined up at the time the human race was ready to send a probe out.... That's not going to happen again for quite some time.
<5> it happened in Tomb Raider 1
<5> :)
<5> heh i like this bit
<5> "New Horizons will be a one-way journey to the Kuiper Belt and beyond; unlike some missions that return back to the Earth.
<6> ?
<5> well, it seems like they expect us to expect it back
<6> Yeah. That's rare.
<6> How many robotic missions have we tried to return...? I can only think of one and it failed.
<5> especially from deep solar system
<6> I remember that day because my rocketry club must have had some kind of synergy with that mission and we crashed several rockets.
<5> heh
<6> Why the hell won't this uninstall....
<4> remember that joke of a British mission to mars? ..might have been a year ago or something it was supposed to land on xmas day or something..
<5> yes
<6> I wouldn't call the mission a joke. I do remember the failure. But mars has eaten a number of probes.
<5> Beagle 2
<5> America destroyed it
<5> to cover up signs of life
<5> ;)
<4> that's it..
<6> Nah - we just want Mars to ourselves
<5> yeh just wait to we start colonising the moon and mars
<5> and arguing over land their too
<5> \there
<6> Hrm. The system adminstrator has set policies to prevent this installation....
<6> Now what....
<5> su!
<5> :)
<6> This is windows, and I am administrator.
<6> MSI is having major problems.
<6> Grrr. How do I get an entry out of my add/remove programs when the uninstaller is trashed....?
<5> Regedit
<5> i hate that happening



<6> It's more than that.
<6> I think
<1> anyone here use memproof?
<1> I can't get it to show me source code
<5> no
<5> just edit HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
<4> didn't they find three boobed women on mars? i think Arnold Schwarzenegger was involved in the mission..
<5> just a matter of removing the entry
<5> yeh
<5> she got shot in the middle tit
<6> Ah. I have the installer SDK. I think msizap may do this.
<6> I'll look at that key as well.
<7> Dayna: you compiling it correctly?
<6> Blade` What you say will get you out of some situations, but there are a lot of keys that have to be fixed for a big install.
<1> Rahly: I have set everything it says to set in the help. I've set the search directories and yes I'm sure I've opened/run the correct application.
<7> and you compiled with TD32 information?
<5> Mj: what do you mean? Obviously this just removes the installer entry, it doesnt uninstall.....
<6> Well, I can't get the uninstall to go. The product is mangled beyond that.
<6> So I'm killing it out manually.
<5> ahhh
<6> Then reinstalling fress
<6> Then reinstalling fresj
<5> i thought u just wanted to remove the item
<6> fresh even
<6> No. This is what I get for doing install development on this machine.
<5> heh
<5> use Inno
<5> :)
<6> I USUALLY do
<6> But have something that requires wix instead.
<6> Inno has some limits because it doesn't really speak msi.
<5> yeh
<5> but that has its advantages
<6> The product in question used some beta versions of postgresql, which is what started the trouble.
<5> but MSI is nice
<1> Rahly: yes.
<5> because u can tie in other msi
<6> Yes.
<5> for drivers and stuff
<6> Right now, I have inno shell to msi to install a bunch of stuff. Clunky but it works.
<1> anyone know of another memory leak detector that's free like memproof but isn't memproof?
<6> Free or commercial?
<6> There was a very nice leak checker I used back at R&K, but it was pricey
<1> either.
<6> Ok, it was BoundsChecker, I think
<1> thanks.
<6> ***uming my memory is correct
<8> ok laugh at the noob time
<8> I have an app, and went to new->form
<8> created the form but it didn't create the needed stuff inside the prog
<8> is that not the right way to do it?
<5> what `needed` stuff?
<8> my original code has a TForm1 = cl***(TForm)
<8> I tried to duplicate with tform2
<8> but was unsuccessful
<8> so I'm not sure where I went wrong
<5> i'm still not sure what your doing
<8> trying to create an "about" box
<8> maybe I went about it wrong
<5> so all u do is create a new form
<5> whats the problem?
<8> file->new-form
<8> ?
<5> yes
<5> there shouldnt be any problems
<8> it created a Form2
<8> I added a label
<8> I tried adding Form2.Show to form1
<5> did u create the form?
<5> or make sure it's auto-created?
<9> Sometimes I think OSS fanatics don't really get the free market that they claim to understand so well.
<8> how do I do that?
<8> in the project source?
<5> leddy: create the cl*** like any other, or view project options and look at the forms page


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #delphi
or
Go to some related logs:

dkpiger
devletım.com
#netbsd
mo-oz irc
#allnitecafe
#mirc
#politics
#windows
crack .dvr_ms
#politics



Home  |  disclaimer  |  contact  |  submit quotes