|
Re: new to swig, problems with exceptions: msg#00143programming.swig
On Nov 24, 2003, at 3:03 AM, Ian_Haycock@xxxxxxxxxxx wrote:
It's hard to say what might be going on here. However, I would check a couple of things. First, make sure that the %exception code is actually showing up in the generated wrappers. The fact that you defined the exception handler in a namespace like that might have some adverse effects (like only attaching the exception to declarations in that namespace). If, for some reason, the %exception code is missing, that would explain a crash. It's also possible that there is some kind of linking problem. Double check the compiler/linker flags and make sure that exceptions are enabled or compiled properly. I know on earlier compilers, you sometimes had to specify extra options to make exceptions work correctly with dynamically loadable modules. Cheers, Dave _______________________________________________ Swig maillist - Swig@xxxxxxxxxxxxxxx http://mailman.cs.uchicago.edu/mailman/listinfo/swig |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | new to swig, problems with exceptions: 00143, Ian_Haycock |
|---|---|
| Next by Date: | Directors .h file placement.: 00143, Kerim Borchaev |
| Previous by Thread: | new to swig, problems with exceptionsi: 00143, Ian_Haycock |
| Next by Thread: | Re: new to swig, problems with exceptions: 00143, Ian_Haycock |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |