Newbies helmut Posted July 30, 2004 Newbies Posted July 30, 2004 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
Recommended Posts
This topic is 7489 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now