Search found 6 matches

by jackjumper
Tue Sep 20, 2005 3:28 pm
Forum: madExcept
Topic: Sending http email - what sites can be used?
Replies: 2
Views: 4515

email over http

Ah - I get it now. Thanks

Well then, does anyone out there know of a free email site that supports non-SSL smtp?
by jackjumper
Tue Sep 20, 2005 2:46 pm
Forum: madExcept
Topic: Sending http email - what sites can be used?
Replies: 2
Views: 4515

Sending http email - what sites can be used?

We're looking at using madExcept in the control software for a piece of semiconductor processing equipment. Usually there is an http connection available, but a email client is typically not installed. I'd like to allow the customer to send an email if they find anything. So - what (free) http email...
by jackjumper
Tue Sep 13, 2005 3:16 pm
Forum: madExcept
Topic: mad except not handling exceptions
Replies: 6
Views: 8015

A Fix!

Great, thanks! I'll look again next week.
by jackjumper
Tue Sep 13, 2005 2:19 pm
Forum: madExcept
Topic: mad except not handling exceptions
Replies: 6
Views: 8015

So far, so good

OK, turning off the TD32 debug information fixed it - I get the madexcept dialog now. However if I turn off the debug information, I can't get stack traces for memory leaks. Do you have an idea when you'll fix the problem? Or alternatively, do you know of a different memory leak checker that doesn't...
by jackjumper
Tue Sep 13, 2005 1:42 pm
Forum: madExcept
Topic: mad except not handling exceptions
Replies: 6
Views: 8015

More information

I should say I'm also using MemCheck (http://v.mahon.free.fr/pro/freeware/memcheck) to look for memory leaks, however taking it out doesn't seem to change anything
by jackjumper
Tue Sep 13, 2005 1:32 pm
Forum: madExcept
Topic: mad except not handling exceptions
Replies: 6
Views: 8015

mad except not handling exceptions

I'm trying mad except out, which looks really cool, but it's not catching exceptions in my application. I've put in the line: PInteger(nil)^ := 0; In my form create, but I get the regular Delphi exception handler message box (This is Delphi 6). I was using the JCL stack window stuff, but I've got it...