Search found 111 matches

by softtouch
Tue Feb 07, 2017 8:53 am
Forum: madExcept
Topic: Firemonkey madExcept?
Replies: 1
Views: 5547

Firemonkey madExcept?

Any plan to create a cross platform compatible version for firemonkey, which could run under Windows and OSX?
by softtouch
Wed May 25, 2016 9:11 am
Forum: madExcept
Topic: madExcept madNVBitmap resolution issue
Replies: 1
Views: 5037

madExcept madNVBitmap resolution issue

When setting any font scaling (windows 10, cant test other windows version at the moment), the screenshot function of madNVBitmap only capture a part of the screen. For example, I have a 4k display, but have set scaling to 175% else the text is too small to read, and the screenshot function only cap...
by softtouch
Sun May 08, 2016 8:56 am
Forum: madExcept
Topic: Delphi 10.1 Berlin
Replies: 16
Views: 55783

Re: Delphi 10.1 Berlin

When will there be an official release? The beta did not create any library path for me for 10.1, only for 10.
by softtouch
Sun Sep 20, 2015 8:24 am
Forum: madExcept
Topic: D10 Seattle strange 32 bit issue
Replies: 2
Views: 7018

Re: D10 Seattle strange 32 bit issue

Yes, it does help, that make things clear. Thanks a lot!
by softtouch
Sun Sep 20, 2015 3:57 am
Forum: madExcept
Topic: D10 Seattle strange 32 bit issue
Replies: 2
Views: 7018

D10 Seattle strange 32 bit issue

I have a strange issue. When I compile a project as 32 bit, running it in debugger or stand alone, with madExcept enabled, loading files (tstreamreader for example) takes ages and end up with out of memory. For example, loading an 80MB text file line by line via TStreamReader will never end and load...
by softtouch
Thu May 01, 2014 3:48 am
Forum: madCollection
Topic: XE6 Support
Replies: 6
Views: 13186

Re: XE6 Support

Thanks, works fantastic, no issue so far :D
by softtouch
Sat Apr 26, 2014 12:45 pm
Forum: madCollection
Topic: XE6 Support
Replies: 6
Views: 13186

Re: XE6 Support

Hi Mathias,

any ETA when madExcept might be ready for XE6? Its a damn pain in the a.. now because there's just nothing good like madExcept out there...
by softtouch
Mon Jul 15, 2013 4:02 am
Forum: madExcept
Topic: Adding custom information to bug report
Replies: 4
Views: 4813

Re: Adding custom information to bug report

Hm I must miss something, its not adding anything for me to the bugreport. I tried exceptintf.bugreportheader.add and exceptintf.additionalfields.add, and nothing gets added. procedure ExceptionHandler(const ExceptIntf: IMEException; var Handled: Boolean); begin Handled := False; ExceptIntf.BugRepor...
by softtouch
Wed Aug 25, 2010 3:48 am
Forum: madCodeHook
Topic: mch 2.6.0.0 does not work with D2010 for me
Replies: 5
Views: 5135

I did a full cleanup, and now it works. Thanks for the hint.

Question: Can I send via IPC huge amount of data (say 50MB+) or would it be better doing that via memory mapped file and using ipc just to notify the client that data is available?
by softtouch
Mon Aug 23, 2010 9:04 am
Forum: madCodeHook
Topic: mch 2.6.0.0 does not work with D2010 for me
Replies: 5
Views: 5135

Did that many times... all the path are correct and pointing to the correct folder. Not double entries in the libraries, nothing in the search path. Weird is, I can copy the 5 (or 6) entries from the library path and add them to D2007, and change BDS7 to BDS4 (for D2007), and all works fine. So the ...
by softtouch
Sat Aug 21, 2010 3:06 pm
Forum: madCodeHook
Topic: mch 2.6.0.0 does not work with D2010 for me
Replies: 5
Views: 5135

mch 2.6.0.0 does not work with D2010 for me

I installed today the last 2.6.0.0, added the path to D2010. When adding madcodehook to the uses clause, I get this: "Unit madDisAsm was compiled with a different version of madStrings.SubStr" I point the path to the BDS7 folder for all components (madBasic, madCodehook etc.) Edit: Does th...
by softtouch
Mon Aug 09, 2010 10:32 am
Forum: madCodeHook
Topic: Catch execution of a file and execute another instead?
Replies: 3
Views: 3632

Catch execution of a file and execute another instead?

I want to catch if something tries to execute regedit.exe, and want to execute another program in that case. How can I do that? I thought, just changing the target filename in NtCreateFile or NtopenFile, but it isn't called when I execute regedit. Would CreateProcess be the right function, blocking ...
by softtouch
Wed Apr 28, 2010 9:29 am
Forum: madCodeHook
Topic: IPC question (between host and guest in vmware)
Replies: 3
Views: 3820

IPC question (between host and guest in vmware)

I have a dumb question.
Is there any way to use ipc to communicate with a service wunning on the host os, when the app runs under a guest os in vmware?
Lets say, I run xp in vmware, and run a 32-bit program, can this anyhow communicate with a service installed on the host os?
by softtouch
Mon Apr 05, 2010 4:05 pm
Forum: madCodeHook
Topic: Test if file exist from within NtCreateFile and NtopenFile?
Replies: 2
Views: 3768

Thanks, will try it.
by softtouch
Mon Apr 05, 2010 4:04 pm
Forum: madCodeHook
Topic: Detecting winsock hook with mch?
Replies: 3
Views: 4149

Ok, noted. No problem.