@# 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> Tha'ts what it's called
<0> might help in your search.
<0> FUZY!
<0> there are programs that sign it
<0> SignCode.exe for example.
<0> it seems to create an extra PE directory
<0> for this
<1> today was fun.. I spent most of the day trying to get my c++ app to link properly!
<0> oh that's fun
<0> :)
<1> no sg this week :(
<0> next week
<0> and the week after that
<0> then in january again
<2> tnx ki9a, yeah, i sign it with signcode, and right now im going to read about the CryptVerifySignature windows api, i think this is what im looking for, i had found really interesting articles on how to use this apis in delphi... the problem is that this articles are in russian :p
<0> hehe



<0> there ought to be a crypto api translation for Delphi somewhere.
<2> yeah, i think theres something in jedi, i ll look for it
<0> from what I remember from using parts of it
<0> it's not fun
<0> FuzyLogic: We've got a fair, carnaval fri-mon :)
<3> hi! how can i do this stuff: date - 1 day ?
<4> holy ****
<4> i won a copy of camtasia studio
<0> Cool
<0> I like that program.
<0> `XXL: Date - 1
<4> def
<4> http://www.istartedsomething.com/20060904/camtasia-studio-winners/
<0> I used it for the RO demos
<3> thx, ki9a
<5> anyone know a sql query to delete from a field if the data isn't numberic?
<0> what DB?
<0> look for it's regex syntax
<6> you could try some stuff like "where int(field)!=field" also or some other type of int/intval/cast method
<6> not sure how it will perform
<6> mysql supports "select ..... where field not regex '^\d+$'" i think
<0> ooh group hug. Shame mrb isn't here
<7> that leaves morefor those of us that are here
<7> near death (ok, in reality not that close) experiences tend to make ppl want to do that I guess
<8> ki9a: haha
<4> aww
<4> http://www.cnn.com/2006/SHOWBIZ/TV/09/04/australia.irwin/index.html?section=cnn_latest
<0> pretty old news.
<0> :)
<4> when did it happen? fiancee just told me about it
<4> that ****s
<0> Oh this morning.
<0> It's been posted here about 10 times since
<4> ah
<9> yesterday
<0> yesterday for you
<9> you're ahead of me time wise.
<0> indeed.
<9> so anything that happens to me... happened to you hours ago...
<0> Only clock wise.
<0> Although admittedly
<0> we Dutch are a bit further on the time scale than the rest
<0> ;)
<0> evolution wise and all
<8> ki9a: modesty wise too
<0> :P
<0> oLeOlE: Belgium is south-netherlands anyway.
<8> yeah and north-france and west-germany
<8> I know
<0> not germany
<0> and those french.
<0> well..
<8> in the east of Belgium they speak german you know
<0> There are like 15 ppl there.
<1> argh.. the thing which screwed me up all day at work with linking in c++ was -DAPU_DECLARE_STATIC .. I had -DAPU_DELCARE_STATIC
<8> hah
<1> ****! how annoying
<8> not really
<1> gotta love c++ preprocessor



<10> whats wrong with cpp?
<1> Rahly, just venting cuz of the "-DAPU_DECLARE_STATIC .. I had -DAPU_DELCARE_STATIC" comment
<1> cuz of the typo cost me hours of ****ing around
<10> venting because of a typo problem you had?
<1> yes
<1> cmake is a nice build tool if you work with x-platform c++ code
<1> makes Makefiles for different os's based on a simple script language
<11> hey
<10> thats what autogen is usually for
<10> not really, but i did just wake up
<10> http://sa.zector.co.uk/slave/files/3d/3d5664e136d7187567b895f528ab53ca2089050f.jpe#via=salr
<12> didnt take long before someone had to joke about it
<10> only about 20 mins
<6> um, why does QueryInterface add 2 references to an interface?
<9> did you use as in the same line?
<6> well i'll paste my code somewhere
<6> ? paste
<13> Pastebin: http://www.vkarlsen.no/pastebin
<6> http://www.vkarlsen.no/pastebin/default.asp?id=7433
<6> i just added some lines that log the ref count after completion of _Release and _AddRef
<6> reason why i was querying it was because i was logging the name of the interface it was deleting
<6> (while trying to find some other bug)
<6> i just dont understand why it adds an extra reference on the queryinterface
<6> ahhh hmmm
<6> i tried ***igning the client[0] to an IInterface typed variable first, then did .queryinterface on it, and then it only adds one
<6> why does the Client[0] one sort of get lost somewhere?
<6> er clients[0] .. that clients thing is an TInterfaceList
<10> hmm
<10> it doesn't for me
<10> although QueryInterface does addref followed by removeref
<6> yeah.. hmm bit puzzled here.. what delphi verison are you using?
<6> this is d6
<10> 7 here
<10> but they've been that way since 5
<6> hm imma see what it does if there is 2 interfaces in the list
<10> my bad
<10> _AddRef and _Release is whats called
<6> the 2nd time it only ups the ref count 1
<6> must be that clients[0] gets some temporary stack reference or whatever
<10> maybe
<10> donno, can't see the code
<6> nah well. ill settle with the fact that it works when i go through an IInterface first :)
<6> its the part that unloads plugins
<6> so, leaving a ref when unloading .dlls wasnt too popular :P
<10> should keep track of your objects better
<6> well this was debug code anyway, so solution was removing it 8)
<14> Hey
<14> I'm trying to understand how to add my own option to the explorer context menu, but I'm struggling to figure it out =(
<14> are there any componetns that make this easier?
<15> yes
<15> Shell Plus
<15> but it's trivial
<15> there's even an example included in Delphi demos
<0> hrmm. My network is as stable as Kylix 3 on a current Linux distribution today.
<15> hehe
<15> BUT your network has active development
<15> :D
<0> Trie
<0> true
<0> whow that key was far away
<14> ah yeah I looked at the demo but I couldn't grasp it, and shell plus is commercial and I don't need all it's features :P
<14> I guess I'll just ahve to try and understand
<0> Blade^: was kings cross partially closed yesterday?
<15> no idea
<0> Somewhere around platform 9 and 10 ?
<15> how the hell should i know I'm like miles outside of london
<15> :P
<0> you are closer that I am.
<15> Yes
<0> Anyway, the reason I was asking is because i heard they were recording parts of HP4 the movie
<0> at kingscross yesterday.
<15> well, it's really St Pancr***


Name:

Comments:

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






Return to #delphi
or
Go to some related logs:

tesselating surfaces gamestudio
sarah so fred kim
#winxp
#cisco
#stocks
dalnet indent problem
#politics
#freebsd
#computers
#gentoo



Home  |  disclaimer  |  contact  |  submit quotes