try
{
NMFTP1->Connect();
}
catch(...)//*******
{
"error message here"
}
The above DOES NOT display ANY message in release mode NOT inside the IDE but just running from the the executable....
Inside the IDE in every case (debug or release ) you will get the message, just because it IDE generated...
Tested on BCB6.
George Tokas.
Main Topics
Browse All Topics





by: ikeworkPosted on 2009-08-15 at 04:24:19ID: 25104950
>> that event is not activated
Though I'm not familar with Borland-Events, I guess they are just virtual functions, right? Then you just need to override it (implement it), so the standard-implementation is not being executed.
ike