Search found 11 matches

by rgomez
Tue Jun 26, 2018 3:24 pm
Forum: madExcept
Topic: madExcept, services and HandleException
Replies: 2
Views: 4087

Re: madExcept, services and HandleException

No, I haven't configured madExcept to not show the exception box, until yesterday. I had the incorrect idea that it will not show the exception box if it was running as a service. I have changed the settings, by code (some services can run also as a normal app). I'll try producing some exceptions by...
by rgomez
Tue Jun 26, 2018 12:25 am
Forum: madExcept
Topic: madExcept, services and HandleException
Replies: 2
Views: 4087

madExcept, services and HandleException

Hello, I wonder what's the status of madExcept and Windows Services? I have read some other posts that instruct to disable the showing of the report box in case it is a Windows service (I am talking of non-interactive ones), but I don't know if this has changed lately? I am guessing it doesn't, as I...
by rgomez
Tue May 25, 2010 7:56 pm
Forum: madExcept
Topic: Exceptions "Unknown"
Replies: 16
Views: 12649

Yes, for some reason I had copied some of them to the System32 folder. I removed them and now I only have them on the BDSn folder.
by rgomez
Tue May 25, 2010 7:14 pm
Forum: madExcept
Topic: Exceptions "Unknown"
Replies: 16
Views: 12649

Well, this is strange. After reinstalling mad, I could not enter into the IDE (the RS2007) without issues. It always said that it couldn't find madExcept_.bpl and so on. I started disabling packages until I was able to enter without problems, and then enabling them again, from the Install Components...
by rgomez
Tue May 25, 2010 7:00 pm
Forum: madExcept
Topic: Exceptions "Unknown"
Replies: 16
Views: 12649

Yes, it works here also with the test case I posted. The Exception &exception is the "default" way or at least that's the way I remember is specified in the IDE generated code. The problem is, as always, reproducing this on a much bigger and complicated project. I'm reinstalling madExc...
by rgomez
Tue May 25, 2010 6:25 pm
Forum: madExcept
Topic: Exceptions "Unknown"
Replies: 16
Views: 12649

Hello again, I'm checking my code and, even when the test case had the catch (...), in my apps I have in practically all cases catch (Exception &exception). For instance, in the main routine of one of the apps that has been suffering this behaivour, I have something like this: try { ... } catch ...
by rgomez
Tue May 25, 2010 6:13 pm
Forum: madExcept
Topic: Exceptions "Unknown"
Replies: 16
Views: 12649

Ok, I'll review my code and change the (...) for Exception. I'll see if this fixes all of my issues.

Now, I don't remember this happening with previous versions of madExcept. Maybe there was something already in place to handle this for BCB that got changed in this latest versions?
by rgomez
Thu May 20, 2010 5:55 pm
Forum: madExcept
Topic: Exceptions "Unknown"
Replies: 16
Views: 12649

Hi there, I have that enabled for all my projects. I've just tested with RS2010 and when running on the IDE, it gives me the correct exceptions. But when running outside the IDE I get the Unknown exception. I have a simple test case that shows the problem here: http://www.rodrigogomez.com.mx/varios/...
by rgomez
Thu May 20, 2010 5:13 pm
Forum: madExcept
Topic: Exceptions "Unknown"
Replies: 16
Views: 12649

Yep, I get the Unknown with the code you posted on the other thread. I do have RS2010 installed here, and could make the test, but the problem is that my software is right now being compiled with 2007, and even as much as I would love to, I can't port it to 2010. I will port it, but not in, say, the...
by rgomez
Thu May 20, 2010 4:52 pm
Forum: madExcept
Topic: Exceptions "Unknown"
Replies: 16
Views: 12649

Hi madshi, It's possible it is the same error. I tried the test case you put there, and I get the Unknown exception: date/time : 2010-05-20, 11:36:57, 461ms computer name : RODRIGOWIN7X64 user name : Rodrigo registered owner : Microsoft / Microsoft operating system : Windows 7 x64 build 7600 system ...
by rgomez
Wed May 19, 2010 5:41 pm
Forum: madExcept
Topic: Exceptions "Unknown"
Replies: 16
Views: 12649

Exceptions "Unknown"

Hi there, I've been having some problems with this kind of exceptions in my systems. First I thought that it was because I was compiling with one version of the libraries and using another one in the folder where the EXE is (I use dynamic runtime packages), but I have double checked and that appears...