Hi there!

Hi there!

Is anyone using madexcept in a project with firedac components? It gives me an exception trying to connect to the DB if i have madexcept turn on.

When its off everything works ok.

Comments

  1. Which version of Delphi?  I've had really strange and highly annoying problems with XE4's project configuration/build manager screwing-up things exactly like what you describe. You can try the following.

    Turn off MadExcept.  Save your project.  Close the IDE.  Delete everything from your project directory except the bare minimum to support your project, including but not limited to your .dpr, .pas, and .dfm files.  i.e. You're deleting IDE and compiler generated files.

    Restart the IDE.  Reopen your project via the .dpr.  Select the build you want (debug, release).  Update project options (version info, etc) for selected build.  Turn on MadExcept and try it out.

    ReplyDelete
  2. I'd suggest you create a basic test application, if that produces the same fault you know it related to MadExcept and not some application memory corruption.  With a demo project you could then submit to MadExcept forums the bug which I'm sure he will fix.

    ReplyDelete
  3. I've tested yesterday with another project in MySql and it worked fine. I've followed your advice and done a simple test with MSSQL again and the problem remains...

    ReplyDelete

Post a Comment