Hello Patrick, > to see what goes wrong. However in the Pascal unit the "Watch" and > "Debug - Inspect" features of the C++ Builder IDE are not workable.
I'm not 100% sure, but I thought you dan step trough pascal units with cbuilder. Try to delete the SmtpProt.obj and SmtpProt.dcu files (maybe only one of them is there), check the debug options in IDE and rebuild the project. > I find there is a ConApp.pas in ICS source that features message > loop. Can I make a C++ Builder console application to start with it? There are several ones. Take the most recents as example. And yes, function calls in CBuilder are the sameand the winAPI calls (of course) also, so you can start :) --- Rgds, Wilfried http://www.mestdagh.biz -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
