@# Quotes DB     useful, funny, interesting





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



Comments:

<0> morning !
<1> Is there any different between ShellExecute and WinExec?
<2> Rainy mornings.
<1> ki9a : Is there any different between ShellExecute and WinExec?
<2> worlds.
<2> WinExec is deprecated
<2> and ShellExecute uses the shell to exceute things
<2> you could, say shellexecute 'c:\'
<2> and it would open it via the shell.
<1> i need to run a .bat file
<2> both would work.
<1> k
<2> hell even CreateProcess(ex) works for .bat
<0> sunny mornings :D
<2> somewhere :)



<0> ki9a: right here for example ;)
<0> tomorrow its beerdrinking game again...
<0> ah, i ment beer drinking soccergame.
<0> eng-sw
<2> hehe
<2> you'll lose.
<0> would be nice to whoop englands *** for once ;)
<0> nah
<2> wasn't a question.
<0> we usually play even...
<0> svennis is swedish you know ;)
<0> head coach of england for those that didnt know.
<0> if there are any that didnt know... :/
<0> so, ki9a, what will we waste time on today?
<0> questions again?
<0> :P
<0> to bad i got none...
<0> hm, speaking of soccer, any french here :P
<0> ki9a: argentina on wednesday, hehe ... you'll looose !!
<2> yep
<2> :)
<2> currently wasting my time on getting someone to use smtp with authentication
<2> so far no good.
<0> hehe, shouldnt have to "get someone" to use smtp via authentication :P
<2> mrw: funny. For some unknown reason he can't send email anymore.
<0> erh, did i use ***ign() or <>nil to check if a TStringlist has been created, confused on a warning message here...
<0> or do I have to create the TStringList outside the try except end; to get rid of the warning message.
<2> create before try
<0> hm, yah, guess thats smarter aswell. ;)
<2> note that ***igned and <> nil do the same.
<3> someone worked with ssl in indy ?
<2> yep
<3> ki9a how to generate normal cer, certificate ? i generate but my client reconnects all the time
<2> how did you generate it ?
<3> hmm wait
<3> openssl genrsa -out privkey.pem 512
<3> openssl req -new -x509 -key privkey.pem -out cacert.pem -days 1095
<3> openssl x509 -inform PEM -in cacert.pem -outform DER -out cert.cer
<3> ki9a ?
<2> http://www.modssl.org/docs/2.8/ssl_faq.html#ToC24
<3> i'm working with secure blackbox component for indy
<2> ooh
<2> you should have said that
<2> then you have to contact the SBB support
<3> ki9a they have demo program for generating certificates
<3> but it doesent work
<2> yeh
<2> contact them
<3> ki9a i have very old blackbox version 3.1, now they have 4.1 already... do you think they will support me ?
<2> you can try, I'm sure they'll be friendly.
<3> i will try to generate with your faq, if it doesen't helps then i will try to contact them
<3> ki9a if i had fresh dll files for ssl, i would use standart indy ssl component...
<3> ki9a maybee you have ?
<3> libeay32.dll, ssleay32.dll
<2> nope don't have them.
<3> it's very big job to make them
<4> you can download those files
<4> anywhere on the net
<3> _seibXa__ no i searched in google, there is 2004 year version
<3> for 0,97 version of ssl, they are to old
<4> what version u exactly need



<3> for last ssl version - 0,98b
<5> has anyone ever experience a situation where a button press is sometimes not recognized (perhaps related to multithreading?)
<5> ive got this very odd situation where my program is occasionally ignoring a button press
<6> helloooo
<5> actually i think it's a mouse click thats being ignored (happens to right or left click)
<5> hi LordCrc
<6> "i wanted respect", said the 17 year old kid who shot his 16 year old gf to death...
<7> I guess he got some
<6> at least we'll be able to cull him from the population before he does any more damage to it (reproduces)
<8> hello, what a good vcl component to access serial port?
<8> please can anyone to tell me?
<6> hmm good q
<6> there's http://sourceforge.net/projects/comport/ which is free
<8> thanx LordCrc
<3> eem... how to make my traffic from client to server more secure ?
<3> i use indy tcp components
<3> i have ssl, but i need something to encrypt some data
<2> no reply yet from SBB?
<2> what do you think SSL is?
<6> ghost: thats what SSL does
<3> do you think it will be ok, only ssl ?
<6> "only"
<3> i thinked to encrpyt it with PGP alogrithm and then use SSL :)
<3> thought* :>
<3> okay, if you say that only ssl will help, then ok
<6> afaik, ssl is considered secured
<6> secure
<6> http://en.wikipedia.org/wiki/Secure_Sockets_Layer
<2> well inherently nothing is secure
<2> without certicate checking there's not much there
<6> ki9a: true :)
<6> ki9a: but for "snooping"
<3> i don't understand why my client keeps reconnecting to server
<3> where can be problem...
<9> prolly Indy related ;)
<2> hah
<2> Indy doesn't reconnect on it's own.
<3> its problem in ssl
<2> neither does SSL reconnect on it's own
<2> that said, SSL doesn't do anything
<2> it's a specification.,
<3> ki9a i'm about sslhandler
<3> ElIndySSLServerIOHandler / IOHandlerSocket
<3> i wroted on sb helpdesk, waiting for answer
<3> PGP keys can be generated using PGPKeysDemo application. X.509 certificates can be generated by CertDemo application
<3> but CertDemo isn't working :))))
<2> if I got a dollar every time someone said something as pointless as "isn't working"
<2> I'd be rich.
<10> hehe
<11> aint working is not a technical term
<3> ki9a heh... it's programm that came with SB ...
<3> it's not my product
<2> you still don't get it
<11> did it eat your cat?
<2> in some cases that might actually count as "working"
<11> haha
<2> I like that "I don't understand what's being said, let's ignore and repeat in a few minutes" mentality.
<3> it's hard to speak english for me ...
<3> ki9a when i'm compiling sb program it asks for pas file, but i have only dcu files, is there some way to fix it ?
<12> yes, get the pas file
<12> and or use the correct version of Delphi the dcu was built for
<3> Blade^ i'm using correct version
<3> and sb components are without pas files
<3> only dcu
<12> if it asks for the dcu your not
<12> or it has to recompile
<12> so either way your out of luck
<3> it asks for pas
<2> In the news: MPAA going after FIFA, sales have been down to 25% on game nights.
<10> what?
<10> how?
<2> sales of cinema's
<6> cinemas or tickets? ;)


Name:

Comments:

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






Return to #delphi
or
Go to some related logs:

#solaris
#stocks
ImportError: No module named distutils.core
@find deluxepass
clamav sucks
#worldcup
#windows
#beginner
BartPE Precision 670
biggest screen resolution



Home  |  disclaimer  |  contact  |  submit quotes