Search found 12 matches

by chkaufmann
Wed Mar 27, 2019 7:02 am
Forum: madExcept
Topic: Strange error
Replies: 1
Views: 2967

Strange error

Hi, I get the following error. exception class : EExternalException exception message : External exception C0000006. main thread ($2a9c): >> internal error in CollectPossibleStackItems: 004079c0 Logo12.exe System 43 Move >> original exception location: 03222070 Logo12.exe analyseBO 1608 TAnalyseAchs...
by chkaufmann
Thu Jun 21, 2018 2:12 pm
Forum: madExcept
Topic: Access violation at @UStrClr
Replies: 3
Views: 4651

Re: Access violation at @UStrClr

Yes BSDock.pas is from my library. procedure TFViewConfigGebiet.DoFinalizeView; begin inherited; ESearchGebiet.Free; <<<<<<<< ESearchGebiet := nil; end; ESearchGebiet is an Edit Control. Because of the error I checked, what happens if I explicitly free it instead of destruction due form destruction....
by chkaufmann
Wed Jun 20, 2018 2:09 pm
Forum: madExcept
Topic: Access violation at @UStrClr
Replies: 3
Views: 4651

Access violation at @UStrClr

Hi, I try to isolate an error: exception class : EAccessViolation exception message : Access violation at address 0040B438 in module 'Logo12.exe'. Read of address 3FDFFFF8. main thread ($ac4): 0040b438 Logo12.exe System 24262 @UStrClr 0040d140 Logo12.exe System 31492 @FinalizeArray 0040d064 Logo12.e...
by chkaufmann
Tue Oct 04, 2016 7:46 am
Forum: madExcept
Topic: Where is the error
Replies: 2
Views: 3255

Re: Where is the error

Thanks for the quick replies. I'll check with Devart (UniDac).

cu Christian
by chkaufmann
Tue Oct 04, 2016 7:12 am
Forum: madExcept
Topic: Where is the error
Replies: 2
Views: 3255

Where is the error

I get the following stack trace. Now I'm not sure, if the problem is in madExcept or in UniDac: exception class : EAccessViolation exception message : Access violation at address 75B0C54F in module 'KERNELBASE.dll'. Invalid access of address 0018719E. main thread ($366c): 75b0c54f +058 KERNELBASE.dl...
by chkaufmann
Tue Oct 04, 2016 6:32 am
Forum: madExcept
Topic: Problem with madExceptPatch.exe
Replies: 1
Views: 2656

Problem with madExceptPatch.exe

Hi,

when I compile my application with madExcept enabled I get this error:

[madExcept Warning]: Starting external madExceptPatch tool failed.

Where does the IDE look for this tool?

cu Christian
by chkaufmann
Mon Nov 26, 2012 7:50 pm
Forum: madExcept
Topic: Stack Trace when raise exception
Replies: 3
Views: 3093

Re: Stack Trace when raise exception

I'm still on 3. To lazy to update since v3 is already so good for me - but it looks like I have to...

cu Christian
by chkaufmann
Mon Nov 26, 2012 3:18 pm
Forum: madExcept
Topic: Stack Trace when raise exception
Replies: 3
Views: 3093

Stack Trace when raise exception

Hi, inside a thread I need a conditional raise of exceptions. The code looks somehow like this: try ... do something here ... except on E: Exception do begin if ... some condition ... then raise E else ... some internal exception handling ... end; end; My problem now is, that when the exception is r...
by chkaufmann
Thu Feb 11, 2010 11:03 am
Forum: madExcept
Topic: SendShellMail with multiple emails
Replies: 5
Views: 4268

madshi wrote:Have you thought about using MAPI?
Yes. I offer all to my customers as a setting in the application. But I already have one case where MAPI is blocked for security reasons.

cu Christian
by chkaufmann
Thu Feb 11, 2010 6:01 am
Forum: madExcept
Topic: SendShellMail with multiple emails
Replies: 5
Views: 4268

ShellMail is a rather bad solution, anyway, cause it doesn't support attachments. The best method is probably HTTP uploading. I use your function(s) for email support in an application. So customers can create emails directly from there. HTTP uploading is not an option so. And most customers are pu...
by chkaufmann
Tue Feb 09, 2010 12:32 pm
Forum: madExcept
Topic: SendShellMail with multiple emails
Replies: 5
Views: 4268

SendShellMail with multiple emails

Hi, in SendShellMail you replace the ';' separator with commas. Unfortunately it looks like outlook doesn't support the RFC standard here (thanks M$...). Are you aware of this problem? Maybe anybody knows a workarround? Unfortunately "2" is, that Thunderbird cannot handle the semicolon sep...
by chkaufmann
Fri Dec 11, 2009 11:09 am
Forum: madExcept
Topic: Using SendMapiMail
Replies: 1
Views: 2526

Using SendMapiMail

Hi, I tried to use SendMapiMail() in my own application. On the laptop with Thunderbird it works. I get an email dialog, can change the mail and send it. On my workstation with Outlook installed, it only works when I set hidden=true. Then I get a dialog from Outlook, which asks, if my application sh...