Search found 65 matches

by ciuly
Tue Jun 14, 2011 7:34 am
Forum: madExcept
Topic: Beta N not working right in 2010
Replies: 13
Views: 10081

Re: Beta N not working right in 2010

I am indeed testing with N beta 3. New project indeed working fine. here's the result of the steps you mentioned, on original project (stripped out the project group includes. everything else is pretty much the same as for the new empty project that works) 09:56:07-168 BeforeCompile event, isCodeIns...
by ciuly
Fri Jun 10, 2011 4:25 pm
Forum: madExcept
Topic: Beta N not working right in 2010
Replies: 13
Views: 10081

Re: Beta N not working right in 2010

will do and get back to you with all answers on Tuesday. :)
thanks
by ciuly
Thu Jun 09, 2011 11:15 am
Forum: madExcept
Topic: Beta N not working right in 2010
Replies: 13
Views: 10081

Beta N not working right in 2010

A few days back I noticed that the exception handler was not kicking in. I specifically risen an exception to get a stacktrace and to my surprise, no such luck. I had some bugreport plugins and exception handlers, disabled those to no avail. I figured maybe the exe didn't get patched for whatever re...
by ciuly
Wed Jun 08, 2011 5:44 pm
Forum: madCollection
Topic: false positive by kaspersky
Replies: 10
Views: 14436

Re: false positive by kaspersky

for a service that provides updates on a daily basis, the fix is taking quite a lot of days to arrive. oh well.
by ciuly
Wed Jun 08, 2011 8:06 am
Forum: madCollection
Topic: false positive by kaspersky
Replies: 10
Views: 14436

Re: false positive by kaspersky

doesn't seem like they fixed it. While checking out from local svn I get: file C:\....\madCollection_3_0_m.exe: detected modification of virus 'HEUR:Trojan.Win32.Generic'. Tried from web, as well: file C:\Users\Administrator\AppData\Local\Temp\ogi5YxAk.exe.part: detected modification of virus 'HEUR:...
by ciuly
Mon May 30, 2011 9:32 am
Forum: madExcept
Topic: Exception on program startup
Replies: 6
Views: 4693

Re: Exception on program startup

feedback: the beta (3.0n) works fine on d2010
by ciuly
Mon May 30, 2011 9:25 am
Forum: madCollection
Topic: false positive by kaspersky
Replies: 10
Views: 14436

Re: false positive by kaspersky

least they can do :)
by ciuly
Mon May 30, 2011 7:44 am
Forum: madCollection
Topic: false positive by kaspersky
Replies: 10
Views: 14436

Re: false positive by kaspersky

it wouldn't be the first time kaspersky introduces a false positive with an update ;)

le: forgot to mention, this happens with the web scanner only. So, when you download: false-positive. if you scan the downloaded file, all is ok.
by ciuly
Mon May 30, 2011 6:13 am
Forum: madCollection
Topic: false positive by kaspersky
Replies: 10
Views: 14436

false positive by kaspersky

Hi, FYI, I was about to download latest madcollection.exe at work where we run kaspersky 6.0.4.1424 (a.d.f), up-to-date, which reports: detected: virus HEUR:Trojan.Win32.Generic file: http://madshi.net/madCollection.exe I downloaded it yesterday from home, where I run avast and that didn't complain....
by ciuly
Fri Nov 20, 2009 7:59 am
Forum: madCollection
Topic: Installation only to a single IDE?
Replies: 9
Views: 16402

hey madshi. we're interested in the idea of choosing to which delphi version it should install. running the installer a bunch of times is not an issue. may I suggets that the first page becomes delphi version chooser and second mage the component chooser? makes more sence like that. then, for each v...
by ciuly
Sat Dec 29, 2007 10:32 am
Forum: madBasic
Topic: [madRes] SaveIconGroupResourceW
Replies: 5
Views: 19328

for future reference, discussion will be continued here: http://www.experts-exchange.com/Program ... 46543.html
by ciuly
Sat Dec 29, 2007 9:09 am
Forum: madBasic
Topic: [madRes] SaveIconGroupResourceW
Replies: 5
Views: 19328

well he only needed names :)
you will have to call EnumResourceLanguages instead of EnumResourceNames to save the languages as well ;) (EnumResourceLanguages also passes you the names so no problem there)
by ciuly
Sat Dec 29, 2007 8:53 am
Forum: madBasic
Topic: [madRes] SaveIconGroupResourceW
Replies: 5
Views: 19328

I suppose you are marc582 from EE :P

you need to enumerate the icons and store their info before making generic changes. see this thread: viewtopic.php?t=273
by ciuly
Sun Dec 02, 2007 5:32 pm
Forum: fun talk
Topic: performance counters
Replies: 5
Views: 18100

dunno :) this is the article that I read mentioning the differences. all I did was: get all index-name pairs once at project startup and cache them in a stringlist as "name=index" so I can use cache.values[name] to get the index. that will work on all systems but not with my current code t...
by ciuly
Sun Dec 02, 2007 3:50 pm
Forum: fun talk
Topic: performance counters
Replies: 5
Views: 18100

found it here
I've implemented a helper unit/function to access performance counters by object and counter name.

thanks for the tip :)