On Mon, Jun 15, 2009 at 1:52 PM, Freddie Chopin <[email protected]>wrote:
> Orin Eman pisze: > > __try > > > > __except > > > > This probably won't solve the case, as OpenOCD is written in C, not C++, > and there are no exceptions in C... > Actually, __try ... __except (structured Exception Handling or SEH) aren't C++ specific. It looks like you need the MS compiler as well as linker and libraies though. No need to go there... LoadLibrary/GetProcAddress will do the job just fine. Orin.
_______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
