From: Shotgun Thom on
On Jun 19, 11:27 pm, Tony Toews <tto...(a)telusplanet.net> wrote:
> On Sat, 19 Jun 2010 23:16:02 -0700 (PDT), Shotgun Thom
>
> <tmoran4...(a)gmail.com> wrote:
> >Just zipped up compiled and sending to you via email.  Looks to be
> >exact same size as your test exe.
>
> Yuppers.  <sigh>
>
> So just what (#$@ @#$#) makes my system so special?  Oh well.
>
> Tony

Interestingly, though... the iQ WordPad exe that you downloaded runs
okay on your system. That was compiled on the same system as your
sample program. This is truly a mystery.
From: Shotgun Thom on
On Jun 19, 11:41 pm, Shotgun Thom <tmoran4...(a)gmail.com> wrote:
> On Jun 19, 11:27 pm, Tony Toews <tto...(a)telusplanet.net> wrote:
>
> > On Sat, 19 Jun 2010 23:16:02 -0700 (PDT), Shotgun Thom
>
> > <tmoran4...(a)gmail.com> wrote:
> > >Just zipped up compiled and sending to you via email.  Looks to be
> > >exact same size as your test exe.
>
> > Yuppers.  <sigh>
>
> > So just what (#$@ @#$#) makes my system so special?  Oh well.
>
> > Tony
>
> Interestingly, though... the iQ WordPad exe that you downloaded runs
> okay on your system.  That was compiled on the same system as your
> sample program.  This is truly a mystery.

Tony...

I just recompiled substituting my version of the jcButton control.
Probably won't make a difference but worth a shot. Just sent it to
your email.

Tom
From: Tony Toews on
On Sat, 19 Jun 2010 23:58:50 -0700 (PDT), Shotgun Thom
<tmoran4511(a)gmail.com> wrote:

>I just recompiled substituting my version of the jcButton control.
>Probably won't make a difference but worth a shot. Just sent it to
>your email.

That pukes and dies as well on my system. And it's the same size in
bytes as the other exes.

Tony
From: Boris P. on
That guy is using an older version Paul Caton's subclasser.
If you look on PSC (look for "Paul Caton subclass"), you will somewhere
find a newer version. Be careful to use the latest on PSC (done by Paul
Caton, not La Volpe) there are many different versions out there.

You have to include this new subclassing code in your usercontrol
instead of the old version.
The old version is not safe and crashes under certain circumstances.

It's maybe tricky for your to update the old subclasser in your control,
but that's the only way for you if you want to do it yourself.
From: Boris P. on
Also, you see this comment in the code:

'=========================================================================
'PUBLIC ROUTINES including subclassing & public button properties

' CREDITS: Paul Caton
'======================================================================================================
'Subclass handler - MUST be the first Public routine in this file. That
includes public properties also


This is not done in the code you are using, but it has to be.