July 30, 200421 yr Newbies hello, I am working on a FM Plugin (Carbon PPC) using C++ and Code Warrior 8.3. But I experienced some problems regarding C++ Exceptions; They are simply not caught. E.g. try { throw 1; } catch(...) { } terminates Filemaker. I link against MSL_All_Carbon.Lib. As using MSL_All_Carbon.shlb & MSL_ShlbRuntime_PPC.lib prevents Filemaker from loading the Plugin. Any ideas? Thanks
Create an account or sign in to comment