Re: Re: Windows10

"GC Gui4Cli [email protected] [gui4cli]" <[email protected]> Mon, 29 Feb 2016 11:49:35 +0200
Newsgroups gmane.comp.windows.gui4cli
Message-ID <CAHiKg1VJny8V3XJx8+MD8CizdxjYGMP8kZ5L0Lmzka9iRh0Qsw@mail.gmail.com>
--001a1141ed3c057aab052ce591f8
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Hi Chris,

Thanks for the sleuthing - I wouldn't have found it on my own and its good
to retain as much compatibility as possible.I'll upload something soon.

Dimitris


On Mon, Feb 29, 2016 at 1:04 AM, [email protected] [gui4cli] <
[email protected]> wrote:

>
>
>
> Hi Dimitris,
>
> Great! That does the trick :)
>
> I tried it not only on the examples but also on my own guis of which some
> are quite heavy
> and everything looks fine. I also successfully compiled a self-contained
> executable of my
> Avanti code with 19.42 now.
>
> I checked CPU usage at the Windows taskmanager and I see no difference
> compared to
> 19.40. Even with a timer running that every second calls a dll to read a
> buffer and then
> runs a huge piece of code to analyze the data, CPU usage doesn't exceed
> about 3%.
> Actually efficiency and speed of Gui4Cli has always been amazing.
>
> Many thanks,
>
> Chris
>
>
> ---In [email protected], <gui4cli@...> wrote :
>
> Hi Chris,
>
> I set "Properties -> C/C++ -> Code Generation -> Enabled enhanced
> instruction set" to "No Enhanced Instructions (/arch:IA32)" and uploaded =
to
> :
>
> http://gui4cli.com/Gui4Cli-test3.exe
>
> I've no idea what instructions this disables - I'm guessing it doesn't
> make much difference in execution speed, etc - Have a look.
>
> Dimitris
>
>
>
> On Sun, Feb 28, 2016 at 1:30 PM, chris.kevany@... [gui4cli] <
> [email protected]> wrote:
>
>
>
>
> Hi Dimistris,
>
> I probably found the cause of the Windows XP issue but unfortunately
> cannot fix it.
> It most likely has to to with my CPU that doesn't support SSE2
> instructions.
> (Athlon XP2000+). Your XP laptop probably has a P4 or higher CPU that doe=
s
> support SSE2.
>
> At every Gui4Cli crash, the DrWatson log comes up with a invalid
> instruction (movsdx) which
> is only available with SSE2.
>
> Perhaps you can set a compiler switch to not use SSE2 or I can try to fin=
d
> an old mobo
> with a P4 CPU on it :)
>
> It seems that up to version 19.40, no SSE2 instructions were used so I
> guess it has to do
> with your switch-over to VC++ 2012.
>
> Thanks for your efforts,
>
> Chris
>
>
> ---In [email protected], <chris.kevany@...> wrote :
>
>
>
> Hi Dimitris,
>
> I've tried the test2 version but still have the same issues. I run Window=
s
> XP SP 3.
>
> I recently had to re-install Windows XP because of a crash but cannot do
> all the hot fixes
> that may be installed on your old XP system (if any). Perhaps it has
> something to do with that?
>
> I removed all VC++ redistributables but that didn't help. 19.40 however
> still runs fine without them.
>
> My system also has "Visual Studio 2012 x86 redistributables" installed. I
> thought I did this
> myself but after I removed it, it appeared that AVG did it and I had to
> re-install AVG.
>
> I'll spend some more time on it to find out what's wrong and if I have
> success I'll let you know.
>
> Chris
>
>
> ---In [email protected], <gui4cli@...> wrote :
>
> Hi Chris
>
> I found my old XP laptop (I'd given it to a friend) and tried version
> 19.42 and it runs fine. I tried most tutorials, etc.
>
> I did not install any redistributables - just XP as I had it then.
>
> I re-uploaded the version I ran to make sure its the same one we both hav=
e:
> http://gui4cli.com/Gui4Cli-test2.exe
>
> If you get a chance please try it also.
>
> Dimitris
>
>
> On Mon, Feb 15, 2016 at 9:34 AM, GC Gui4Cli <gui4cli@...> wrote:
>
> Hi Chris,
>
> Thanks for the feedback.
>
> You are right that trying to support XP is becoming a futile exercise,
> specially since MS itself is sabotaging it. We'll see. If I can find an x=
p
> laptop I may give it another try.
>
> Dimitris
>
>
>
> On Sun, Feb 14, 2016 at 12:15 PM, chris.kevany@... [gui4cli] <
> [email protected]> wrote:
>
>
>
> Hi Dimitris,
>
> Thanks for your attempts to fix the Windows XP issue. It initially works
> now
> but there are several issues. I tried it on the example guis. Some work
> but Gui4Cli crashes on most of them when loaded. Some of the working guis
> crash when certain options are chosen and all crash on exit. Gui4Cli itse=
lf
> also crashes when I right-click on the taskbar icon. SciED runs but refus=
es
> to load guis on drop and crashes when I try to open the load dialog.
> I have the VC++ 2013 redistributable installed.
>
> Having in mind that you cannot test it yourself on XP anymore, I guess it
> will save you a lot of trouble to consider XP as a passed station and set
> the minimum Gui4Cli requirements to Windows 7.
>
> I would advice potential users that are still on Windows XP to install
> "G4C_19_38_FULL.exe" and replace the Gui4Cli executable and dll with
> version 19.40. That offers already a wealth of features and options :)
>
> For me version 19.42 (with the small "asInvoker" change) works fine on
> Windows 7. I didn't test the new features yet but al my existing guis
> work as before. I use the same basic 19.38 install there and only
> replaced the 19.40 executable for 19.42.
>
> Thanks again,
>
> Chris
>
>
> ---In [email protected], <gui4cli@...> wrote :
>
> Hi Chris,
>
> Since I don't have an XP laptop handy, try this version:
> http://gui4cli.com/Gui4Cli-test.exe
>
> Apparently the problem is caused by MS trying to do away with XP. They
> have set the default configuration in Visual Studio 2013 (which I use) to
> use new include files which are not compatible with XP. To use XP you hav=
e
> to change this and define yourself whatever new defines you want to use.
> They don't tell you this - you have to find it out by searching through
> really boring articles written in "coder-speak".
>
> Hope it works
>
> Dimitris
>
>
> On Tue, Feb 9, 2016 at 6:27 PM, chris.kevany@... [gui4cli] <
> [email protected]> wrote:
>
>
>
> I use the same zip download on Win XP and Win 7. On Win 7 it does fine.
>
> I used an old program called "FileAlyzer" to compare 19.40 and 19.42 and
> in the PE header
> I see this difference for 19.40 vs. 19.42;
>
> OS version (major): 0005
> OS version (minor): 0001
> Image version (major): 0000
> Image version (minor): 0000
> Sub system version (major): 0005
> Sub system version (minor): 0001
>
> OS version (major): 0006
> OS version (minor): 0000
> Image version (major): 0000
> Image version (minor): 0000
> Sub system version (major): 0006
> Sub system version (minor): 0000
>
> Could that perhaps causes the issue?
>
> I also can read from that analysis that there are 5 more imports from
> kernel32
> and 1 more import from user32, compared to 19.40. All others seems the
> same.
>
> Chris
>
>
> ---In [email protected], <gui4cli@...> wrote :
>
> Hi Chris,
>
> Just to get the obvious out of the way - make sure the exe file was
> properly downloaded and is not corrupt in some way and that the same file
> runs in win 7 and above.
>
> Other than that, it could be some function that was new in win 7. I get
> pointers to all new functions (after win 98) by inquiring for them at
> startup and use them only if they exist. Maybe there is one that got away=
...
>
> Thanks - Dimitris
>
>
>
> On Mon, Feb 8, 2016 at 5:54 PM, chris.kevany@... [gui4cli] <
> [email protected]> wrote:
>
>
>
>
> No! Just a simple message box with the program name as title. Same as whe=
n
> you
> try to run a 64-bit application on a 32-bit OS.
>
> In a hex dump of the header, it still looks normal, starting with MZ and
> the usual
> "This program cannot be run in DOS mode." stuff.
>
> Chris
>
>
> ---In [email protected], <gui4cli@...> wrote :
>
> Hi Chris,
>
> Does it mention anything else (in the dialogue title, etc)
>
> Thanks
>
>
>
>
> On Mon, Feb 8, 2016 at 11:54 AM, chris.kevany@... [gui4cli] <
> [email protected]> wrote:
>
>
>
> Hi Dimitris,
>
> I changed the manifest of version 19.42 to "asInvoker" with resHacker and
> drag/drop woks fine
> in Windows 7 (I have no higher windows version running to try).
>
> From version 19.41 up, Gui4Cli seems to be lost for Windows XP users. At
> launch I get a
> WIndows message like "This is not a valid win32 application".
>
> Chris
>
>
> ---In [email protected], <gui4cli@...> wrote :
>
> Just an update - the default in the manifest is "asInvoker", ie whatever
> you choose in the compatibility tab of the file properties dialog. I had
> changed it in the manifest for some reason I can't remember and it ran in
> administrator mode no matter what you set in the compatibility tab. I fix=
ed
> it now, so that you can choose.
>
> Still, for drag and drop to work, gui4cli must not be run in
> administration mode, because the shell (desktop, file explorer etc) are r=
un
> in non-administrator mode, so drag and drop between them is forbidden.
>
> Looks like overkill from MS.
>
> Dimitris
>
>
>
> On Mon, Jan 25, 2016 at 10:00 PM, GC Gui4Cli <gui4cli@...> wrote:
>
> hi Fer,
>
> You were right - its the security measures.
>
> After trying some desperate moves I read in forums, I found that all you
> had to do was change a setting in the project properties (I use VSE13), s=
o
> the linker sets the "requestedExecutionLevel" in the manifest file to
> "asInvoker" instead of "requireAdministrator" which is the default.
>
> I don't know what other repercussions this may have so I'll try it for a
> while.
>
> What I don't understand is what kind of security this provides if someone
> can just bypass it so easily.
>
> Dimitris
>
>
>
> On Mon, Jan 25, 2016 at 4:33 PM, GC Gui4Cli <gui4cli@...> wrote:
>
> I think its probably to do with that, but its something I did, not a
> system setting, because drag and drop works up to version 19.39, then
> suddenly stops after version 19.40.
>
> Maybe some compiler setting... The problem is that it doesn't react at
> all, not even when I look with the debugger, like I didn't register the
> interfaces, which I know I did because I can see them working within g4c.
> Makes it difficult to find because I don't know where to start :(
>
> Dimitris
>
>
> On Mon, Jan 25, 2016 at 3:58 PM, fmstoopman@... [gui4cli] <
> [email protected]> wrote:
>
>
>
> Hi Dimitris,
>
>
> The drag/drop problem is caused by the extreme security measures
>
> of windows 10. You have to disable user account control completely.
>
> So not only setting the user account control slider to a minimum (which
>
> used to work fine on XP and Win7) but also setting enableLUA in the
>
> registry to 0 (default 1). The key is:
>
> HKLM\Software\Microsoft\Windows\Currentversion\Policies\System
>
> The big problem with this that you cannot advise this to your users
>
> because you don't know what the exact consequences are when
>
> disabling UAC completely. One thing I do know is that you have to
>
> restart your PC to let the change take effect. Bad enough.
>
>
> Maybe one day M$ will come to their senses.
>
>
> fer
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>=20
>

--001a1141ed3c057aab052ce591f8
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable





<head>

<style type=3D"text/css">
<!--

/* start of attachment style */
       .ygrp-photo-title{
         clear: both;
         font-size: smaller;
         height: 15px;
         overflow: hidden;
         text-align: center;
         width: 75px;
       }
       div.ygrp-photo{
         background-position: center;
         background-repeat: no-repeat;
         background-color: white;
         border: 1px solid black;
         height: 62px;
         width: 62px;
       }

       div.photo-title=20
         a,
         div.photo-title a:active,
         div.photo-title a:hover,
         div.photo-title a:visited {
           text-decoration: none;=20
       }

       div.attach-table div.attach-row {
         clear: both;
       }

       div.attach-table div.attach-row div {
         float: left;
         /* margin: 2px;*/
       }

       p {
         clear: both;
         padding: 15px 0 3px 0;
	 overflow: hidden;
       }

       div.ygrp-file {
         width: 30px;
         valign: middle;
       }
       div.attach-table div.attach-row div div a {
         text-decoration: none;
       }

       div.attach-table div.attach-row div div span {
         font-weight: normal;
       }

       div.ygrp-file-title {
         font-weight: bold;
       }
 /* end of attachment style */
        -->
        </style>
        </head>
<html>
<head>
<style type=3D"text/css">
<!--
#ygrp-mkp {
  border: 1px solid #d8d8d8;
  font-family: Arial;
  margin: 10px 0;
  padding: 0 10px;
}

#ygrp-mkp hr {
  border: 1px solid #d8d8d8;
}

#ygrp-mkp #hd {
  color: #628c2a;
  font-size: 85%;
  font-weight: 700;
  line-height: 122%;
  margin: 10px 0;
}

#ygrp-mkp #ads {
  margin-bottom: 10px;
}

#ygrp-mkp .ad {
  padding: 0 0;
}

#ygrp-mkp .ad p {
  margin: 0;
}

#ygrp-mkp .ad a {
  color: #0000ff;
  text-decoration: none;
}
-->
</style>
</head>
<body>



<!-- |**|begin egp html banner|**| -->

<br><br>

<!-- |**|end egp html banner|**| -->


<div dir=3D"ltr">Hi Chris,<div><br></div><div>Thanks for the sleuthing - I =
wouldn&#39;t have found it on my own and its good to retain as much compati=
bility as possible.I&#39;ll upload something soon.</div><div><br></div><div=
>Dimitris</div><div><br></div></div><div class=3D"gmail_extra"><br><div cla=
ss=3D"gmail_quote">On Mon, Feb 29, 2016 at 1:04 AM, <a href=3D"mailto:chris=
[email protected]">[email protected]</a> [gui4cli] <span dir=3D"ltr">&=
lt;<a href=3D"mailto:[email protected]" target=3D"_blank">gui4cli@yah=
oogroups.com</a>&gt;</span> wrote:<br><blockquote class=3D"gmail_quote" sty=
le=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<u></u>









=20
<div style=3D"background-color:#fff">
<span>=C2=A0</span>


<div>
  <div>


    <div>
=20=20=20=20=20=20
=20=20=20=20=20=20
      <p><br></p><div>Hi Dimitris,<br><br>Great! That does the trick :)<br>=
<br>I tried it not only on the examples but also on my own guis of which so=
me are quite heavy<br>and everything looks fine. I also successfully compil=
ed a self-contained executable of my<br>Avanti code with 19.42 now.<br><br>=
I checked CPU usage at the Windows taskmanager and I see no difference comp=
ared to<br>19.40. Even with a timer running that every second calls a dll t=
o read a buffer and then<br>runs a huge piece of code to analyze the data, =
CPU usage doesn&#39;t exceed about 3%.<br>Actually efficiency and speed of =
Gui4Cli has always been amazing.<br><br>Many thanks,<span class=3D""><br><b=
r>Chris<br><br><br>---In <a href=3D"mailto:[email protected]" target=
=3D"_blank">[email protected]</a>, &lt;gui4cli@...&gt; wrote :<br><br=
></span><div><div dir=3D"ltr">Hi Chris,<div><br></div><span class=3D""><div=
>I set &quot;Properties -&gt; C/C++ -&gt; Code Generation -&gt; Enabled enh=
anced instruction set&quot; to &quot;No Enhanced Instructions (/arch:IA32)&=
quot; and uploaded to :<div><br></div><div><a rel=3D"nofollow" href=3D"http=
://gui4cli.com/Gui4Cli-test3.exe" target=3D"_blank">http://gui4cli.com/Gui4=
Cli-test3.exe</a><br></div><div><br></div><div>I&#39;ve no idea what instru=
ctions this disables - I&#39;m guessing it doesn&#39;t make much difference=
 in execution speed, etc - Have a look.</div><div><br></div><div>Dimitris=
=C2=A0</div><div><br></div></div><div><br></div></span><div><div class=3D"h=
5"><div><br><blockquote><span><div>On Sun, Feb 28, 2016 at 1:30 PM, <a rel=
=3D"nofollow" href=3D"mailto:chris.kevany@..." target=3D"_blank">chris.keva=
ny@...</a> [gui4cli] <span dir=3D"ltr">&lt;<a rel=3D"nofollow" href=3D"mail=
to:[email protected]" target=3D"_blank">[email protected]</a>&g=
t;</span> wrote:<br><blockquote style=3D"border-left:1px #ccc solid"><u></u=
><div style=3D"background-color:#fff">
<span>=C2=A0</span><div><div><div><p><br></p><div>Hi Dimistris,<br><br>I pr=
obably found the cause of the Windows XP issue but unfortunately cannot fix=
 it.<br>It most likely has to to with my CPU that doesn&#39;t support SSE2 =
instructions.<br>(Athlon XP2000+). Your XP laptop probably has a P4 or high=
er CPU that does support SSE2.<br><br>At every Gui4Cli crash, the DrWatson =
log comes up with a invalid instruction (movsdx) which<br>is only available=
 with SSE2.<br><br>Perhaps you can set a compiler switch to not use SSE2 or=
 I can try to find an old mobo<br>with a P4 CPU on it :)<br><br>It seems th=
at up to version 19.40, no SSE2 instructions were used so I guess it has to=
 do<br>with your switch-over to VC++ 2012.<br><br>Thanks for your efforts,<=
br><br>Chris<br><br><br>---In <a rel=3D"nofollow" href=3D"mailto:gui4cli@ya=
hoogroups.com" target=3D"_blank">[email protected]</a>, &lt;chris.kev=
any@...&gt; wrote :<div><div><br><br><div><br><div>Hi Dimitris,<br><br>I&#3=
9;ve tried the test2 version but still have the same issues. I run Windows =
XP SP 3.<br><br>I recently had to re-install Windows XP because of a crash =
but cannot do all the hot fixes<br>that may be installed on your old XP sys=
tem (if any). Perhaps it has something to do with that?<br><br>I removed al=
l VC++ redistributables but that didn&#39;t help. 19.40 however still runs =
fine without them.<br><br>My system also has &quot;Visual Studio 2012 x86 r=
edistributables&quot; installed. I thought I did this<br>myself but after I=
 removed it, it appeared that AVG did it and I had to re-install AVG.<br><b=
r>I&#39;ll spend some more time on it to find out what&#39;s wrong and if I=
 have success I&#39;ll let you know.<br><br>Chris<br><br><br>---In <a rel=
=3D"nofollow" href=3D"mailto:[email protected]" target=3D"_blank">gui=
[email protected]</a>, &lt;gui4cli@...&gt; wrote :<br><br><div><div dir=
=3D"ltr">Hi Chris<div><br></div><div>I found my old XP laptop (I&#39;d give=
n it to a friend) and tried version 19.42 and it runs fine. I tried most tu=
torials, etc.</div><div><br></div><div>I did not install any redistributabl=
es - just XP as I had it then.</div><div><br></div><div>I re-uploaded the v=
ersion I ran to make sure its the same one we both have:</div><div><a rel=
=3D"nofollow" href=3D"http://gui4cli.com/Gui4Cli-test2.exe" target=3D"_blan=
k">http://gui4cli.com/Gui4Cli-test2.exe</a><br></div><div><br></div><div>If=
 you get a chance please try it also.</div><div><br></div><div>Dimitris</di=
v><div><br></div></div><div><br><blockquote><span><blockquote><span><div>On=
 Mon, Feb 15, 2016 at 9:34 AM, GC Gui4Cli <span dir=3D"ltr">&lt;<a rel=3D"n=
ofollow" href=3D"mailto:gui4cli@..." target=3D"_blank">gui4cli@...</a>&gt;<=
/span> wrote:<br><blockquote style=3D"border-left:1px #ccc solid"><div dir=
=3D"ltr">Hi Chris,<div><br></div><div>Thanks for the feedback.=C2=A0</div><=
div><br></div><div>You are right that trying to support XP is becoming a fu=
tile exercise, specially since MS itself is sabotaging it. We&#39;ll see. I=
f I can find an xp laptop I may give it another try.</div><div><br></div><d=
iv>Dimitris=C2=A0</div><div><br></div><div><br></div></div><div><div><div><=
br><div>On Sun, Feb 14, 2016 at 12:15 PM, <a rel=3D"nofollow" href=3D"mailt=
o:chris.kevany@..." target=3D"_blank">chris.kevany@...</a> [gui4cli] <span =
dir=3D"ltr">&lt;<a rel=3D"nofollow" href=3D"mailto:[email protected]"=
 target=3D"_blank">[email protected]</a>&gt;</span> wrote:<br><blockq=
uote style=3D"border-left:1px #ccc solid"><u></u><div style=3D"background-c=
olor:#fff">
<span>=C2=A0</span><div><div><div><p>Hi Dimitris,<br><br>Thanks for your at=
tempts to fix the Windows XP issue. It initially works now<br>but there are=
 several issues. I tried it on the example guis. Some work<br>but Gui4Cli c=
rashes on most of them when loaded. Some of the working guis<br>crash when =
certain options are chosen and all crash on exit. Gui4Cli itself<br>also cr=
ashes when I right-click on the taskbar icon. SciED runs but refuses<br>to =
load guis on drop and crashes when I try to open the load dialog.<br>I have=
 the VC++ 2013 redistributable installed.<br><br>Having in mind that you ca=
nnot test it yourself on XP anymore, I guess it<br>will save you a lot of t=
rouble to consider XP as a passed station and set<br>the minimum Gui4Cli re=
quirements to Windows 7.<br><br>I would advice potential users that are sti=
ll on Windows XP to install<br>&quot;G4C_19_38_FULL.exe&quot; and replace t=
he Gui4Cli executable and dll with<br>version 19.40. That offers already a =
wealth of features and options :)<br><br>For me version 19.42 (with the sma=
ll &quot;asInvoker&quot; change) works fine on<br>Windows 7. I didn&#39;t t=
est the new features yet but al my existing guis<br>work as before. I use t=
he same basic 19.38 install there and only<br>replaced the 19.40 executable=
 for 19.42.<br><br>Thanks again,<br><br>Chris <br></p><div><br><br>---In <a=
 rel=3D"nofollow" href=3D"mailto:[email protected]" target=3D"_blank"=
>[email protected]</a>, &lt;gui4cli@...&gt; wrote :<br><br><div><div =
dir=3D"ltr">Hi Chris,<div><br></div><span><div>Since I don&#39;t have an XP=
 laptop handy, try this version:</div><div><a rel=3D"nofollow" href=3D"http=
://gui4cli.com/Gui4Cli-test.exe" target=3D"_blank">http://gui4cli.com/Gui4C=
li-test.exe</a><br></div><div><br></div><div>Apparently the problem is caus=
ed by MS trying to do away with XP. They have set the default configuration=
 in Visual Studio 2013 (which I use) to use new include files which are not=
 compatible with XP. To use XP you have to change this and define yourself =
whatever new defines you want to use. They don&#39;t tell you this - you ha=
ve to find it out by searching through really boring articles written in &q=
uot;coder-speak&quot;.</div><div><br></div><div>Hope it works</div><div><br=
></div><div>Dimitris</div><div><br></div></span></div><div><div><div><br><b=
lockquote><span><div>On Tue, Feb 9, 2016 at 6:27 PM, <a rel=3D"nofollow" hr=
ef=3D"mailto:chris.kevany@..." target=3D"_blank">chris.kevany@...</a> [gui4=
cli] <span dir=3D"ltr">&lt;<a rel=3D"nofollow" href=3D"mailto:gui4cli@yahoo=
groups.com" target=3D"_blank">[email protected]</a>&gt;</span> wrote:=
<br><blockquote style=3D"border-left:1px #ccc solid"><u></u><div style=3D"b=
ackground-color:#fff">
<span>=C2=A0</span><div><div><div><p>I use the same zip download on Win XP =
and Win 7. On Win 7 it does fine.<br><br>I used an old program called &quot=
;FileAlyzer&quot; to compare 19.40 and 19.42 and in the PE header<br>I see =
this difference for 19.40 vs. 19.42;<br><br>OS version (major): 0005<br>OS =
version (minor): 0001<br>Image version (major): 0000<br>Image version (mino=
r): 0000<br>Sub system version (major): 0005<br>Sub system version (minor):=
 0001<br><br>OS version (major): 0006<br>OS version (minor): 0000<br>Image =
version (major): 0000<br>Image version (minor): 0000<br>Sub system version =
(major): 0006<br>Sub system version (minor): 0000<br><br>Could that perhaps=
 causes the issue?<br><br>I also can read from that analysis that there are=
 5 more imports from kernel32<br>and 1 more import from user32, compared to=
 19.40. All others seems the same.<br><br>Chris<br><br></p><div><br>---In <=
a rel=3D"nofollow" href=3D"mailto:[email protected]" target=3D"_blank=
">[email protected]</a>, &lt;gui4cli@...&gt; wrote :<br><br><div><div=
 dir=3D"ltr">Hi Chris,<div><br></div><span><div>Just to get the obvious out=
 of the way - make sure the exe file was properly downloaded and is not cor=
rupt in some way and that the same file runs in win 7 and above.</div><div>=
<br></div><div>Other than that, it could be some function that was new in w=
in 7. I get pointers to all new functions (after win 98) by inquiring for t=
hem at startup and use them only if they exist. Maybe there is one that got=
 away...</div><div><br></div><div>Thanks - Dimitris</div><div><br></div><di=
v><br></div></span></div><div><div><div><br><blockquote><span><div>On Mon, =
Feb 8, 2016 at 5:54 PM, <a rel=3D"nofollow" href=3D"mailto:chris.kevany@...=
" target=3D"_blank">chris.kevany@...</a> [gui4cli] <span dir=3D"ltr">&lt;<a=
 rel=3D"nofollow" href=3D"mailto:[email protected]" target=3D"_blank"=
>[email protected]</a>&gt;</span> wrote:<br><blockquote style=3D"bord=
er-left:1px #ccc solid"><u></u><div style=3D"background-color:#fff">
<span>=C2=A0</span><div><div><div><p><br></p><div>No! Just a simple message=
 box with the program name as title. Same as when you<br>try to run a 64-bi=
t application on a 32-bit OS.<br><br>In a hex dump of the header, it still =
looks normal, starting with MZ and the usual<br>&quot;This program cannot b=
e run in DOS mode.&quot; stuff.<span><br><br>Chris<br><br><br>---In <a rel=
=3D"nofollow" href=3D"mailto:[email protected]" target=3D"_blank">gui=
[email protected]</a>, &lt;gui4cli@...&gt; wrote :<br><br></span><div><s=
pan><div dir=3D"ltr">Hi Chris,<div><br></div><div>Does it mention anything =
else (in the dialogue title, etc)</div><div><br></div><div>Thanks</div><div=
><br></div><div><br></div><div><br></div></div></span><div><div><div><br><b=
lockquote><span><div>On Mon, Feb 8, 2016 at 11:54 AM, <a rel=3D"nofollow" h=
ref=3D"mailto:chris.kevany@..." target=3D"_blank">chris.kevany@...</a> [gui=
4cli] <span dir=3D"ltr">&lt;<a rel=3D"nofollow" href=3D"mailto:gui4cli@yaho=
ogroups.com" target=3D"_blank">[email protected]</a>&gt;</span> wrote=
:<br><blockquote style=3D"border-left:1px #ccc solid"><u></u><div style=3D"=
background-color:#fff">
<span>=C2=A0</span><div><div><div><p>Hi Dimitris,<br><br>I changed the mani=
fest of version 19.42 to &quot;asInvoker&quot; with resHacker and drag/drop=
 woks fine<br>in Windows 7 (I have no higher windows version running to try=
).<br><br>From version 19.41 up, Gui4Cli seems to be lost for Windows XP us=
ers. At launch I get a<br>WIndows message like &quot;This is not a valid wi=
n32 application&quot;.<br><br>Chris<br></p><div><br><br>---In <a rel=3D"nof=
ollow" href=3D"mailto:[email protected]" target=3D"_blank">gui4cli@ya=
hoogroups.com</a>, &lt;gui4cli@...&gt; wrote :<br><br><div><span><div dir=
=3D"ltr">Just an update - the default in the manifest is=C2=A0<span style=
=3D"font-size:12.8px">&quot;asInvoker&quot;, ie whatever you choose in the =
compatibility tab of the file properties dialog. I had changed it in the ma=
nifest for some reason I can&#39;t remember and it ran in administrator mod=
e no matter what you set in the compatibility tab. I fixed it now, so that =
you can choose.</span><div><span style=3D"font-size:12.8px"><br></span></di=
v><div><span style=3D"font-size:12.8px">Still, for drag and drop to work, g=
ui4cli must not be run in administration mode, because the shell (desktop, =
file explorer etc) are run in non-administrator mode, so drag and drop betw=
een them is forbidden.</span></div><div><span style=3D"font-size:12.8px"><b=
r></span></div><div><span style=3D"font-size:12.8px">Looks like overkill fr=
om MS.</span></div><div><span style=3D"font-size:12.8px"><br></span></div><=
div><span style=3D"font-size:12.8px">Dimitris</span></div><div><span style=
=3D"font-size:12.8px"><br></span></div><div><span style=3D"font-size:12.8px=
"><br></span></div></div></span><div><br><blockquote><span><div><span>On Mo=
n, Jan 25, 2016 at 10:00 PM, GC Gui4Cli <span dir=3D"ltr">&lt;<a rel=3D"nof=
ollow" href=3D"mailto:gui4cli@..." target=3D"_blank">gui4cli@...</a>&gt;</s=
pan> wrote:<br></span><blockquote style=3D"border-left:1px #ccc solid"><spa=
n><div dir=3D"ltr">hi Fer,<div><br></div><div>You were right - its the secu=
rity measures.</div><div><br></div><div>After trying some desperate moves I=
 read in forums, I found that all you had to do was change a setting in the=
 project properties (I use VSE13), so the linker sets the &quot;requestedEx=
ecutionLevel&quot; in the manifest file to &quot;asInvoker&quot; instead of=
 &quot;requireAdministrator&quot; which is the default.</div><div><br></div=
><div>I don&#39;t know what other repercussions this may have so I&#39;ll t=
ry it for a while.</div><div><br></div><div>What I don&#39;t understand is =
what kind of security this provides if someone can just bypass it so easily=
.</div><div><br></div><div>Dimitris</div><div><br></div><div><br></div></di=
v></span><div><div><div><br><div><span>On Mon, Jan 25, 2016 at 4:33 PM, GC =
Gui4Cli <span dir=3D"ltr">&lt;<a rel=3D"nofollow" href=3D"mailto:gui4cli@..=
." target=3D"_blank">gui4cli@...</a>&gt;</span> wrote:<br></span><blockquot=
e style=3D"border-left:1px #ccc solid"><span><div dir=3D"ltr">I think its p=
robably to do with that, but its something I did, not a system setting, bec=
ause drag and drop works up to version 19.39, then suddenly stops after ver=
sion 19.40.<div><br></div><div>Maybe some compiler setting... The problem i=
s that it doesn&#39;t react at all, not even when I look with the debugger,=
 like I didn&#39;t register the interfaces, which I know I did because I ca=
n see them working within g4c. Makes it difficult to find because I don&#39=
;t know where to start :(<br></div><div><br></div><div>Dimitris<br></div><d=
iv><br></div></div></span><span><div><div><div><br><div>On Mon, Jan 25, 201=
6 at 3:58 PM, <a rel=3D"nofollow" href=3D"mailto:fmstoopman@..." target=3D"=
_blank">fmstoopman@...</a> [gui4cli] <span dir=3D"ltr">&lt;<a rel=3D"nofoll=
ow" href=3D"mailto:[email protected]" target=3D"_blank">gui4cli@yahoo=
groups.com</a>&gt;</span> wrote:<br><blockquote style=3D"border-left:1px #c=
cc solid"><u></u><div style=3D"background-color:#fff">
<span>=C2=A0</span><div><div><div><p></p><p>Hi Dimitris,</p><p><br></p><p>T=
he drag/drop problem is caused by the extreme security measures</p><p>of wi=
ndows 10. You have to disable user account control completely.</p><p>So not=
 only setting the user account control slider to a minimum (which</p><p>use=
d to work fine on XP and Win7) but also setting enableLUA in the</p><p>regi=
stry to 0 (default 1). The key is:</p><p>HKLM\Software\Microsoft\Windows\Cu=
rrentversion\Policies\System<br></p><p>The big problem with this that you c=
annot advise this to your users</p><p>because you don&#39;t know=C2=A0what =
the exact consequences are when</p><p>disabling UAC completely. One thing I=
 do know is that you have to</p><p>restart your PC to let the change take e=
ffect. Bad enough.</p><p><br></p><p>Maybe one day M$ will come to their sen=
ses.</p><p><br></p><p>fer</p><p><br></p><p><br></p><p></p></div><span><div =
style=3D"color:#fff;min-height:0"></div></span></div></div></div></blockquo=
te></div><br></div></div></div></span></blockquote></div><br></div></div></=
div></blockquote></div><br></span></blockquote></div></div></div><p></p></d=
iv><div style=3D"color:#fff;min-height:0"></div></div></div></div></blockqu=
ote></div><br></span></blockquote></div></div></div></div></div><div>=C2=A0=
</div><p></p></div><div><div><div style=3D"color:#fff;min-height:0"></div><=
/div></div></div></div></div></blockquote></div><br></span></blockquote></d=
iv></div></div></div></div><p></p></div><div><div><div style=3D"color:#fff;=
min-height:0"></div></div></div></div></div></div></blockquote></div><br></=
span></blockquote></div></div></div></div></div><p></p></div><div><div><div=
 style=3D"color:#fff;min-height:0"></div></div></div></div></div></div></bl=
ockquote></div><br></div></div></div></blockquote></div><br></span></blockq=
uote></span></blockquote></div></div></div></div></div></div></div><p></p><=
/div><div><div><div style=3D"color:#fff;min-height:0"></div></div></div></d=
iv></div></div></blockquote></div><br></span></blockquote></div></div></div=
></div></div></div><p></p>

    </div><div><div class=3D"h5">
=20=20=20=20=20

=20=20=20=20
    <div style=3D"color:#fff;min-height:0"></div>


</div>



=20=20






</blockquote></div><br></div>




<!-- |**|begin egp html banner|**| -->

<br>


<br>

<!-- |**|end egp html banner|**| -->


<div width=3D"1" style=3D"color: white; clear: both;"/>__._,_.___</div>

=20=20=20=20=20=20
=20=20

=20=20=20=20
    <div id=3D"fromDMARC" style=3D"clear:both; margin-top: 10px;">
         <hr style=3D"height:2px ; border-width:0; color:#E3E3E3; backgroun=
d-color:#E3E3E3;">
         Posted by: GC Gui4Cli &lt;[email protected]&gt;         <hr style=
=3D"height:2px ; border-width:0; color:#E3E3E3; background-color:#E3E3E3;">
    </div>
<!-- Start Recommendations -->
<!-- End Recommendations -->



<!-- |**|begin egp html banner|**| -->

  <img src=3D"http://geo.yahoo.com/serv?s=3D97476590/grpId=3D4299/grpspId=
=3D1705007207/msgId=3D6045/stime=3D1456739377" width=3D"1" height=3D"1"> <b=
r>

<!-- |**|end egp html banner|**| -->

=20=20
<!-- |**|begin egp html banner|**| -->

<br>



=20=20=20
=20=20=20=20=20
=20
        <!-- |**|begin egp html banner|**| -->
        <div id=3D"ygrp-vital" style=3D"background-color: #f2f2f2; font-fam=
ily: Verdana; font-size: 10px; margin-bottom: 10px; padding: 10px;">

        <span id=3D"vithd" style=3D"font-weight: bold; color: #333; text-tr=
ansform: uppercase; "><a href=3D"https://groups.yahoo.com/neo/groups/gui4cl=
i/info;_ylc=3DX3oDMTJicXNzcm9zBF9TAzk3MzU5NzE0BGdycElkAzQyOTkEZ3Jwc3BJZAMxN=
zA1MDA3MjA3BHNlYwN2dGwEc2xrA3ZnaHAEc3RpbWUDMTQ1NjczOTM3Nw--" style=3D"text-=
decoration: none;">Visit Your Group</a></span>

     <ul style=3D"list-style-type: none; margin: 0; padding: 0; display: in=
line;">
                                                    </ul>
  </div>


<div id=3D"ft" style=3D"font-family: Arial; font-size: 11px; margin-top: 5p=
x; padding: 0 2px 0 0; clear: both;">
  <a href=3D"https://groups.yahoo.com/neo;_ylc=3DX3oDMTJhcGN1Z3UzBF9TAzk3ND=
c2NTkwBGdycElkAzQyOTkEZ3Jwc3BJZAMxNzA1MDA3MjA3BHNlYwNmdHIEc2xrA2dmcARzdGltZ=
QMxNDU2NzM5Mzc3" style=3D"float: left;"><img src=3D"http://l.yimg.com/ru/st=
atic/images/yg/img/email/new_logo/logo-groups-137x15.png" height=3D"15" wid=
th=3D"137" alt=3D"Yahoo! Groups" style=3D"border: 0;"/></a>
  <div style=3D"color: #747575; float: right;"> &bull; <a href=3D"https://i=
nfo.yahoo.com/privacy/us/yahoo/groups/details.html" style=3D"text-decoratio=
n: none;">Privacy</a> &bull; <a href=3D"mailto:gui4cli-unsubscribe@yahoogro=
ups.com?subject=3DUnsubscribe" style=3D"text-decoration: none;">Unsubscribe=
</a> &bull; <a href=3D"https://info.yahoo.com/legal/us/yahoo/utos/terms/" s=
tyle=3D"text-decoration: none;">Terms of Use</a> </div>
</div>

<!-- |**|end egp html banner|**| -->

  </div> <!-- ygrp-msg -->

=20=20=20


  <br>

<!-- |**|end egp html banner|**| -->


<div style=3D"color: white; clear: both;"/>__,_._,___</div>
</body>

</html>

--001a1141ed3c057aab052ce591f8--