Discussion Board
-
TRAP and Leave 3rd Edition FP1 + Carbide 3.0.1
2008-04-15, 12:46
#1
Registered User
I use VS2005 + SP1, Symbian SDK 3rd edition + FP1, carbide 3.0.1
Code:
TInt FunctionL()
{
User::Leave(err);
return 1;
}
void TrapFunction()
{
TRAPD(err, iRes = FunctionL());
}
When calls User::Leave the breakpoint on TRAP does not stop the application. The application crash.
Same code on VS2003 + 3rd edition MR + Carbide 2 works fine.
Please help......
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules