| View previous topic :: View next topic |
| Author |
Message |
mike Guest
|
Posted: Fri Jun 18, 2004 2:03 am Post subject: VCL/RTL-Exception Handling ignores namespaces |
|
|
Hi,
sometime ago there was a posting to this list about incorrect
behaviour when exception throwing and using namespace's within borland
c++. here's the original post:
[url]http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=3c594204_2%40dnews&rnum=3&prev=/groups%3Fhl%3Den%26lr%3D%26ie%3DUTF-8%26q%3Dexception%2Bnamespace%2Bcatch%2Bgroup%253Aborland.public.cppbuilder.language.*%26btnG%3DSearch%26meta%3Dgroup%253Dborland.public.cppbuilder.language.*[/url]
this still appears broken in bcb6 ? does anyone know of a suitable
workaround ??
Cheers
Mike
|
|
| Back to top |
|
 |
mike Guest
|
Posted: Sat Jun 19, 2004 9:05 am Post subject: Re: VCL/RTL-Exception Handling ignores namespaces |
|
|
[email]eformat (AT) hotmail (DOT) com[/email] (mike) wrote in message news:<51475a73.0406171803.70a91491 (AT) posting (DOT) google.com>...
| Quote: | Hi,
sometime ago there was a posting to this list about incorrect
behaviour when exception throwing and using namespace's within borland
c++. here's the original post:
[url]http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=3c594204_2%40dnews&rnum=3&prev=/groups%3Fhl%3Den%26lr%3D%26ie%3DUTF-8%26q%3Dexception%2Bnamespace%2Bcatch%2Bgroup%253Aborland.public.cppbuilder.language.*%26btnG%3DSearch%26meta%3Dgroup%253Dborland.public.cppbuilder.language.*[/url]
this still appears broken in bcb6 ? does anyone know of a suitable
workaround ??
Cheers
Mike
|
Answering my own post - in bcb6 - you can edit xx.cpp and change
the default catch search code to look for C++ exceptions before the
delphi ones (don't see why not ?). then recompile the RTL and install.
HTH
Mike
|
|
| Back to top |
|
 |
|