Re: SWITCH question
- Posted by jimcbrown (admin) Jan 06, 2018
- 1841 views
Again EXACTLY like it should be, irv, because C_POINTER is giving the offset_value in C_HANDLE (or the other way around if Robert made the pointer_table grow downwards.
There's no pointer table, and Rob didn't add C_HANDLE. That was Derek.
http://scm.openeuphoria.org/hg/euphoria/annotate/05dacea121ee/include/std/dll.e#56
C_HANDLE contains a number of Machine-language routine
Please help me find those machine language routines. Maybe that will help. Which file(s) should I look at?
No it doesn't. It's just a constant, there's nothing special behind it.
to deal with known errors. With as a last resort the 9/0 for catching Machine_Exceptions, Violations etc, which haven't be solved bij MS yet.
There is an error handling system in Euphoria that's written in C but it's mostly unrelated to C_HANDLE. Look at be_rterror.c for starters.