3 Nov
2002
3 Nov
'02
2:04 a.m.
Unfortunately I do not have recent expiriences with C++ Builder. In majority of the cases with MSVC 6 IDE I include test run in compilaton chain (post build step) and see the test results in Build output window. Maybe C++ builder allows something like this? I found it most useful cause you can jump to the error line using native IDE facilties. In other case you should be able to set a break point into the library code, somewhere near to end of main. Gennadiy.