| Recent Answers |
 |
 |
2008-07-03 Delphi - smtp authentication: I did solve it, but by switching to CIS (Clever Internet Suite). I liked their support for SSL email better which requires no external dlls . I would turn on the Outlook Express debug logs and compare...
|
2008-06-27 Delphi - code needs a showmessage: hello, TColorButton is not a standard component, maybe it is your own? the piece of code you have provided seems pretty harmless, so it needs more investigation in the code of TColorButton. i assume...
|
2008-06-25 Delphi - WinXP Raw sockets: I have not found anything that Delphi cannot do that C++ can. Raw sockets are not compatible with all network adapters, so you may be fighting issues in other layers of your system. I personally use...
|
2008-06-25 Delphi - About my second problem ....: hello, it is virtually impossible to find out your intentions from a piece of code. especially if it is a large piece :) again, i spotted some problems here, but first, i have to say that your whole...
|
2008-06-24 Delphi - A question about my program.: Line numbers are a thing of the past. Most languages don't even support line numbers and any employer would consider it bad form as well. Compare your function with labels/goto: procedure p1; label...
|