by picard » May 10, 2004 @ 12:12pm
i have similar problems. with dynamic generated code exception handling doesn't work. i think this is because under arm no additional code is inserted for __try (example x86 changes the fs:[0] pointer. i think). only exceptions information is added to the exception directory of the win32 pe file (for a dynamic code this is obviously missing) and somehow wince finds out from the registers and stack (and from who knows what) where to pass the exception. does anybody know more about this or has some advice?