>I am using BCB5 for application development. The native console >wizard creates no message loop by default. > >I browse the ICS source code and find there is a ConApp.pas that has >its message loop. How can I start a console project in BCB by >invoking this ConApp instead of the console wizard?
Delete what the console wizard create and create an instance of TConApplication, call his Execute method and then free it. Have a look at the sample programs writtent with Delphi. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware) http://www.overbyte.be
-- 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