Jump to content

FM Plugin C++ Exceptions & CW 8.3


This topic is 7234 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • 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

Link to comment
Share on other sites

This topic is 7234 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.