View Single Post
  #66 (permalink)  
Old 09-14-2007, 09:58 PM
lairdre lairdre is offline
Junior Member
 
Join Date: May 2007
Posts: 15
Default pass exception back

Erel,
When writing a dll for B4PPC, if I have an exception in one of my methods, how do I pass it back to the calling code in B4PPC?

Is my only option to return from the fucntion false?

Do I have access to any other code in the application from my dll.

I have a few dll's I would like to publish, but I need to clean up the error handling first.

Thanks,

Ron Laird
Reply With Quote