@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6



Comments:

<0> Hi, how can i fill a buffer represented by as var BuffDec:ARRAY[0..5012] OF CHAR; with the content of another buffer which its content is at a memory address represented as var BuffDecAddr:CARDINAL; ?
<1> move()
<0> move will clear the source buffer?
<1> no
<0> omg, good thanks :)
<2> unless the ranges overlap somehow.. well it wont clear, but it will surely affect it :P
<1> AV
<1> :)
<2> nah, move() checks the offsets and does a reverse or forward moving depending
<3> hot damn
<1> daedo!
<3> hey Blade^
<1> hey rahly
<3> whats going on?
<1> not much
<1> too hot to do anything



<1> even though its like 1:19am
<3> ahhh
<1> muggy nights ****
<3> i took back my crappy router, and got a new one
<1> cool
<3> we have a storm here, so there is a nice breeze
<3> yeah, i'm so glad too, this one is way better, and no problems, yet
<1> I'm planning on getting some micro boards and installing something like monowall on them for all my routing needs
<3> ahhh
<3> i mainly upgraded it though, so i could have wireless
<3> but this one allows traffic shaping too
<1> useful for torrents
<1> those damn things kill my network
<3> yeah, they call it the QoS system though
<3> it automatically measures your upstream speed, and adjusts everyones upload, so it doesn't kill the downloads
<3> i had bought a netgear, but it was so crappy, no option to remote reboot, static DHCP was fubared, never gave a correct ip to the correct network adapter, and to top it off, port forwording would only work for about 3 days, then you had to reset the router in order for it to work again
<1> heh
<1> i hear nothing but bad things about netgear
<1> or is that lynx
<1> its one of them
<1> scary
<1> "A large asteroid is set to p*** Earth in a close encounter which scientists say will pose no danger.
<1> The asteroid, estimated at half a mile (800m) wide, will sweep within 270,000 miles (433,000km) of the planet - only slightly further away than the moon.
<1> "
<1> o well, bedtime i think, bbl
<0> Guys, anybody knows how can i get the data of a buffer stored at the memory address represented by BuffDecAddr:=$00112233? I'm trying to use move(PChar(BuffDecAddr), DecData, len), but DecData is not getting the real content stored in that buffer address.
<2> if you just want to read it you can ***ign some typed pointer to the address
<2> however, if this is inter-process somehow, then have in mind you won't be able to p*** pointers magically
<0> yeah, i'm using wm_copydata to send my data to another process
<0> well, but i have declared DecData as array[0..5012] of char;
<2> ya, that copies the memory somehow.. or should
<2> it translates the address to the copied address?
<2> or maybe you're using the original address instead of where its allocated in your local process on receiving
<3> is BuffDecAddr a pointer?
<0> oh, i'm getting this address using the local process
<0> and i got that address from a debuger
<3> if so, Move(BuffDecAddr^, Data, size) is better
<0> buffdecaddr:CARIDNAL
<0> buffdecaddr:CARDiNAL
<3> PChar(BuffDecAddr)^
<0> hum
<0> omg
<3> what?
<0> this worked
<3> what worked?
<0> ur code
<3> of course
<0> thanks very much
<3> i donno why you are using a Cardinal though
<3> seems very weird
<0> i'm using it in a hook dll that hooks a non-api function of the target process. And the buffdecaddr is a parameter of this call. Then i'm using DWORD type because i don't know the real type of that parameter
<3> y not just use a PChar as the parameter
<3> or
<3> use a Pointer
<4> real quick question.. is there a way to place a TLabel in the title area of a form?? pretty much placing one on top of the form's caption.
<5> hi guys.
<3> hey dayna
<3> maxg, not conventionally, thats outside of the client area
<3> why would you wanna do something silly like that anyway?
<5> WHAT's new or nice?
<5> my new lappy works even in directly sunlight.



<5> had to turn the brightness way up though.
<5> which ****s batteries dead...
<5> so I'll have to create shade somehow...
<5> hmm quiet here.
<6> .destroy is the opposite of .create.. so if i have. udp : THxUdp; udp := ThxUdp.Create; .. then later.. udp.destroy; ... can't i call back the udp := ThxUdp.Create; ?
<7> no
<7> call udp.free or FreeAndNil(udp)
<7> instead of destroy.
<6> can i then recall udp.create
<6> to recreate the socket ?
<6> er. i meant udp := ThxUdp.Create; but i suppose the answer is yes
<6> Whats the difference between FreeAndNil and Free ?
<7> read the help. its all in there.
<7> if you .free a module you may recreate it.
<7> free = destroy with testing for invalid pointers.
<7> to prevent a crash.
<7> warming up insulin is a chore.
<8> hmmmm... drinking makes me sleepy.
<9> how does one go about warning it up, running it under hot water?
<8> holding it in your handles... rolling it between you fingers.
<9> ah.. why not just stick it under your arm pit =)
<8> it has to be refridgerated to keep it from spoiling.
<8> but injecting cold insulin is quite painful.
<8> I dunno... probably cuz its uncomfortable coming from the fridge to your fingers.
<9> is it anything like an IV? it feels cold running up your arm
<8> nope not at all
<8> cept for the slight sting when coming out... if you don't pull it straight out... it snags...
<8> although... in 30 years you'll have a few hard lumps from injection site scarring...
<8> I understand it gets tougher as the years go by
<8> the thing I find sick...
<8> is the longer acting insulin is better for you... but not subsidised by the provincial health plan.
<8> (it doesn't count towards your deductable limit)
<9> that ****s
<8> and the bloody stuff costs $70/vial
<8> and one vial lasts about 2 weeks.
<8> that's about 1800/year
<8> ***uming you only need one dose a day.
<8> some people take as many as 4 different forms of insulin per day.
<8> anyways... night all.
<9> i'm pre-diabetic :/ i hope it never comes to that
<9> good night
<8> I was too. controlling it with diet.
<8> then suddenly last year my sugar just went boom through the roof.
<8> it was like my pancreas suddenly said... **** it I quit.
<8> anyways... falling asleep here.
<10> hi guyz
<11> Hello.
<11> How can I see if a vkey is up or down?
<12> my guess is that a vkey is down and a "^key" is up ;p
<1> hehe
<1> :P
<1> hmm
<1> "David Beckham resigns as England captain after the team crash out of the World Cup in Germany."
<3> poor him
<13> :D
<1> he's getting on anyhow
<1> he's had his day
<1> we should give it rooney for pushing ronaldo
<13> yeah, i'd agree..
<13> heh..
<13> lot of long faces in England yesterday..
<1> it amused me
<1> its like they expected to win
<1> i mean come on!
<13> yeh.. i was prepared for going out to Brazil..
<1> brazil lost to france didnt they?
<13> yup
<13> we might have done alright against france..
<13> dunno the logic in that..
<13> they still have Big Brother though to excited about right..?
<1> yeh
<1> and Wimbledon
<13> what.. watching Tim ****face accepting the fact that he's a complete failure?


Name:

Comments:

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






Return to #delphi
or
Go to some related logs:

tina fagerstrom
#linuxhelp
mossadech
#politics
eccentris mask
xmms m4p
#heroin
.chanset +blowfish
#politics
aloha lily



Home  |  disclaimer  |  contact  |  submit quotes