Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

gui4cli · Open Source script language

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 423
  • Category: Development
  • Founded: Aug 14, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 5704 - 5733 of 5834   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#5704 From: "chris.kevany" <chris.kevany@...>
Date: Mon Feb 13, 2012 4:39 am
Subject: Re: Quotes and Double quotes (Windows 7)
chris.kevany
Send Email Send Email
 
Hi Fer,

Finally got it working by selecting the "New Zealand (US)"
keyboard layout. Seems to be a bug in the standard US option.

Nice extra is that I got rid of the press twice issue. I now
get a quote or double quote by a single press, which I prefer.

I also have better results with the stability issues on Windows 7
(self contained executable). It helped to not include gif and
gif strips in the executable but load them from disk at startup.
I believe you mentioned that already somewhere in another thread.

I have about 300 variables to initialize at startup and it also
helped to do that as early as possible in the xOnload event.

In my experience Gui4Cli needs some time to stabilize when it's
launched and I now use a one shot timer with two seconds delay
before I start my initialization. I still have a few issues but
it looks much better this way.

Chris


--- In gui4cli@yahoogroups.com, "chris.kevany" <chris.kevany@...> wrote:
>
> Hi Fer,
>
> In wordpad and notepad they work from the same keyboard.
> I already tried another keyboard but it acts the same.
>
> It's not only my script. I also have the problem with the
> RichEdit tutorial example. With the EdBox tutorial example
> it works fine.
>
> Anyway good to know it's not a specific Win7 issue for Gui4Cli.
> I'll have to find our what's wrong with my system.
>
> Thanks for trying it out!
>
> Chris
>
>
> --- In gui4cli@yahoogroups.com, "Fer" <fmstoopman@> wrote:
> >
> > Hi Chris,
> >
> >
> > No problem to enter quotes or double quotes in Xtextin and
> > Xrichedit nor Input.
> > Do the quotes appear when you type another quote after the first?
> > If so, your keyboard has the wrong language setting and you
> > shouldn't be able to type a single quote in wordpad or notepad
> > or any other editor either.
> >
> > fer
> >
> >
> >
> > --- In gui4cli@yahoogroups.com, "chris.kevany" <chris.kevany@> wrote:
> > >
> > > Hi to all,
> > >
> > > Can someone who uses Windows 7 tell me if he/she can input
> > > quotes and double quotes in a xTextin and xRichEdit event.
> > >
> > > For me it doesn't work but perhaps there's something weird
> > > going on in my system.
> > >
> > > I can input them in a xEdbox and in the fields of a owner listview.
> > >
> > > Thanks in advance,
> > >
> > > Chris
> > >
> >
>

#5705 From: "Marianne" <marianne976@...>
Date: Mon Feb 13, 2012 2:29 pm
Subject: Re: Quotes and Double quotes (Windows 7)
marianne976
Send Email Send Email
 
Hi Chris

I also have a large compiled progran (868KB)if one can call it large and it is
working fine on all Windows versions  from Windows 95 to Windows 7 including
Windows 7 homeedition.

You mentioned about the timer that you added. Instead of the timer I use
PUMPMESSAGES and so far it works OK.

I do not know if you have tried it already, but if it can help it is only one
instruction instead of using a timer.

Kind regards.

Frans
==========================
--- In gui4cli@yahoogroups.com, "chris.kevany" <chris.kevany@...> wrote:
>
> Hi Fer,
>
> Finally got it working by selecting the "New Zealand (US)"
> keyboard layout. Seems to be a bug in the standard US option.
>
> Nice extra is that I got rid of the press twice issue. I now
> get a quote or double quote by a single press, which I prefer.
>
> I also have better results with the stability issues on Windows 7
> (self contained executable). It helped to not include gif and
> gif strips in the executable but load them from disk at startup.
> I believe you mentioned that already somewhere in another thread.
>
> I have about 300 variables to initialize at startup and it also
> helped to do that as early as possible in the xOnload event.
>
> In my experience Gui4Cli needs some time to stabilize when it's
> launched and I now use a one shot timer with two seconds delay
> before I start my initialization. I still have a few issues but
> it looks much better this way.
>
> Chris
>
>
> --- In gui4cli@yahoogroups.com, "chris.kevany" <chris.kevany@> wrote:
> >
> > Hi Fer,
> >
> > In wordpad and notepad they work from the same keyboard.
> > I already tried another keyboard but it acts the same.
> >
> > It's not only my script. I also have the problem with the
> > RichEdit tutorial example. With the EdBox tutorial example
> > it works fine.
> >
> > Anyway good to know it's not a specific Win7 issue for Gui4Cli.
> > I'll have to find our what's wrong with my system.
> >
> > Thanks for trying it out!
> >
> > Chris
> >
> >
> > --- In gui4cli@yahoogroups.com, "Fer" <fmstoopman@> wrote:
> > >
> > > Hi Chris,
> > >
> > >
> > > No problem to enter quotes or double quotes in Xtextin and
> > > Xrichedit nor Input.
> > > Do the quotes appear when you type another quote after the first?
> > > If so, your keyboard has the wrong language setting and you
> > > shouldn't be able to type a single quote in wordpad or notepad
> > > or any other editor either.
> > >
> > > fer
> > >
> > >
> > >
> > > --- In gui4cli@yahoogroups.com, "chris.kevany" <chris.kevany@> wrote:
> > > >
> > > > Hi to all,
> > > >
> > > > Can someone who uses Windows 7 tell me if he/she can input
> > > > quotes and double quotes in a xTextin and xRichEdit event.
> > > >
> > > > For me it doesn't work but perhaps there's something weird
> > > > going on in my system.
> > > >
> > > > I can input them in a xEdbox and in the fields of a owner listview.
> > > >
> > > > Thanks in advance,
> > > >
> > > > Chris
> > > >
> > >
> >
>

#5706 From: "chris.kevany" <chris.kevany@...>
Date: Mon Feb 13, 2012 10:27 pm
Subject: Re: Quotes and Double quotes (Windows 7)
chris.kevany
Send Email Send Email
 
Hi Frans,

The problem in my case is the awefully large and complex startup
procedure. It does already call several dll's and has to run
a command line tool, all at startup.

When it finishes this properly, which seems to depend on the
script size and install path (size?), everything works fine.

I did experiments with pumpmessages but sometimes it made
things worse. But there are occasions it has to be definitly in.

Still the most odd thing is that it depends on the script size.
I run it for testing on six different install paths and some times
they all work. Then when I add something to the script, some
paths fail while others still work. It also happens sometimes that
it finishes the startup but that certain buttons doesn't respond.

I don't have any of these issues on Windows 2000 and XP with
exactly the same scripts and develop environment.

Thanks for your response,

Chris


--- In gui4cli@yahoogroups.com, "Marianne" <marianne976@...> wrote:
>
> Hi Chris
>
> I also have a large compiled progran (868KB)if one can call it large and it is
working fine on all Windows versions  from Windows 95 to Windows 7 including
Windows 7 homeedition.
>
> You mentioned about the timer that you added. Instead of the timer I use
PUMPMESSAGES and so far it works OK.
>
> I do not know if you have tried it already, but if it can help it is only one
instruction instead of using a timer.
>
> Kind regards.
>
> Frans
> ==========================
> --- In gui4cli@yahoogroups.com, "chris.kevany" <chris.kevany@> wrote:
> >
> > Hi Fer,
> >
> > Finally got it working by selecting the "New Zealand (US)"
> > keyboard layout. Seems to be a bug in the standard US option.
> >
> > Nice extra is that I got rid of the press twice issue. I now
> > get a quote or double quote by a single press, which I prefer.
> >
> > I also have better results with the stability issues on Windows 7
> > (self contained executable). It helped to not include gif and
> > gif strips in the executable but load them from disk at startup.
> > I believe you mentioned that already somewhere in another thread.
> >
> > I have about 300 variables to initialize at startup and it also
> > helped to do that as early as possible in the xOnload event.
> >
> > In my experience Gui4Cli needs some time to stabilize when it's
> > launched and I now use a one shot timer with two seconds delay
> > before I start my initialization. I still have a few issues but
> > it looks much better this way.
> >
> > Chris
> >
> >
> > --- In gui4cli@yahoogroups.com, "chris.kevany" <chris.kevany@> wrote:
> > >
> > > Hi Fer,
> > >
> > > In wordpad and notepad they work from the same keyboard.
> > > I already tried another keyboard but it acts the same.
> > >
> > > It's not only my script. I also have the problem with the
> > > RichEdit tutorial example. With the EdBox tutorial example
> > > it works fine.
> > >
> > > Anyway good to know it's not a specific Win7 issue for Gui4Cli.
> > > I'll have to find our what's wrong with my system.
> > >
> > > Thanks for trying it out!
> > >
> > > Chris
> > >
> > >
> > > --- In gui4cli@yahoogroups.com, "Fer" <fmstoopman@> wrote:
> > > >
> > > > Hi Chris,
> > > >
> > > >
> > > > No problem to enter quotes or double quotes in Xtextin and
> > > > Xrichedit nor Input.
> > > > Do the quotes appear when you type another quote after the first?
> > > > If so, your keyboard has the wrong language setting and you
> > > > shouldn't be able to type a single quote in wordpad or notepad
> > > > or any other editor either.
> > > >
> > > > fer
> > > >
> > > >
> > > >
> > > > --- In gui4cli@yahoogroups.com, "chris.kevany" <chris.kevany@> wrote:
> > > > >
> > > > > Hi to all,
> > > > >
> > > > > Can someone who uses Windows 7 tell me if he/she can input
> > > > > quotes and double quotes in a xTextin and xRichEdit event.
> > > > >
> > > > > For me it doesn't work but perhaps there's something weird
> > > > > going on in my system.
> > > > >
> > > > > I can input them in a xEdbox and in the fields of a owner listview.
> > > > >
> > > > > Thanks in advance,
> > > > >
> > > > > Chris
> > > > >
> > > >
> > >
> >
>

#5707 From: "chris.kevany" <chris.kevany@...>
Date: Tue Feb 14, 2012 8:00 am
Subject: Re: Quotes and Double quotes (Windows 7)
chris.kevany
Send Email Send Email
 
Just a additional note to avoid misunderstanding!

I don't have any problem with Gui4Cli on Windows 7 when I run my
scripts directly with the installed Gui4Cli setup. It then runs
just as fine as on Windows 2000 and XP and does a amazing job.

It's just a problem with the self-contained executables.


Chris


--- In gui4cli@yahoogroups.com, "chris.kevany" <chris.kevany@...> wrote:
>
> Hi Frans,
>
> The problem in my case is the awefully large and complex startup
> procedure. It does already call several dll's and has to run
> a command line tool, all at startup.
>
> When it finishes this properly, which seems to depend on the
> script size and install path (size?), everything works fine.
>
> I did experiments with pumpmessages but sometimes it made
> things worse. But there are occasions it has to be definitly in.
>
> Still the most odd thing is that it depends on the script size.
> I run it for testing on six different install paths and some times
> they all work. Then when I add something to the script, some
> paths fail while others still work. It also happens sometimes that
> it finishes the startup but that certain buttons doesn't respond.
>
> I don't have any of these issues on Windows 2000 and XP with
> exactly the same scripts and develop environment.
>
> Thanks for your response,
>
> Chris
>
>
> --- In gui4cli@yahoogroups.com, "Marianne" <marianne976@> wrote:
> >
> > Hi Chris
> >
> > I also have a large compiled progran (868KB)if one can call it large and it
is working fine on all Windows versions  from Windows 95 to Windows 7 including
Windows 7 homeedition.
> >
> > You mentioned about the timer that you added. Instead of the timer I use
PUMPMESSAGES and so far it works OK.
> >
> > I do not know if you have tried it already, but if it can help it is only
one instruction instead of using a timer.
> >
> > Kind regards.
> >
> > Frans
> > ==========================
> > ---

#5708 From: "fredfjord@..." <fredfjord@...>
Date: Tue Feb 14, 2012 6:06 pm
Subject: Re: Quotes and Double quotes (Windows 7)
fredfjord...
Send Email Send Email
 
Hi Chris,

Do you use upx compression for your exe?
I could not find a bug in the docs related to this but who knows...
I think also PackExe is used but i don't know anything from that...

Fred.


--- In gui4cli@yahoogroups.com, "chris.kevany" <chris.kevany@...> wrote:
>
> Just a additional note to avoid misunderstanding!
>
> I don't have any problem with Gui4Cli on Windows 7 when I run my
> scripts directly with the installed Gui4Cli setup. It then runs
> just as fine as on Windows 2000 and XP and does a amazing job.
>
> It's just a problem with the self-contained executables.
>
>
> Chris
>
>
> --- In gui4cli@yahoogroups.com, "chris.kevany" <chris.kevany@> wrote:
> >
> > Hi Frans,
> >
> > The problem in my case is the awefully large and complex startup
> > procedure. It does already call several dll's and has to run
> > a command line tool, all at startup.
> >
> > When it finishes this properly, which seems to depend on the
> > script size and install path (size?), everything works fine.
> >
> > I did experiments with pumpmessages but sometimes it made
> > things worse. But there are occasions it has to be definitly in.
> >
> > Still the most odd thing is that it depends on the script size.
> > I run it for testing on six different install paths and some times
> > they all work. Then when I add something to the script, some
> > paths fail while others still work. It also happens sometimes that
> > it finishes the startup but that certain buttons doesn't respond.
> >
> > I don't have any of these issues on Windows 2000 and XP with
> > exactly the same scripts and develop environment.
> >
> > Thanks for your response,
> >
> > Chris
> >
> >
> > --- In gui4cli@yahoogroups.com, "Marianne" <marianne976@> wrote:
> > >
> > > Hi Chris
> > >
> > > I also have a large compiled progran (868KB)if one can call it large and
it is working fine on all Windows versions  from Windows 95 to Windows 7
including Windows 7 homeedition.
> > >
> > > You mentioned about the timer that you added. Instead of the timer I use
PUMPMESSAGES and so far it works OK.
> > >
> > > I do not know if you have tried it already, but if it can help it is only
one instruction instead of using a timer.
> > >
> > > Kind regards.
> > >
> > > Frans
> > > ==========================
> > > ---
>

#5709 From: "chris.kevany" <chris.kevany@...>
Date: Tue Feb 14, 2012 8:58 pm
Subject: Re: Quotes and Double quotes (Windows 7)
chris.kevany
Send Email Send Email
 
Hi Fred,

I tried so many things. With and without upx.
Modified the ExeWizard gui so it didn't compress the scripts.

I finally found that if it fails on a certain path, it doesn't
matter if I upx or compress. It keeps on failing at the same place.

I also took off things of which I thought they could be critical
but to no avail.

Also remarkable is that it just stops somewhere without any error
messages. I have the impression that it occasionally not returns
from a xRoutine that is initially executed without any errors.

I'm afraid I'll have to give up on Windows 7.
Well... at least for this project :)

Chris


--- In gui4cli@yahoogroups.com, "fredfjord@..." <fredfjord@...> wrote:
>
> Hi Chris,
>
> Do you use upx compression for your exe?
> I could not find a bug in the docs related to this but who knows...
> I think also PackExe is used but i don't know anything from that...
>
> Fred.
>
>
> --- In gui4cli@yahoogroups.com, "chris.kevany" <chris.kevany@> wrote:
> >
> > Just a additional note to avoid misunderstanding!
> >
> > I don't have any problem with Gui4Cli on Windows 7 when I run my
> > scripts directly with the installed Gui4Cli setup. It then runs
> > just as fine as on Windows 2000 and XP and does a amazing job.
> >
> > It's just a problem with the self-contained executables.
> >
> >
> > Chris
> >
> >
> > --- In gui4cli@yahoogroups.com, "chris.kevany" <chris.kevany@> wrote:
> > >
> > > Hi Frans,
> > >
> > > The problem in my case is the awefully large and complex startup
> > > procedure. It does already call several dll's and has to run
> > > a command line tool, all at startup.
> > >
> > > When it finishes this properly, which seems to depend on the
> > > script size and install path (size?), everything works fine.
> > >
> > > I did experiments with pumpmessages but sometimes it made
> > > things worse. But there are occasions it has to be definitly in.
> > >
> > > Still the most odd thing is that it depends on the script size.
> > > I run it for testing on six different install paths and some times
> > > they all work. Then when I add something to the script, some
> > > paths fail while others still work. It also happens sometimes that
> > > it finishes the startup but that certain buttons doesn't respond.
> > >
> > > I don't have any of these issues on Windows 2000 and XP with
> > > exactly the same scripts and develop environment.
> > >
> > > Thanks for your response,
> > >
> > > Chris
> > >
> > >
> > > --- In gui4cli@yahoogroups.com, "Marianne" <marianne976@> wrote:
> > > >
> > > > Hi Chris
> > > >
> > > > I also have a large compiled progran (868KB)if one can call it large and
it is working fine on all Windows versions  from Windows 95 to Windows 7
including Windows 7 homeedition.
> > > >
> > > > You mentioned about the timer that you added. Instead of the timer I use
PUMPMESSAGES and so far it works OK.
> > > >
> > > > I do not know if you have tried it already, but if it can help it is
only one instruction instead of using a timer.
> > > >
> > > > Kind regards.
> > > >
> > > > Frans
> > > > ==========================
> > > > ---
> >
>

#5710 From: Dimitris Keletsekis <gui4cli@...>
Date: Wed Feb 15, 2012 7:51 am
Subject: Re: Re: Quotes and Double quotes (Windows 7)
gui4cli
Send Email Send Email
 
 

Also remarkable is that it just stops somewhere without any error
messages. I have the impression that it occasionally not returns
from a xRoutine that is initially executed without any errors.

 
I've also had this happen (rarely) with very large convoluted routines that call many programs and many guis before they're done and I've also used a timer to try to fix it (with some success). Its one of the things I want to look into but its so damn difficult to find the problem.

Dimitris


#5711 From: Dimitris Keletsekis <gui4cli@...>
Date: Wed Feb 15, 2012 8:14 am
Subject: Re: Re: Quotes and Double quotes (Windows 7)
gui4cli
Send Email Send Email
 
To continue the previous thought...

One of the things that may do it is when something visual or having to
do with windows (return from waiting, messages, etc) happens in the
middle of the routine. G4c has various ways of dealing with these
interruptions, according to the type, sometimes stopping what its
doing (using a stack to store its position & variables) and then
reverting, or attaching the command at the end of the chain, etc. This
works well but in extremely large convoluted situations it may
sometimes get mixed up... You could also give the branch command a try
(instead of gosub) which will clear the stack.

Sorry if I confused you more :)



On Wed, Feb 15, 2012 at 9:51 AM, Dimitris Keletsekis <gui4cli@...> wrote:
>
>>
>> Also remarkable is that it just stops somewhere without any error
>> messages. I have the impression that it occasionally not returns
>> from a xRoutine that is initially executed without any errors.
>>
>
> I've also had this happen (rarely) with very large convoluted routines that
> call many programs and many guis before they're done and I've also used a
> timer to try to fix it (with some success). Its one of the things I want to
> look into but its so damn difficult to find the problem.
>
> Dimitris
>

#5712 From: "chris.kevany" <chris.kevany@...>
Date: Sat Feb 18, 2012 11:05 am
Subject: Re: Quotes and Double quotes (Windows 7)
chris.kevany
Send Email Send Email
 
Hi Dimitris,

I would have better continued with this subject at the thread
about self-contained executables on Windows 7. Sorry I changed
topic at this thread a few posts ago.

I know a bit of push and pop (only a bit) and I'm aware it's
extremely complicated for Gui4Cli. Even more when using timers
like I do in my scripts.

I have a full Gui4Cli develop environment on Windows 7 (32-bit) and
the problem of stopping without any notification doesn't happen
when I run my scripts directly. Only time it occasionally happens
is when I run a script directly after editing without quiting
Gui4Cli first. But this happens on all OS' I run it on.

On Windows W2K and XP, I also have no problems with self-contained
executables but on Win7, Gui4Cli seems to be extremely sensitive
for which is perhaps the stack problem you point out.

That's why I thought it might perhaps help to re-compile Gui4Cli
with Visual Studio 2010.

Chris


--- In gui4cli@yahoogroups.com, Dimitris Keletsekis <gui4cli@...> wrote:
>
> To continue the previous thought...
>
> One of the things that may do it is when something visual or having to
> do with windows (return from waiting, messages, etc) happens in the
> middle of the routine. G4c has various ways of dealing with these
> interruptions, according to the type, sometimes stopping what its
> doing (using a stack to store its position & variables) and then
> reverting, or attaching the command at the end of the chain, etc. This
> works well but in extremely large convoluted situations it may
> sometimes get mixed up... You could also give the branch command a try
> (instead of gosub) which will clear the stack.
>
> Sorry if I confused you more :)
>
>
>
> On Wed, Feb 15, 2012 at 9:51 AM, Dimitris Keletsekis <gui4cli@...> wrote:
> >
> >>
> >> Also remarkable is that it just stops somewhere without any error
> >> messages. I have the impression that it occasionally not returns
> >> from a xRoutine that is initially executed without any errors.
> >>
> >
> > I've also had this happen (rarely) with very large convoluted routines that
> > call many programs and many guis before they're done and I've also used a
> > timer to try to fix it (with some success). Its one of the things I want to
> > look into but its so damn difficult to find the problem.
> >
> > Dimitris
> >
>

#5713 From: "chris.kevany" <chris.kevany@...>
Date: Sat Mar 3, 2012 8:57 am
Subject: Re: Self-contained executables on Windows 7
chris.kevany
Send Email Send Email
 
Hi Dimitris,

I wouldn't spend time on looking for a stack bug in calling xRoutines.
I think your code is OK.

Because I still run a W2k and XP setup, I can ensure you it doesn't
happen there.

After a few weeks, I now can also report it's not only a problem with
self-contained executables but also happens when running the scripts
directly.

I suspect the MSVC runtime from corrupting the variables space.
This may be a specific Win7 32-bit problem because some 64-bit users
reported they have no problems.
Windows 7 x64 has a special reserved folder to run 32-bit apps from
named "Program Files (x86)".

I also found that the results of UPX aren't bit exact on Windows 7,
compared to W2K, XP. In W2K, XP the resources are padded with zeros
but in Windows 7 with garbage (actually a part of the script).

Chris

#5714 From: "Fer" <fmstoopman@...>
Date: Wed Apr 25, 2012 2:40 pm
Subject: Image txstyle shadow
fmstoopman
Send Email Send Email
 
Hi Dimitris,


In the past I've used several image text commands to create shadow
style text but a few days ago I found that 'image txstyle shadow'
is a legitimate G4c command although not mentioned in the manual.
The shadow color is defined by image back r/g/b.

fer

#5715 From: Dimitris Keletsekis <gui4cli@...>
Date: Thu Apr 26, 2012 5:39 am
Subject: Re: Image txstyle shadow
gui4cli
Send Email Send Email
 
Thanks for the info. I do want to make a new version sometime soon - ie update the manual and pack everything into one installation file (instead of all over the place). 

All the best,
Dimitris


On Wed, Apr 25, 2012 at 5:40 PM, Fer <fmstoopman@...> wrote:
 

Hi Dimitris,

In the past I've used several image text commands to create shadow
style text but a few days ago I found that 'image txstyle shadow'
is a legitimate G4c command although not mentioned in the manual.
The shadow color is defined by image back r/g/b.

fer



#5716 From: "Marianne" <marianne976@...>
Date: Wed Jun 20, 2012 2:43 pm
Subject: Executable using Gui4Cli.dll
marianne976
Send Email Send Email
 
Demitris

I encountered one problem with the above mentioned and I will appreciate some
advice.

If one compiles a script using the Normal or dll option one has to use the Quit
command. If not then everytime you close the exe it is still running in the
background. This I can see when I use Ctrl Alt Del.

If I add the Quit command to a Normal executable everything works fine. However
if I add the Quit command to an executable using the dll I got a Gui4Cli error
when quitting. I also tried to use the Set 0Gui command with no succes.

The message is xx.exe has stop working.

This is happening on Windows XP and Windows 7.


Kind regards.

Frans

#5717 From: Dimitris Keletsekis <gui4cli@...>
Date: Thu Jun 21, 2012 6:39 am
Subject: Re: Executable using Gui4Cli.dll
gui4cli
Send Email Send Email
 
Hi,

What executable are you using - the one included ?

Off hand, I don't know what can be causing it. I have to run it in debug mode and see if I can find anything. The problem is all the setting up needed to reach that stage... :(

The SET 0GUI command does nothing - or does it still crash?

Dimitris



On Wed, Jun 20, 2012 at 5:43 PM, Marianne <marianne976@...> wrote:
 

Demitris

I encountered one problem with the above mentioned and I will appreciate some advice.

If one compiles a script using the Normal or dll option one has to use the Quit command. If not then everytime you close the exe it is still running in the background. This I can see when I use Ctrl Alt Del.

If I add the Quit command to a Normal executable everything works fine. However if I add the Quit command to an executable using the dll I got a Gui4Cli error when quitting. I also tried to use the Set 0Gui command with no succes.

The message is xx.exe has stop working.

This is happening on Windows XP and Windows 7.

Kind regards.

Frans



#5718 From: "Marianne" <marianne976@...>
Date: Thu Jun 21, 2012 2:09 pm
Subject: Re: Executable using Gui4Cli.dll
marianne976
Send Email Send Email
 
Demitris

I made a test.gui as below:

G4C TEST
WINDOW 50 30 300 200 "TEST gui"
	 WinAttr style resize

xOnLoad
	 GuiOpen #this

xOnClose
	 GuiQuit #this
	 Quit

XBUTTON 190 150 90 35 "Exit"
  Guiquit #this


Create a Normal  Gui4Cli executable and run. Click the Exit button. No problem,
works 100%. No bacground instances.

Now create Gui4Cli executable using Gui4cli dll option and run. No problem.
Click the Exit button and I get the error "Test.exe has stopped working."

Remove Quit from xOnclose and again create a exe using the dll. Run the program
and exit. No problem everything works fine.

The only problem now is that if you use Ctrl Alt delete that processes wil still
indicate that test.exe is still running in background, it does not quit.
Everytime you run Test.exe another instance is added. This creates a problem if
one put the exe on a server.

If you use Set 0Gui instead, although you say it does nothing, using Exit gives
the same error, any way on all the computers I am using.

I have three computers using Windows XP, one using Windows 7 and the work
computer also on Windows XP and I get the same error on all of them. (All
Service Pack 2)

Hope it is clear.

I probably do somethimg that is not correct.

Thanks.

Frans





--- In gui4cli@yahoogroups.com, Dimitris Keletsekis <gui4cli@...> wrote:
>
> Hi,
>
> What executable are you using - the one included ?
>
> Off hand, I don't know what can be causing it. I have to run it in debug
> mode and see if I can find anything. The problem is all the setting up
> needed to reach that stage... :(
>
> The SET 0GUI command does nothing - or does it still crash?
>
> Dimitris
>
>
>
> On Wed, Jun 20, 2012 at 5:43 PM, Marianne <marianne976@...> wrote:
>
> > **
> >
> >
> > Demitris
> >
> > I encountered one problem with the above mentioned and I will appreciate
> > some advice.
> >
> > If one compiles a script using the Normal or dll option one has to use the
> > Quit command. If not then everytime you close the exe it is still running
> > in the background. This I can see when I use Ctrl Alt Del.
> >
> > If I add the Quit command to a Normal executable everything works fine.
> > However if I add the Quit command to an executable using the dll I got a
> > Gui4Cli error when quitting. I also tried to use the Set 0Gui command with
> > no succes.
> >
> > The message is xx.exe has stop working.
> >
> > This is happening on Windows XP and Windows 7.
> >
> > Kind regards.
> >
> > Frans
> >
> >
> >
>

#5719 From: Dimitris Keletsekis <gui4cli@...>
Date: Mon Jun 25, 2012 5:15 pm
Subject: Re: Re: Executable using Gui4Cli.dll
gui4cli
Send Email Send Email
 
Hi,

I made the executable, but it works ok.. It takes a bit of time to exit (maybe more than it should?), but it does exit. Here's the link (test.exe in Files/Temp)

http://f1.grp.yahoofs.com/v1/EJnoTxhV08ihJCPErYYbcTpbVhoGmLc1U4YpXVzxiGJb3x5bijjU5Q6g3cTDMBcfXAfMtc-Hs42ILdlE/Temp/test.exe

Try this and tell me..
Dimitris



On Thu, Jun 21, 2012 at 5:09 PM, Marianne <marianne976@...> wrote:
 

Demitris

I made a test.gui as below:

G4C TEST
WINDOW 50 30 300 200 "TEST gui"
WinAttr style resize

xOnLoad
GuiOpen #this

xOnClose
GuiQuit #this
Quit

XBUTTON 190 150 90 35 "Exit"
Guiquit #this

Create a Normal Gui4Cli executable and run. Click the Exit button. No problem, works 100%. No bacground instances.

Now create Gui4Cli executable using Gui4cli dll option and run. No problem. Click the Exit button and I get the error "Test.exe has stopped working."

Remove Quit from xOnclose and again create a exe using the dll. Run the program and exit. No problem everything works fine.

The only problem now is that if you use Ctrl Alt delete that processes wil still indicate that test.exe is still running in background, it does not quit. Everytime you run Test.exe another instance is added. This creates a problem if one put the exe on a server.

If you use Set 0Gui instead, although you say it does nothing, using Exit gives the same error, any way on all the computers I am using.

I have three computers using Windows XP, one using Windows 7 and the work computer also on Windows XP and I get the same error on all of them. (All Service Pack 2)

Hope it is clear.

I probably do somethimg that is not correct.

Thanks.

Frans



--- In gui4cli@yahoogroups.com, Dimitris Keletsekis <gui4cli@...> wrote:
>
> Hi,
>
> What executable are you using - the one included ?
>
> Off hand, I don't know what can be causing it. I have to run it in debug
> mode and see if I can find anything. The problem is all the setting up
> needed to reach that stage... :(
>
> The SET 0GUI command does nothing - or does it still crash?
>
> Dimitris
>
>
>
> On Wed, Jun 20, 2012 at 5:43 PM, Marianne <marianne976@...> wrote:
>
> > **

> >
> >
> > Demitris
> >
> > I encountered one problem with the above mentioned and I will appreciate
> > some advice.
> >
> > If one compiles a script using the Normal or dll option one has to use the
> > Quit command. If not then everytime you close the exe it is still running
> > in the background. This I can see when I use Ctrl Alt Del.
> >
> > If I add the Quit command to a Normal executable everything works fine.
> > However if I add the Quit command to an executable using the dll I got a
> > Gui4Cli error when quitting. I also tried to use the Set 0Gui command with
> > no succes.
> >
> > The message is xx.exe has stop working.
> >
> > This is happening on Windows XP and Windows 7.
> >
> > Kind regards.
> >
> > Frans
> >
> >
> >
>



#5720 From: "Marianne" <marianne976@...>
Date: Mon Jun 25, 2012 11:18 pm
Subject: Re: Executable using Gui4Cli.dll
marianne976
Send Email Send Email
 
Dimitris

The link given below does not work. I get the message "File not found"

The exe I am talking about works ok, the problem is that when I Quit the program
I get the error message. So it just on quit, further I do not have problems.(The
error occurs a second or so after the Quit (Exit) command.)

Kind regards.

Frans.


--- In gui4cli@yahoogroups.com, Dimitris Keletsekis <gui4cli@...> wrote:
>
> Hi,
>
> I made the executable, but it works ok.. It takes a bit of time to exit
> (maybe more than it should?), but it does exit. Here's the link (test.exe
> in Files/Temp)
>
>
http://f1.grp.yahoofs.com/v1/EJnoTxhV08ihJCPErYYbcTpbVhoGmLc1U4YpXVzxiGJb3x5bijj\
U5Q6g3cTDMBcfXAfMtc-Hs42ILdlE/Temp/test.exe
>
> Try this and tell me..
> Dimitris
>
>
>
> On Thu, Jun 21, 2012 at 5:09 PM, Marianne <marianne976@...> wrote:
>
> > **
> >
> >
> > Demitris
> >
> > I made a test.gui as below:
> >
> > G4C TEST
> > WINDOW 50 30 300 200 "TEST gui"
> > WinAttr style resize
> >
> > xOnLoad
> > GuiOpen #this
> >
> > xOnClose
> > GuiQuit #this
> > Quit
> >
> > XBUTTON 190 150 90 35 "Exit"
> > Guiquit #this
> >
> > Create a Normal Gui4Cli executable and run. Click the Exit button. No
> > problem, works 100%. No bacground instances.
> >
> > Now create Gui4Cli executable using Gui4cli dll option and run. No
> > problem. Click the Exit button and I get the error "Test.exe has stopped
> > working."
> >
> > Remove Quit from xOnclose and again create a exe using the dll. Run the
> > program and exit. No problem everything works fine.
> >
> > The only problem now is that if you use Ctrl Alt delete that processes wil
> > still indicate that test.exe is still running in background, it does not
> > quit. Everytime you run Test.exe another instance is added. This creates a
> > problem if one put the exe on a server.
> >
> > If you use Set 0Gui instead, although you say it does nothing, using Exit
> > gives the same error, any way on all the computers I am using.
> >
> > I have three computers using Windows XP, one using Windows 7 and the work
> > computer also on Windows XP and I get the same error on all of them. (All
> > Service Pack 2)
> >
> > Hope it is clear.
> >
> > I probably do somethimg that is not correct.
> >
> > Thanks.
> >
> > Frans
> >
> >
> > --- In gui4cli@yahoogroups.com, Dimitris Keletsekis <gui4cli@> wrote:
> > >
> > > Hi,
> > >
> > > What executable are you using - the one included ?
> > >
> > > Off hand, I don't know what can be causing it. I have to run it in debug
> > > mode and see if I can find anything. The problem is all the setting up
> > > needed to reach that stage... :(
> > >
> > > The SET 0GUI command does nothing - or does it still crash?
> > >
> > > Dimitris
> > >
> > >
> > >
> > > On Wed, Jun 20, 2012 at 5:43 PM, Marianne <marianne976@> wrote:
> > >
> > > > **
> >
> > > >
> > > >
> > > > Demitris
> > > >
> > > > I encountered one problem with the above mentioned and I will
> > appreciate
> > > > some advice.
> > > >
> > > > If one compiles a script using the Normal or dll option one has to use
> > the
> > > > Quit command. If not then everytime you close the exe it is still
> > running
> > > > in the background. This I can see when I use Ctrl Alt Del.
> > > >
> > > > If I add the Quit command to a Normal executable everything works fine.
> > > > However if I add the Quit command to an executable using the dll I got
> > a
> > > > Gui4Cli error when quitting. I also tried to use the Set 0Gui command
> > with
> > > > no succes.
> > > >
> > > > The message is xx.exe has stop working.
> > > >
> > > > This is happening on Windows XP and Windows 7.
> > > >
> > > > Kind regards.
> > > >
> > > > Frans
> > > >
> > > >
> > > >
> > >
> >
> >
> >
>

#5721 From: "Marianne" <marianne976@...>
Date: Sat Jun 30, 2012 11:40 pm
Subject: Re: Executable using Gui4Cli.dll
marianne976
Send Email Send Email
 
Dimitris

I downloaded Test.exe and run it.

The program is running but when I click the Exit button I still get the error
"Test.exe has stopped working. Windows can check online for a solution to the
problem."

It also ask me if I want to debug the program but I do not have any knowledge of
this. I just click on debug to see what happens and then I got a message of
"Unhandled exception in Test.exe 0xC0000005. Acces violation"

If it is running without problems on your computer it must be a setting on my
computer. However I get the same message on all computers that I use.

Thanks.

Frans


--- In gui4cli@yahoogroups.com, "Marianne" <marianne976@...> wrote:
>
> Dimitris
>
> The link given below does not work. I get the message "File not found"
>
> The exe I am talking about works ok, the problem is that when I Quit the
program I get the error message. So it just on quit, further I do not have
problems.(The error occurs a second or so after the Quit (Exit) command.)
>
> Kind regards.
>
> Frans.
>
>
> --- In gui4cli@yahoogroups.com, Dimitris Keletsekis <gui4cli@> wrote:
> >
> > Hi,
> >
> > I made the executable, but it works ok.. It takes a bit of time to exit
> > (maybe more than it should?), but it does exit. Here's the link (test.exe
> > in Files/Temp)
> >
> >
http://f1.grp.yahoofs.com/v1/EJnoTxhV08ihJCPErYYbcTpbVhoGmLc1U4YpXVzxiGJb3x5bijj\
U5Q6g3cTDMBcfXAfMtc-Hs42ILdlE/Temp/test.exe
> >
> > Try this and tell me..
> > Dimitris
> >
> >
> >
> > On Thu, Jun 21, 2012 at 5:09 PM, Marianne <marianne976@> wrote:
> >
> > > **
> > >
> > >
> > > Demitris
> > >
> > > I made a test.gui as below:
> > >
> > > G4C TEST
> > > WINDOW 50 30 300 200 "TEST gui"
> > > WinAttr style resize
> > >
> > > xOnLoad
> > > GuiOpen #this
> > >
> > > xOnClose
> > > GuiQuit #this
> > > Quit
> > >
> > > XBUTTON 190 150 90 35 "Exit"
> > > Guiquit #this
> > >
> > > Create a Normal Gui4Cli executable and run. Click the Exit button. No
> > > problem, works 100%. No bacground instances.
> > >
> > > Now create Gui4Cli executable using Gui4cli dll option and run. No
> > > problem. Click the Exit button and I get the error "Test.exe has stopped
> > > working."
> > >
> > > Remove Quit from xOnclose and again create a exe using the dll. Run the
> > > program and exit. No problem everything works fine.
> > >
> > > The only problem now is that if you use Ctrl Alt delete that processes wil
> > > still indicate that test.exe is still running in background, it does not
> > > quit. Everytime you run Test.exe another instance is added. This creates a
> > > problem if one put the exe on a server.
> > >
> > > If you use Set 0Gui instead, although you say it does nothing, using Exit
> > > gives the same error, any way on all the computers I am using.
> > >
> > > I have three computers using Windows XP, one using Windows 7 and the work
> > > computer also on Windows XP and I get the same error on all of them. (All
> > > Service Pack 2)
> > >
> > > Hope it is clear.
> > >
> > > I probably do somethimg that is not correct.
> > >
> > > Thanks.
> > >
> > > Frans
> > >
> > >
> > > --- In gui4cli@yahoogroups.com, Dimitris Keletsekis <gui4cli@> wrote:
> > > >
> > > > Hi,
> > > >
> > > > What executable are you using - the one included ?
> > > >
> > > > Off hand, I don't know what can be causing it. I have to run it in debug
> > > > mode and see if I can find anything. The problem is all the setting up
> > > > needed to reach that stage... :(
> > > >
> > > > The SET 0GUI command does nothing - or does it still crash?
> > > >
> > > > Dimitris
> > > >
> > > >
> > > >
> > > > On Wed, Jun 20, 2012 at 5:43 PM, Marianne <marianne976@> wrote:
> > > >
> > > > > **
> > >
> > > > >
> > > > >
> > > > > Demitris
> > > > >
> > > > > I encountered one problem with the above mentioned and I will
> > > appreciate
> > > > > some advice.
> > > > >
> > > > > If one compiles a script using the Normal or dll option one has to use
> > > the
> > > > > Quit command. If not then everytime you close the exe it is still
> > > running
> > > > > in the background. This I can see when I use Ctrl Alt Del.
> > > > >
> > > > > If I add the Quit command to a Normal executable everything works
fine.
> > > > > However if I add the Quit command to an executable using the dll I got
> > > a
> > > > > Gui4Cli error when quitting. I also tried to use the Set 0Gui command
> > > with
> > > > > no succes.
> > > > >
> > > > > The message is xx.exe has stop working.
> > > > >
> > > > > This is happening on Windows XP and Windows 7.
> > > > >
> > > > > Kind regards.
> > > > >
> > > > > Frans
> > > > >
> > > > >
> > > > >
> > > >
> > >
> > >
> > >
> >
>

#5722 From: "fredfjord@..." <fredfjord@...>
Date: Sun Jul 1, 2012 7:19 am
Subject: Re: Executable using Gui4Cli.dll
fredfjord...
Send Email Send Email
 
When i run it i also get an error occured, send report to Microsoft etc.
Windows XP SP3

Fred.


--- In gui4cli@yahoogroups.com, "Marianne" <marianne976@...> wrote:
>
> Dimitris
>
> I downloaded Test.exe and run it.
>
> The program is running but when I click the Exit button I still get the error
"Test.exe has stopped working. Windows can check online for a solution to the
problem."
>
> It also ask me if I want to debug the program but I do not have any knowledge
of this. I just click on debug to see what happens and then I got a message of
"Unhandled exception in Test.exe 0xC0000005. Acces violation"
>
> If it is running without problems on your computer it must be a setting on my
computer. However I get the same message on all computers that I use.
>
> Thanks.
>
> Frans
>
>
> --- In gui4cli@yahoogroups.com, "Marianne" <marianne976@> wrote:
> >
> > Dimitris
> >
> > The link given below does not work. I get the message "File not found"
> >
> > The exe I am talking about works ok, the problem is that when I Quit the
program I get the error message. So it just on quit, further I do not have
problems.(The error occurs a second or so after the Quit (Exit) command.)
> >
> > Kind regards.
> >
> > Frans.
> >
> >
> > --- In gui4cli@yahoogroups.com, Dimitris Keletsekis <gui4cli@> wrote:
> > >
> > > Hi,
> > >
> > > I made the executable, but it works ok.. It takes a bit of time to exit
> > > (maybe more than it should?), but it does exit. Here's the link (test.exe
> > > in Files/Temp)
> > >
> > >
http://f1.grp.yahoofs.com/v1/EJnoTxhV08ihJCPErYYbcTpbVhoGmLc1U4YpXVzxiGJb3x5bijj\
U5Q6g3cTDMBcfXAfMtc-Hs42ILdlE/Temp/test.exe
> > >
> > > Try this and tell me..
> > > Dimitris
> > >
> > >
> > >
> > > On Thu, Jun 21, 2012 at 5:09 PM, Marianne <marianne976@> wrote:
> > >
> > > > **
> > > >
> > > >
> > > > Demitris
> > > >
> > > > I made a test.gui as below:
> > > >
> > > > G4C TEST
> > > > WINDOW 50 30 300 200 "TEST gui"
> > > > WinAttr style resize
> > > >
> > > > xOnLoad
> > > > GuiOpen #this
> > > >
> > > > xOnClose
> > > > GuiQuit #this
> > > > Quit
> > > >
> > > > XBUTTON 190 150 90 35 "Exit"
> > > > Guiquit #this
> > > >
> > > > Create a Normal Gui4Cli executable and run. Click the Exit button. No
> > > > problem, works 100%. No bacground instances.
> > > >
> > > > Now create Gui4Cli executable using Gui4cli dll option and run. No
> > > > problem. Click the Exit button and I get the error "Test.exe has stopped
> > > > working."
> > > >
> > > > Remove Quit from xOnclose and again create a exe using the dll. Run the
> > > > program and exit. No problem everything works fine.
> > > >
> > > > The only problem now is that if you use Ctrl Alt delete that processes
wil
> > > > still indicate that test.exe is still running in background, it does not
> > > > quit. Everytime you run Test.exe another instance is added. This creates
a
> > > > problem if one put the exe on a server.
> > > >
> > > > If you use Set 0Gui instead, although you say it does nothing, using
Exit
> > > > gives the same error, any way on all the computers I am using.
> > > >
> > > > I have three computers using Windows XP, one using Windows 7 and the
work
> > > > computer also on Windows XP and I get the same error on all of them.
(All
> > > > Service Pack 2)
> > > >
> > > > Hope it is clear.
> > > >
> > > > I probably do somethimg that is not correct.
> > > >
> > > > Thanks.
> > > >
> > > > Frans
> > > >
> > > >
> > > > --- In gui4cli@yahoogroups.com, Dimitris Keletsekis <gui4cli@> wrote:
> > > > >
> > > > > Hi,
> > > > >
> > > > > What executable are you using - the one included ?
> > > > >
> > > > > Off hand, I don't know what can be causing it. I have to run it in
debug
> > > > > mode and see if I can find anything. The problem is all the setting up
> > > > > needed to reach that stage... :(
> > > > >
> > > > > The SET 0GUI command does nothing - or does it still crash?
> > > > >
> > > > > Dimitris
> > > > >
> > > > >
> > > > >
> > > > > On Wed, Jun 20, 2012 at 5:43 PM, Marianne <marianne976@> wrote:
> > > > >
> > > > > > **
> > > >
> > > > > >
> > > > > >
> > > > > > Demitris
> > > > > >
> > > > > > I encountered one problem with the above mentioned and I will
> > > > appreciate
> > > > > > some advice.
> > > > > >
> > > > > > If one compiles a script using the Normal or dll option one has to
use
> > > > the
> > > > > > Quit command. If not then everytime you close the exe it is still
> > > > running
> > > > > > in the background. This I can see when I use Ctrl Alt Del.
> > > > > >
> > > > > > If I add the Quit command to a Normal executable everything works
fine.
> > > > > > However if I add the Quit command to an executable using the dll I
got
> > > > a
> > > > > > Gui4Cli error when quitting. I also tried to use the Set 0Gui
command
> > > > with
> > > > > > no succes.
> > > > > >
> > > > > > The message is xx.exe has stop working.
> > > > > >
> > > > > > This is happening on Windows XP and Windows 7.
> > > > > >
> > > > > > Kind regards.
> > > > > >
> > > > > > Frans
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > > >
> > > >
> > >
> >
>

#5723 From: gui4cli@yahoogroups.com
Date: Sat Jul 7, 2012 7:17 pm
Subject: New file uploaded to gui4cli
gui4cli@yahoogroups.com
Send Email Send Email
 
Hello,

This email message is a notification to let you know that
a file has been uploaded to the Files area of the gui4cli
group.

   File        : /Gui4Cli/G4C_19_37.zip
   Uploaded by : gui4cli <gui4cli@...>
   Description : Gui4Cli 19.37 - exe, dll and help files only

You can access this file at the URL:
http://groups.yahoo.com/group/gui4cli/files/Gui4Cli/G4C_19_37.zip

To learn more about file sharing for your group, please visit:
http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.html
Regards,

gui4cli <gui4cli@...>

#5724 From: Dimitris Keletsekis <gui4cli@...>
Date: Sat Jul 7, 2012 7:22 pm
Subject: Re: Re: Executable using Gui4Cli.dll
gui4cli
Send Email Send Email
 
Ok, I uploaded a new version - 19.37 - which should solve this problem.

I was going to upload a new full version, with an updated installer, etc, but its taking longer than I thought, so here are the executables for now...

Best regards,
Dimitris



On Sun, Jul 1, 2012 at 2:40 AM, Marianne <marianne976@...> wrote:
 

Dimitris

I downloaded Test.exe and run it.

The program is running but when I click the Exit button I still get the error "Test.exe has stopped working. Windows can check online for a solution to the problem."

It also ask me if I want to debug the program but I do not have any knowledge of this. I just click on debug to see what happens and then I got a message of "Unhandled exception in Test.exe 0xC0000005. Acces violation"

If it is running without problems on your computer it must be a setting on my computer. However I get the same message on all computers that I use.

Thanks.

Frans




--- In gui4cli@yahoogroups.com, "Marianne" <marianne976@...> wrote:
>
> Dimitris
>
> The link given below does not work. I get the message "File not found"
>
> The exe I am talking about works ok, the problem is that when I Quit the program I get the error message. So it just on quit, further I do not have problems.(The error occurs a second or so after the Quit (Exit) command.)
>
> Kind regards.
>
> Frans.
>
>
> --- In gui4cli@yahoogroups.com, Dimitris Keletsekis <gui4cli@> wrote:
> >
> > Hi,
> >
> > I made the executable, but it works ok.. It takes a bit of time to exit
> > (maybe more than it should?), but it does exit. Here's the link (test.exe
> > in Files/Temp)
> >
> > http://f1.grp.yahoofs.com/v1/EJnoTxhV08ihJCPErYYbcTpbVhoGmLc1U4YpXVzxiGJb3x5bijjU5Q6g3cTDMBcfXAfMtc-Hs42ILdlE/Temp/test.exe
> >
> > Try this and tell me..
> > Dimitris
> >
> >
> >
> > On Thu, Jun 21, 2012 at 5:09 PM, Marianne <marianne976@> wrote:
> >
> > > **
> > >
> > >
> > > Demitris
> > >
> > > I made a test.gui as below:
> > >
> > > G4C TEST
> > > WINDOW 50 30 300 200 "TEST gui"
> > > WinAttr style resize
> > >
> > > xOnLoad
> > > GuiOpen #this
> > >
> > > xOnClose
> > > GuiQuit #this
> > > Quit
> > >
> > > XBUTTON 190 150 90 35 "Exit"
> > > Guiquit #this
> > >
> > > Create a Normal Gui4Cli executable and run. Click the Exit button. No
> > > problem, works 100%. No bacground instances.
> > >
> > > Now create Gui4Cli executable using Gui4cli dll option and run. No
> > > problem. Click the Exit button and I get the error "Test.exe has stopped
> > > working."
> > >
> > > Remove Quit from xOnclose and again create a exe using the dll. Run the
> > > program and exit. No problem everything works fine.
> > >
> > > The only problem now is that if you use Ctrl Alt delete that processes wil
> > > still indicate that test.exe is still running in background, it does not
> > > quit. Everytime you run Test.exe another instance is added. This creates a
> > > problem if one put the exe on a server.
> > >
> > > If you use Set 0Gui instead, although you say it does nothing, using Exit
> > > gives the same error, any way on all the computers I am using.
> > >
> > > I have three computers using Windows XP, one using Windows 7 and the work
> > > computer also on Windows XP and I get the same error on all of them. (All
> > > Service Pack 2)
> > >
> > > Hope it is clear.
> > >
> > > I probably do somethimg that is not correct.
> > >
> > > Thanks.
> > >
> > > Frans
> > >
> > >
> > > --- In gui4cli@yahoogroups.com, Dimitris Keletsekis <gui4cli@> wrote:
> > > >
> > > > Hi,
> > > >
> > > > What executable are you using - the one included ?
> > > >
> > > > Off hand, I don't know what can be causing it. I have to run it in debug
> > > > mode and see if I can find anything. The problem is all the setting up
> > > > needed to reach that stage... :(
> > > >
> > > > The SET 0GUI command does nothing - or does it still crash?
> > > >
> > > > Dimitris
> > > >
> > > >
> > > >
> > > > On Wed, Jun 20, 2012 at 5:43 PM, Marianne <marianne976@> wrote:
> > > >
> > > > > **
> > >
> > > > >
> > > > >
> > > > > Demitris
> > > > >
> > > > > I encountered one problem with the above mentioned and I will
> > > appreciate
> > > > > some advice.
> > > > >
> > > > > If one compiles a script using the Normal or dll option one has to use
> > > the
> > > > > Quit command. If not then everytime you close the exe it is still
> > > running
> > > > > in the background. This I can see when I use Ctrl Alt Del.
> > > > >
> > > > > If I add the Quit command to a Normal executable everything works fine.
> > > > > However if I add the Quit command to an executable using the dll I got
> > > a
> > > > > Gui4Cli error when quitting. I also tried to use the Set 0Gui command
> > > with
> > > > > no succes.
> > > > >
> > > > > The message is xx.exe has stop working.
> > > > >
> > > > > This is happening on Windows XP and Windows 7.
> > > > >
> > > > > Kind regards.
> > > > >
> > > > > Frans
> > > > >
> > > > >
> > > > >
> > > >
> > >
> > >
> > >
> >
>



#5725 From: "Marianne" <marianne976@...>
Date: Sun Jul 8, 2012 5:50 pm
Subject: Re: Executable using Gui4Cli.dll
marianne976
Send Email Send Email
 
Thanks. I downloaded version - 19.37 and test.

To be able to compile using Gui4Cli.dll I had to disable Antivir latest version.

If not I get the warning "A virus or unwanted program TR/Crypt.XPACK.Gen was
found in file Test.exe. Access to this file was denied." (Test.exe is my
compiled program.)

However if I compile and run the dll version with Antivir disabled the original
error has dissapeared. Only problrm now the virus warning and then Antivir
"quarentines" or deletes the file.

If I compile using Gui4Cli.exe no warnings and program is working fine.

Regards.

Frans.


--- In gui4cli@yahoogroups.com, Dimitris Keletsekis <gui4cli@...> wrote:
>
> Ok, I uploaded a new version - 19.37 - which should solve this problem.
>
> I was going to upload a new full version, with an updated installer, etc,
> but its taking longer than I thought, so here are the executables for now...
>
> Best regards,
> Dimitris
>
>
>
> On Sun, Jul 1, 2012 at 2:40 AM, Marianne <marianne976@...> wrote:
>
> > **
> >
> >
> > Dimitris
> >
> > I downloaded Test.exe and run it.
> >
> > The program is running but when I click the Exit button I still get the
> > error "Test.exe has stopped working. Windows can check online for a
> > solution to the problem."
> >
> > It also ask me if I want to debug the program but I do not have any
> > knowledge of this. I just click on debug to see what happens and then I got
> > a message of "Unhandled exception in Test.exe 0xC0000005. Acces violation"
> >
> > If it is running without problems on your computer it must be a setting on
> > my computer. However I get the same message on all computers that I use.
> >
> > Thanks.
> >
> > Frans
> >
> >
> >
> > --- In gui4cli@yahoogroups.com, "Marianne" <marianne976@> wrote:
> > >
> > > Dimitris
> > >
> > > The link given below does not work. I get the message "File not found"
> > >
> > > The exe I am talking about works ok, the problem is that when I Quit the
> > program I get the error message. So it just on quit, further I do not have
> > problems.(The error occurs a second or so after the Quit (Exit) command.)
> > >
> > > Kind regards.
> > >
> > > Frans.
> > >
> > >
> > > --- In gui4cli@yahoogroups.com, Dimitris Keletsekis <gui4cli@> wrote:
> > > >
> > > > Hi,
> > > >
> > > > I made the executable, but it works ok.. It takes a bit of time to exit
> > > > (maybe more than it should?), but it does exit. Here's the link
> > (test.exe
> > > > in Files/Temp)
> > > >
> > > >
> >
http://f1.grp.yahoofs.com/v1/EJnoTxhV08ihJCPErYYbcTpbVhoGmLc1U4YpXVzxiGJb3x5bijj\
U5Q6g3cTDMBcfXAfMtc-Hs42ILdlE/Temp/test.exe
> > > >
> > > > Try this and tell me..
> > > > Dimitris
> > > >
> > > >
> > > >
> > > > On Thu, Jun 21, 2012 at 5:09 PM, Marianne <marianne976@> wrote:
> > > >
> > > > > **
> > > > >
> > > > >
> > > > > Demitris
> > > > >
> > > > > I made a test.gui as below:
> > > > >
> > > > > G4C TEST
> > > > > WINDOW 50 30 300 200 "TEST gui"
> > > > > WinAttr style resize
> > > > >
> > > > > xOnLoad
> > > > > GuiOpen #this
> > > > >
> > > > > xOnClose
> > > > > GuiQuit #this
> > > > > Quit
> > > > >
> > > > > XBUTTON 190 150 90 35 "Exit"
> > > > > Guiquit #this
> > > > >
> > > > > Create a Normal Gui4Cli executable and run. Click the Exit button. No
> > > > > problem, works 100%. No bacground instances.
> > > > >
> > > > > Now create Gui4Cli executable using Gui4cli dll option and run. No
> > > > > problem. Click the Exit button and I get the error "Test.exe has
> > stopped
> > > > > working."
> > > > >
> > > > > Remove Quit from xOnclose and again create a exe using the dll. Run
> > the
> > > > > program and exit. No problem everything works fine.
> > > > >
> > > > > The only problem now is that if you use Ctrl Alt delete that
> > processes wil
> > > > > still indicate that test.exe is still running in background, it does
> > not
> > > > > quit. Everytime you run Test.exe another instance is added. This
> > creates a
> > > > > problem if one put the exe on a server.
> > > > >
> > > > > If you use Set 0Gui instead, although you say it does nothing, using
> > Exit
> > > > > gives the same error, any way on all the computers I am using.
> > > > >
> > > > > I have three computers using Windows XP, one using Windows 7 and the
> > work
> > > > > computer also on Windows XP and I get the same error on all of them.
> > (All
> > > > > Service Pack 2)
> > > > >
> > > > > Hope it is clear.
> > > > >
> > > > > I probably do somethimg that is not correct.
> > > > >
> > > > > Thanks.
> > > > >
> > > > > Frans
> > > > >
> > > > >
> > > > > --- In gui4cli@yahoogroups.com, Dimitris Keletsekis <gui4cli@>
> > wrote:
> > > > > >
> > > > > > Hi,
> > > > > >
> > > > > > What executable are you using - the one included ?
> > > > > >
> > > > > > Off hand, I don't know what can be causing it. I have to run it in
> > debug
> > > > > > mode and see if I can find anything. The problem is all the
> > setting up
> > > > > > needed to reach that stage... :(
> > > > > >
> > > > > > The SET 0GUI command does nothing - or does it still crash?
> > > > > >
> > > > > > Dimitris
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Wed, Jun 20, 2012 at 5:43 PM, Marianne <marianne976@> wrote:
> > > > > >
> > > > > > > **
> > > > >
> > > > > > >
> > > > > > >
> > > > > > > Demitris
> > > > > > >
> > > > > > > I encountered one problem with the above mentioned and I will
> > > > > appreciate
> > > > > > > some advice.
> > > > > > >
> > > > > > > If one compiles a script using the Normal or dll option one has
> > to use
> > > > > the
> > > > > > > Quit command. If not then everytime you close the exe it is still
> > > > > running
> > > > > > > in the background. This I can see when I use Ctrl Alt Del.
> > > > > > >
> > > > > > > If I add the Quit command to a Normal executable everything
> > works fine.
> > > > > > > However if I add the Quit command to an executable using the dll
> > I got
> > > > > a
> > > > > > > Gui4Cli error when quitting. I also tried to use the Set 0Gui
> > command
> > > > > with
> > > > > > > no succes.
> > > > > > >
> > > > > > > The message is xx.exe has stop working.
> > > > > > >
> > > > > > > This is happening on Windows XP and Windows 7.
> > > > > > >
> > > > > > > Kind regards.
> > > > > > >
> > > > > > > Frans
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
> >
> >
>

#5726 From: "Marianne" <marianne976@...>
Date: Sun Jul 8, 2012 6:35 pm
Subject: Re: Executable using Gui4Cli.dll
marianne976
Send Email Send Email
 
Dimitris

Sorry, it is me again.

I did a little testing. It seems to me that PackExe_dll.exe is the progam
causing the virus warning.

If I use the dll of version 19.37 and an old PackExe_dll.exe (version 19.35)
then there is no virus warning but then the original problem is back.

I just thought that it can be of help to you.

Kind regards.

Frans


--- In gui4cli@yahoogroups.com, Dimitris Keletsekis <gui4cli@...> wrote:
>
> Ok, I uploaded a new version - 19.37 - which should solve this problem.
>
> I was going to upload a new full version, with an updated installer, etc,
> but its taking longer than I thought, so here are the executables for now...
>
> Best regards,
> Dimitris
>
>
>
> On Sun, Jul 1, 2012 at 2:40 AM, Marianne <marianne976@...> wrote:
>
> > **
> >
> >
> > Dimitris
> >
> > I downloaded Test.exe and run it.
> >
> > The program is running but when I click the Exit button I still get the
> > error "Test.exe has stopped working. Windows can check online for a
> > solution to the problem."
> >
> > It also ask me if I want to debug the program but I do not have any
> > knowledge of this. I just click on debug to see what happens and then I got
> > a message of "Unhandled exception in Test.exe 0xC0000005. Acces violation"
> >
> > If it is running without problems on your computer it must be a setting on
> > my computer. However I get the same message on all computers that I use.
> >
> > Thanks.
> >
> > Frans
> >
> >
> >
> > --- In gui4cli@yahoogroups.com, "Marianne" <marianne976@> wrote:
> > >
> > > Dimitris
> > >
> > > The link given below does not work. I get the message "File not found"
> > >
> > > The exe I am talking about works ok, the problem is that when I Quit the
> > program I get the error message. So it just on quit, further I do not have
> > problems.(The error occurs a second or so after the Quit (Exit) command.)
> > >
> > > Kind regards.
> > >
> > > Frans.
> > >
> > >
> > > --- In gui4cli@yahoogroups.com, Dimitris Keletsekis <gui4cli@> wrote:
> > > >
> > > > Hi,
> > > >
> > > > I made the executable, but it works ok.. It takes a bit of time to exit
> > > > (maybe more than it should?), but it does exit. Here's the link
> > (test.exe
> > > > in Files/Temp)
> > > >
> > > >
> >
http://f1.grp.yahoofs.com/v1/EJnoTxhV08ihJCPErYYbcTpbVhoGmLc1U4YpXVzxiGJb3x5bijj\
U5Q6g3cTDMBcfXAfMtc-Hs42ILdlE/Temp/test.exe
> > > >
> > > > Try this and tell me..
> > > > Dimitris
> > > >
> > > >
> > > >
> > > > On Thu, Jun 21, 2012 at 5:09 PM, Marianne <marianne976@> wrote:
> > > >
> > > > > **
> > > > >
> > > > >
> > > > > Demitris
> > > > >
> > > > > I made a test.gui as below:
> > > > >
> > > > > G4C TEST
> > > > > WINDOW 50 30 300 200 "TEST gui"
> > > > > WinAttr style resize
> > > > >
> > > > > xOnLoad
> > > > > GuiOpen #this
> > > > >
> > > > > xOnClose
> > > > > GuiQuit #this
> > > > > Quit
> > > > >
> > > > > XBUTTON 190 150 90 35 "Exit"
> > > > > Guiquit #this
> > > > >
> > > > > Create a Normal Gui4Cli executable and run. Click the Exit button. No
> > > > > problem, works 100%. No bacground instances.
> > > > >
> > > > > Now create Gui4Cli executable using Gui4cli dll option and run. No
> > > > > problem. Click the Exit button and I get the error "Test.exe has
> > stopped
> > > > > working."
> > > > >
> > > > > Remove Quit from xOnclose and again create a exe using the dll. Run
> > the
> > > > > program and exit. No problem everything works fine.
> > > > >
> > > > > The only problem now is that if you use Ctrl Alt delete that
> > processes wil
> > > > > still indicate that test.exe is still running in background, it does
> > not
> > > > > quit. Everytime you run Test.exe another instance is added. This
> > creates a
> > > > > problem if one put the exe on a server.
> > > > >
> > > > > If you use Set 0Gui instead, although you say it does nothing, using
> > Exit
> > > > > gives the same error, any way on all the computers I am using.
> > > > >
> > > > > I have three computers using Windows XP, one using Windows 7 and the
> > work
> > > > > computer also on Windows XP and I get the same error on all of them.
> > (All
> > > > > Service Pack 2)
> > > > >
> > > > > Hope it is clear.
> > > > >
> > > > > I probably do somethimg that is not correct.
> > > > >
> > > > > Thanks.
> > > > >
> > > > > Frans
> > > > >
> > > > >
> > > > > --- In gui4cli@yahoogroups.com, Dimitris Keletsekis <gui4cli@>
> > wrote:
> > > > > >
> > > > > > Hi,
> > > > > >
> > > > > > What executable are you using - the one included ?
> > > > > >
> > > > > > Off hand, I don't know what can be causing it. I have to run it in
> > debug
> > > > > > mode and see if I can find anything. The problem is all the
> > setting up
> > > > > > needed to reach that stage... :(
> > > > > >
> > > > > > The SET 0GUI command does nothing - or does it still crash?
> > > > > >
> > > > > > Dimitris
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Wed, Jun 20, 2012 at 5:43 PM, Marianne <marianne976@> wrote:
> > > > > >
> > > > > > > **
> > > > >
> > > > > > >
> > > > > > >
> > > > > > > Demitris
> > > > > > >
> > > > > > > I encountered one problem with the above mentioned and I will
> > > > > appreciate
> > > > > > > some advice.
> > > > > > >
> > > > > > > If one compiles a script using the Normal or dll option one has
> > to use
> > > > > the
> > > > > > > Quit command. If not then everytime you close the exe it is still
> > > > > running
> > > > > > > in the background. This I can see when I use Ctrl Alt Del.
> > > > > > >
> > > > > > > If I add the Quit command to a Normal executable everything
> > works fine.
> > > > > > > However if I add the Quit command to an executable using the dll
> > I got
> > > > > a
> > > > > > > Gui4Cli error when quitting. I also tried to use the Set 0Gui
> > command
> > > > > with
> > > > > > > no succes.
> > > > > > >
> > > > > > > The message is xx.exe has stop working.
> > > > > > >
> > > > > > > This is happening on Windows XP and Windows 7.
> > > > > > >
> > > > > > > Kind regards.
> > > > > > >
> > > > > > > Frans
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
> >
> >
>

#5727 From: Dimitris Keletsekis <gui4cli@...>
Date: Mon Jul 9, 2012 5:26 am
Subject: Re: Executable using Gui4Cli.dll
gui4cli
Send Email Send Email
 
That's strange... I changed PackExe_dll.exe so that it wouldn't cause this and checked with every antivirus to see that it didn't (there are sites that do this)

The reason it was sometimes marked as a virus was that I had code in it to automatically download gui4cli.dll from the web if not found, and some antiviruses look for those download functions and automatically mark the program as a Trojan downloader.

Anyway, now I'm away. I'll have a look when I get back.

Dimitris


On Sunday, July 8, 2012, Marianne wrote:
 

Dimitris

Sorry, it is me again.

I did a little testing. It seems to me that PackExe_dll.exe is the progam causing the virus warning.

If I use the dll of version 19.37 and an old PackExe_dll.exe (version 19.35) then there is no virus warning but then the original problem is back.

I just thought that it can be of help to you.

Kind regards.

Frans

--- In gui4cli@yahoogroups.com, Dimitris Keletsekis <gui4cli@...> wrote:
>
> Ok, I uploaded a new version - 19.37 - which should solve this problem.
>
> I was going to upload a new full version, with an updated installer, etc,
> but its taking longer than I thought, so here are the executables for now...
>
> Best regards,
> Dimitris
>
>
>
> On Sun, Jul 1, 2012 at 2:40 AM, Marianne <marianne976@...> wrote:
>
> > **
> >
> >
> > Dimitris
> >
> > I downloaded Test.exe and run it.
> >
> > The program is running but when I click the Exit button I still get the
> > error "Test.exe has stopped working. Windows can check online for a
> > solution to the problem."
> >
> > It also ask me if I want to debug the program but I do not have any
> > knowledge of this. I just click on debug to see what happens and then I got
> > a message of "Unhandled exception in Test.exe 0xC0000005. Acces violation"
> >
> > If it is running without problems on your computer it must be a setting on
> > my computer. However I get the same message on all computers that I use.
> >
> > Thanks.
> >
> > Frans
> >
> >
> >
> > --- In gui4cli@yahoogroups.com, "Marianne" <marianne976@> wrote:
> > >
> > > Dimitris
> > >
> > > The link given below does not work. I get the message "File not found"
> > >
> > > The exe I am talking about works ok, the problem is that when I Quit the
> > program I get the error message. So it just on quit, further I do not have
> > problems.(The error occurs a second or so after the Quit (Exit) command.)
> > >
> > > Kind regards.
> > >
> > > Frans.
> > >
> > >
> > > --- In gui4cli@yahoogroups.com, Dimitris Keletsekis <gui4cli@> wrote:
> > > >
> > > > Hi,
> > > >
> > > > I made the executable, but it works ok.. It takes a bit of time to exit
> > > > (maybe more than it should?), but it does exit. Here's the link
> > (test.exe
> > > > in Files/Temp)
> > > >
> > > >
> > http://f1.grp.yahoofs.com/v1/EJnoTxhV08ihJCPErYYbcTpbVhoGmLc1U4YpXVzxiGJb3x5bijjU5Q6g3cTDMBcfXAfMtc-Hs42ILdlE/Temp/test.exe
> > > >
> > > > Try this and tell me..
> > > > Dimitris
> > > >
> > > >
> > > >
> > > > On Thu, Jun 21, 2012 at 5:09 PM, Marianne <marianne976@> wrote:
> > > >
> > > > > **
> > > > >
> > > > >
> > > > > Demitris
> > > > >
> > > > > I made a test.gui as below:
> > > > >
> > > > > G4C TEST
> > > > > WINDOW 50 30 300 200 "TEST gui"
> > > > > WinAttr style resize
> > > > >
> > > > > xOnLoad
> > > > > GuiOpen #this
> > > > >
> > > > > xOnClose
> > > > > GuiQuit #this
> > > > > Quit
> > > > >
> > > > > XBUTTON 190 150 90 35 "Exit"
> > > > > Guiquit #this
> > > > >
> > > > > Create a Normal Gui4Cli executable and run. Click the Exit button. No
> > > > > problem, works 100%. No bacground instances.
> > > > >
> > > > > Now create Gui4Cli executable using Gui4cli dll option and run. No
> > > > > problem. Click the Exit button and I get the error "Test.exe has
> > stopped
> > > > > working."
> > > > >
> > > > > Remove Quit from xOnclose and again create a exe using the dll. Run
> > the
> > > > > program and exit. No problem everything works fine.
> > > > >
> > > > > The only problem now is that if you use Ctrl Alt delete that
> > processes wil
> > > > > still indicate that test.exe is still running in background, it does
> > not
> > > > > quit. Everytime you run Test.exe another instance is added. This
> > creates a
> > > > > problem if one put the exe on a server.
> > > > >
> > > > > If you use Set 0Gui instead, although you say it does nothing, using
> > Exit
> > > > > gives the same error, any way on all the computers I am using.
> > > > >
> > > > > I have three computers using Windows XP, one using Windows 7 and the
> > work
> > > > > computer also on Windows XP and I get the same error on all of them.
> > (All
> > > > > Service Pack 2)
> > > > >
> > > > > Hope it is clear.
> > > > >
> > > > > I probably do somethimg that is not correct.
> > > > >
> > > > > Thanks.
> > > > >
> > > > > Frans
> > > > >
> > > > >
> > > > > --- In gui4cli@yahoogroups.com, Dimitris Keletsekis <gui4cli@>
> > wrote:
> > > > > >
> > > > >


#5728 From: "Marianne" <marianne976@...>
Date: Mon Jul 9, 2012 10:41 am
Subject: Re: Executable using Gui4Cli.dll
marianne976
Send Email Send Email
 
Dimitris

Thanks. Enjoy your time away, does not matter if it is work or not.

Frans


--- In gui4cli@yahoogroups.com, Dimitris Keletsekis <gui4cli@...> wrote:
>
> That's strange... I changed PackExe_dll.exe so that it wouldn't cause this
> and checked with every antivirus to see that it didn't (there are sites
> that do this)
>
> The reason it was sometimes marked as a virus was that I had code in it to
> automatically download gui4cli.dll from the web if not found, and some
> antiviruses look for those download functions and automatically mark the
> program as a Trojan downloader.
>
> Anyway, now I'm away. I'll have a look when I get back.
>
> Dimitris
>
>
> On Sunday, July 8, 2012, Marianne wrote:
>
> > **
> >
> >
> > Dimitris
> >
> > Sorry, it is me again.
> >
> > I did a little testing. It seems to me that PackExe_dll.exe is the progam
> > causing the virus warning.
> >
> > If I use the dll of version 19.37 and an old PackExe_dll.exe (version
> > 19.35) then there is no virus warning but then the original problem is back.
> >
> > I just thought that it can be of help to you.
> >
> > Kind regards.
> >
> > Frans
> >
> > --- In gui4cli@yahoogroups.com <javascript:_e({}, 'cvml',
> > 'gui4cli%40yahoogroups.com');>, Dimitris Keletsekis <gui4cli@> wrote:
> > >
> > > Ok, I uploaded a new version - 19.37 - which should solve this problem.
> > >
> > > I was going to upload a new full version, with an updated installer, etc,
> > > but its taking longer than I thought, so here are the executables for
> > now...
> > >
> > > Best regards,
> > > Dimitris
> > >
> > >
> > >
> > > On Sun, Jul 1, 2012 at 2:40 AM, Marianne <marianne976@> wrote:
> > >
> > > > **
> > > >
> > > >
> > > > Dimitris
> > > >
> > > > I downloaded Test.exe and run it.
> > > >
> > > > The program is running but when I click the Exit button I still get the
> > > > error "Test.exe has stopped working. Windows can check online for a
> > > > solution to the problem."
> > > >
> > > > It also ask me if I want to debug the program but I do not have any
> > > > knowledge of this. I just click on debug to see what happens and then
> > I got
> > > > a message of "Unhandled exception in Test.exe 0xC0000005. Acces
> > violation"
> > > >
> > > > If it is running without problems on your computer it must be a
> > setting on
> > > > my computer. However I get the same message on all computers that I
> > use.
> > > >
> > > > Thanks.
> > > >
> > > > Frans
> > > >
> > > >
> > > >
> > > > --- In gui4cli@yahoogroups.com, "Marianne" <marianne976@> wrote:
> > > > >
> > > > > Dimitris
> > > > >
> > > > > The link given below does not work. I get the message "File not
> > found"
> > > > >
> > > > > The exe I am talking about works ok, the problem is that when I Quit
> > the
> > > > program I get the error message. So it just on quit, further I do not
> > have
> > > > problems.(The error occurs a second or so after the Quit (Exit)
> > command.)
> > > > >
> > > > > Kind regards.
> > > > >
> > > > > Frans.
> > > > >
> > > > >
> > > > > --- In gui4cli@yahoogroups.com, Dimitris Keletsekis <gui4cli@>
> > wrote:
> > > > > >
> > > > > > Hi,
> > > > > >
> > > > > > I made the executable, but it works ok.. It takes a bit of time to
> > exit
> > > > > > (maybe more than it should?), but it does exit. Here's the link
> > > > (test.exe
> > > > > > in Files/Temp)
> > > > > >
> > > > > >
> > > >
> >
http://f1.grp.yahoofs.com/v1/EJnoTxhV08ihJCPErYYbcTpbVhoGmLc1U4YpXVzxiGJb3x5bijj\
U5Q6g3cTDMBcfXAfMtc-Hs42ILdlE/Temp/test.exe
> > > > > >
> > > > > > Try this and tell me..
> > > > > > Dimitris
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Thu, Jun 21, 2012 at 5:09 PM, Marianne <marianne976@> wrote:
> > > > > >
> > > > > > > **
> > > > > > >
> > > > > > >
> > > > > > > Demitris
> > > > > > >
> > > > > > > I made a test.gui as below:
> > > > > > >
> > > > > > > G4C TEST
> > > > > > > WINDOW 50 30 300 200 "TEST gui"
> > > > > > > WinAttr style resize
> > > > > > >
> > > > > > > xOnLoad
> > > > > > > GuiOpen #this
> > > > > > >
> > > > > > > xOnClose
> > > > > > > GuiQuit #this
> > > > > > > Quit
> > > > > > >
> > > > > > > XBUTTON 190 150 90 35 "Exit"
> > > > > > > Guiquit #this
> > > > > > >
> > > > > > > Create a Normal Gui4Cli executable and run. Click the Exit
> > button. No
> > > > > > > problem, works 100%. No bacground instances.
> > > > > > >
> > > > > > > Now create Gui4Cli executable using Gui4cli dll option and run.
> > No
> > > > > > > problem. Click the Exit button and I get the error "Test.exe has
> > > > stopped
> > > > > > > working."
> > > > > > >
> > > > > > > Remove Quit from xOnclose and again create a exe using the dll.
> > Run
> > > > the
> > > > > > > program and exit. No problem everything works fine.
> > > > > > >
> > > > > > > The only problem now is that if you use Ctrl Alt delete that
> > > > processes wil
> > > > > > > still indicate that test.exe is still running in background, it
> > does
> > > > not
> > > > > > > quit. Everytime you run Test.exe another instance is added. This
> > > > creates a
> > > > > > > problem if one put the exe on a server.
> > > > > > >
> > > > > > > If you use Set 0Gui instead, although you say it does nothing,
> > using
> > > > Exit
> > > > > > > gives the same error, any way on all the computers I am using.
> > > > > > >
> > > > > > > I have three computers using Windows XP, one using Windows 7 and
> > the
> > > > work
> > > > > > > computer also on Windows XP and I get the same error on all of
> > them.
> > > > (All
> > > > > > > Service Pack 2)
> > > > > > >
> > > > > > > Hope it is clear.
> > > > > > >
> > > > > > > I probably do somethimg that is not correct.
> > > > > > >
> > > > > > > Thanks.
> > > > > > >
> > > > > > > Frans
> > > > > > >
> > > > > > >
> > > > > > > --- In gui4cli@yahoogroups.com, Dimitris Keletsekis <gui4cli@>
> > > > wrote:
> > > > > > > >
> > > > > > >
> >
> >
>

#5729 From: Dimitris Keletsekis <gui4cli@...>
Date: Tue Jul 17, 2012 10:07 am
Subject: Re: Re: Executable using Gui4Cli.dll
gui4cli
Send Email Send Email
 
Hi,

I just checked again the PackExe_dll.exe file that I uploaded and it doesn't get flagged as a virus by any antivirus software. You can check yourself at this site:


Can you tell me which antivirus you are using?

Maybe you are getting the 2 files mixed up. The old version did get flagged as a virus (mistakenly) the new one doesn't. Its weird that in your system its the exact opposite.. Also try renaming the file - maybe it's been blacklisted by name (unlikely, but..)

Dimitris
 


On Mon, Jul 9, 2012 at 1:41 PM, Marianne <marianne976@...> wrote:
 

Dimitris

Thanks. Enjoy your time away, does not matter if it is work or not.



Frans

--- In gui4cli@yahoogroups.com, Dimitris Keletsekis <gui4cli@...> wrote:
>
> That's strange... I changed PackExe_dll.exe so that it wouldn't cause this
> and checked with every antivirus to see that it didn't (there are sites
> that do this)
>
> The reason it was sometimes marked as a virus was that I had code in it to
> automatically download gui4cli.dll from the web if not found, and some
> antiviruses look for those download functions and automatically mark the
> program as a Trojan downloader.
>
> Anyway, now I'm away. I'll have a look when I get back.
>
> Dimitris
>
>
> On Sunday, July 8, 2012, Marianne wrote:
>
> > **

> >
> >
> > Dimitris
> >
> > Sorry, it is me again.
> >
> > I did a little testing. It seems to me that PackExe_dll.exe is the progam
> > causing the virus warning.
> >
> > If I use the dll of version 19.37 and an old PackExe_dll.exe (version
> > 19.35) then there is no virus warning but then the original problem is back.
> >
> > I just thought that it can be of help to you.
> >
> > Kind regards.
> >
> > Frans
> >
> > --- In gui4cli@yahoogroups.com <javascript:_e({}, 'cvml',

> > 'gui4cli%40yahoogroups.com');>, Dimitris Keletsekis <gui4cli@> wrote:
> > >
> > > Ok, I uploaded a new version - 19.37 - which should solve this problem.
> > >
> > > I was going to upload a new full version, with an updated installer, etc,
> > > but its taking longer than I thought, so here are the executables for
> > now...
> > >
> > > Best regards,
> > > Dimitris
> > >
> > >
> > >
> > > On Sun, Jul 1, 2012 at 2:40 AM, Marianne <marianne976@> wrote:
> > >
> > > > **
> > > >
> > > >
> > > > Dimitris
> > > >
> > > > I downloaded Test.exe and run it.
> > > >
> > > > The program is running but when I click the Exit button I still get the
> > > > error "Test.exe has stopped working. Windows can check online for a
> > > > solution to the problem."
> > > >
> > > > It also ask me if I want to debug the program but I do not have any
> > > > knowledge of this. I just click on debug to see what happens and then
> > I got
> > > > a message of "Unhandled exception in Test.exe 0xC0000005. Acces
> > violation"
> > > >
> > > > If it is running without problems on your computer it must be a
> > setting on
> > > > my computer. However I get the same message on all computers that I
> > use.
> > > >
> > > > Thanks.
> > > >
> > > > Frans
> > > >
> > > >
> > > >
> > > > --- In gui4cli@yahoogroups.com, "Marianne" <marianne976@> wrote:
> > > > >
> > > > > Dimitris
> > > > >
> > > > > The link given below does not work. I get the message "File not
> > found"
> > > > >
> > > > > The exe I am talking about works ok, the problem is that when I Quit
> > the
> > > > program I get the error message. So it just on quit, further I do not
> > have
> > > > problems.(The error occurs a second or so after the Quit (Exit)
> > command.)
> > > > >
> > > > > Kind regards.
> > > > >
> > > > > Frans.
> > > > >
> > > > >
> > > > > --- In gui4cli@yahoogroups.com, Dimitris Keletsekis <gui4cli@>
> > wrote:
> > > > > >
> > > > > > Hi,
> > > > > >
> > > > > > I made the executable, but it works ok.. It takes a bit of time to
> > exit
> > > > > > (maybe more than it should?), but it does exit. Here's the link
> > > > (test.exe
> > > > > > in Files/Temp)
> > > > > >
> > > > > >
> > > >
> > http://f1.grp.yahoofs.com/v1/EJnoTxhV08ihJCPErYYbcTpbVhoGmLc1U4YpXVzxiGJb3x5bijjU5Q6g3cTDMBcfXAfMtc-Hs42ILdlE/Temp/test.exe
> > > > > >
> > > > > > Try this and tell me..
> > > > > > Dimitris
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Thu, Jun 21, 2012 at 5:09 PM, Marianne <marianne976@> wrote:
> > > > > >
> > > > > > > **
> > > > > > >
> > > > > > >
> > > > > > > Demitris
> > > > > > >
> > > > > > > I made a test.gui as below:
> > > > > > >
> > > > > > > G4C TEST
> > > > > > > WINDOW 50 30 300 200 "TEST gui"
> > > > > > > WinAttr style resize
> > > > > > >
> > > > > > > xOnLoad
> > > > > > > GuiOpen #this
> > > > > > >
> > > > > > > xOnClose
> > > > > > > GuiQuit #this
> > > > > > > Quit
> > > > > > >
> > > > > > > XBUTTON 190 150 90 35 "Exit"
> > > > > > > Guiquit #this
> > > > > > >
> > > > > > > Create a Normal Gui4Cli executable and run. Click the Exit
> > button. No
> > > > > > > problem, works 100%. No bacground instances.
> > > > > > >
> > > > > > > Now create Gui4Cli executable using Gui4cli dll option and run.
> > No
> > > > > > > problem. Click the Exit button and I get the error "Test.exe has
> > > > stopped
> > > > > > > working."
> > > > > > >
> > > > > > > Remove Quit from xOnclose and again create a exe using the dll.
> > Run
> > > > the
> > > > > > > program and exit. No problem everything works fine.
> > > > > > >
> > > > > > > The only problem now is that if you use Ctrl Alt delete that
> > > > processes wil
> > > > > > > still indicate that test.exe is still running in background, it
> > does
> > > > not
> > > > > > > quit. Everytime you run Test.exe another instance is added. This
> > > > creates a
> > > > > > > problem if one put the exe on a server.
> > > > > > >
> > > > > > > If you use Set 0Gui instead, although you say it does nothing,
> > using
> > > > Exit
> > > > > > > gives the same error, any way on all the computers I am using.
> > > > > > >
> > > > > > > I have three computers using Windows XP, one using Windows 7 and
> > the
> > > > work
> > > > > > > computer also on Windows XP and I get the same error on all of
> > them.
> > > > (All
> > > > > > > Service Pack 2)
> > > > > > >
> > > > > > > Hope it is clear.
> > > > > > >
> > > > > > > I probably do somethimg that is not correct.
> > > > > > >
> > > > > > > Thanks.
> > > > > > >
> > > > > > > Frans
> > > > > > >
> > > > > > >
> > > > > > > --- In gui4cli@yahoogroups.com, Dimitris Keletsekis <gui4cli@>
> > > > wrote:
> > > > > > > >
> > > > > > >
> >
> >
>



#5730 From: "Marianne" <marianne976@...>
Date: Tue Jul 17, 2012 4:29 pm
Subject: Re: Executable using Gui4Cli.dll
marianne976
Send Email Send Email
 
Dimitris

Thanks for the reply. I tested the Pack_dll.exe on two different systems:

First system
Windows XP SP2
Internet Explorer 8
Pack_dll.exe modified on 04/07/2012
Avira Antivir latest edition (I update once a week).
I comipled with no problems. Working fine

Second system
Windows 7 Home Premium (64 bit)
Internet Explorer 9
Pack_dll.exe modified on 04/07/2012
Avira Antivir latest edition (I update once a week).

Cannot compile as I get a virus alert. It compiles but access denied.

Is it possible that it can be Internet explorer as I use two different versions
on the two systems?

Hope this will give you more information. I will test again and let you know if
I had made a mistake.

Kind regards.

Frans
==========================
--- In gui4cli@yahoogroups.com, Dimitris Keletsekis <gui4cli@...> wrote:
>
> Hi,
>
> I just checked again the PackExe_dll.exe file that I uploaded and it
> doesn't get flagged as a virus by any antivirus software. You can check
> yourself at this site:
>
> www.virustotal.com
>
> Can you tell me which antivirus you are using?
>
> Maybe you are getting the 2 files mixed up. The old version did get flagged
> as a virus (mistakenly) the new one doesn't. Its weird that in your system
> its the exact opposite.. Also try renaming the file - maybe it's been
> blacklisted by name (unlikely, but..)
>
> Dimitris
>
>
>
> On Mon, Jul 9, 2012 at 1:41 PM, Marianne <marianne976@...> wrote:
>
> > **
> >
> >
> > Dimitris
> >
> > Thanks. Enjoy your time away, does not matter if it is work or not.
> >
> >
> > Frans
> >
> > --- In gui4cli@yahoogroups.com, Dimitris Keletsekis <gui4cli@> wrote:
> > >
> > > That's strange... I changed PackExe_dll.exe so that it wouldn't cause
> > this
> > > and checked with every antivirus to see that it didn't (there are sites
> > > that do this)
> > >
> > > The reason it was sometimes marked as a virus was that I had code in it
> > to
> > > automatically download gui4cli.dll from the web if not found, and some
> > > antiviruses look for those download functions and automatically mark the
> > > program as a Trojan downloader.
> > >
> > > Anyway, now I'm away. I'll have a look when I get back.
> > >
> > > Dimitris
> > >
> > >
> > > On Sunday, July 8, 2012, Marianne wrote:
> > >
> > > > **
> >
> > > >
> > > >
> > > > Dimitris
> > > >
> > > > Sorry, it is me again.
> > > >
> > > > I did a little testing. It seems to me that PackExe_dll.exe is the
> > progam
> > > > causing the virus warning.
> > > >
> > > > If I use the dll of version 19.37 and an old PackExe_dll.exe (version
> > > > 19.35) then there is no virus warning but then the original problem is
> > back.
> > > >
> > > > I just thought that it can be of help to you.
> > > >
> > > > Kind regards.
> > > >
> > > > Frans
> > > >
> > > > --- In gui4cli@yahoogroups.com <javascript:_e({}, 'cvml',
> >
> > > > 'gui4cli%40yahoogroups.com');>, Dimitris Keletsekis <gui4cli@> wrote:
> > > > >
> > > > > Ok, I uploaded a new version - 19.37 - which should solve this
> > problem.
> > > > >
> > > > > I was going to upload a new full version, with an updated installer,
> > etc,
> > > > > but its taking longer than I thought, so here are the executables for
> > > > now...
> > > > >
> > > > > Best regards,
> > > > > Dimitris
> > > > >
> > > > >
> > > > >
> > > > > On Sun, Jul 1, 2012 at 2:40 AM, Marianne <marianne976@> wrote:
> > > > >
> > > > > > **
> > > > > >
> > > > > >
> > > > > > Dimitris
> > > > > >
> > > > > > I downloaded Test.exe and run it.
> > > > > >
> > > > > > The program is running but when I click the Exit button I still
> > get the
> > > > > > error "Test.exe has stopped working. Windows can check online for a
> > > > > > solution to the problem."
> > > > > >
> > > > > > It also ask me if I want to debug the program but I do not have any
> > > > > > knowledge of this. I just click on debug to see what happens and
> > then
> > > > I got
> > > > > > a message of "Unhandled exception in Test.exe 0xC0000005. Acces
> > > > violation"
> > > > > >
> > > > > > If it is running without problems on your computer it must be a
> > > > setting on
> > > > > > my computer. However I get the same message on all computers that I
> > > > use.
> > > > > >
> > > > > > Thanks.
> > > > > >
> > > > > > Frans
> > > > > >
> > > > > >
> > > > > >
> > > > > > --- In gui4cli@yahoogroups.com, "Marianne" <marianne976@> wrote:
> > > > > > >
> > > > > > > Dimitris
> > > > > > >
> > > > > > > The link given below does not work. I get the message "File not
> > > > found"
> > > > > > >
> > > > > > > The exe I am talking about works ok, the problem is that when I
> > Quit
> > > > the
> > > > > > program I get the error message. So it just on quit, further I do
> > not
> > > > have
> > > > > > problems.(The error occurs a second or so after the Quit (Exit)
> > > > command.)
> > > > > > >
> > > > > > > Kind regards.
> > > > > > >
> > > > > > > Frans.
> > > > > > >
> > > > > > >
> > > > > > > --- In gui4cli@yahoogroups.com, Dimitris Keletsekis <gui4cli@>
> > > > wrote:
> > > > > > > >
> > > > > > > > Hi,
> > > > > > > >
> > > > > > > > I made the executable, but it works ok.. It takes a bit of
> > time to
> > > > exit
> > > > > > > > (maybe more than it should?), but it does exit. Here's the link
> > > > > > (test.exe
> > > > > > > > in Files/Temp)
> > > > > > > >
> > > > > > > >
> > > > > >
> > > >
> >
http://f1.grp.yahoofs.com/v1/EJnoTxhV08ihJCPErYYbcTpbVhoGmLc1U4YpXVzxiGJb3x5bijj\
U5Q6g3cTDMBcfXAfMtc-Hs42ILdlE/Temp/test.exe
> > > > > > > >
> > > > > > > > Try this and tell me..
> > > > > > > > Dimitris
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > On Thu, Jun 21, 2012 at 5:09 PM, Marianne <marianne976@>
> > wrote:
> > > > > > > >
> > > > > > > > > **
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Demitris
> > > > > > > > >
> > > > > > > > > I made a test.gui as below:
> > > > > > > > >
> > > > > > > > > G4C TEST
> > > > > > > > > WINDOW 50 30 300 200 "TEST gui"
> > > > > > > > > WinAttr style resize
> > > > > > > > >
> > > > > > > > > xOnLoad
> > > > > > > > > GuiOpen #this
> > > > > > > > >
> > > > > > > > > xOnClose
> > > > > > > > > GuiQuit #this
> > > > > > > > > Quit
> > > > > > > > >
> > > > > > > > > XBUTTON 190 150 90 35 "Exit"
> > > > > > > > > Guiquit #this
> > > > > > > > >
> > > > > > > > > Create a Normal Gui4Cli executable and run. Click the Exit
> > > > button. No
> > > > > > > > > problem, works 100%. No bacground instances.
> > > > > > > > >
> > > > > > > > > Now create Gui4Cli executable using Gui4cli dll option and
> > run.
> > > > No
> > > > > > > > > problem. Click the Exit button and I get the error "Test.exe
> > has
> > > > > > stopped
> > > > > > > > > working."
> > > > > > > > >
> > > > > > > > > Remove Quit from xOnclose and again create a exe using the
> > dll.
> > > > Run
> > > > > > the
> > > > > > > > > program and exit. No problem everything works fine.
> > > > > > > > >
> > > > > > > > > The only problem now is that if you use Ctrl Alt delete that
> > > > > > processes wil
> > > > > > > > > still indicate that test.exe is still running in background,
> > it
> > > > does
> > > > > > not
> > > > > > > > > quit. Everytime you run Test.exe another instance is added.
> > This
> > > > > > creates a
> > > > > > > > > problem if one put the exe on a server.
> > > > > > > > >
> > > > > > > > > If you use Set 0Gui instead, although you say it does
> > nothing,
> > > > using
> > > > > > Exit
> > > > > > > > > gives the same error, any way on all the computers I am
> > using.
> > > > > > > > >
> > > > > > > > > I have three computers using Windows XP, one using Windows 7
> > and
> > > > the
> > > > > > work
> > > > > > > > > computer also on Windows XP and I get the same error on all
> > of
> > > > them.
> > > > > > (All
> > > > > > > > > Service Pack 2)
> > > > > > > > >
> > > > > > > > > Hope it is clear.
> > > > > > > > >
> > > > > > > > > I probably do somethimg that is not correct.
> > > > > > > > >
> > > > > > > > > Thanks.
> > > > > > > > >
> > > > > > > > > Frans
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > --- In gui4cli@yahoogroups.com, Dimitris Keletsekis
> > <gui4cli@>
> > > > > > wrote:
> > > > > > > > > >
> > > > > > > > >
> > > >
> > > >
> > >
> >
> >
> >
>

#5731 From: Joseph Duchâtelet <JDuch@...>
Date: Wed Jul 18, 2012 5:24 pm
Subject: Gui4Cli on the Amiga,
JDuch@...
Send Email Send Email
 
Hello DImitris,

Some news from a very early Gui4Cli user. (Amiga & shareware period)
Long time since i posted here, indeed.



I am still using Amiga OS (now 4.1 uprate 4)  and Gui4Cli (the source
approximately as you left it). Never felt an urge to improve much on it
Still you can find more on what i did recently at
http://www.os4coding.net/blogs/josduchit
&
http://users.online.be/AD/
(showing but a very small part of the Gui's i wrote, must be hundreds)

Joseph Duchâtelet

PS The yahoogroups interface  is much more difficult to use than the original
one,. I did have to use a new mail addres  and resubscribe to the list., and
still don't see how to get acces to my yahoo groups page corresponding to the
original mail address (that i still use for receiving mails from these
groups.)

If anybody knows where i can get help on this ....

#5732 From: Dimitris Keletsekis <gui4cli@...>
Date: Thu Jul 19, 2012 6:00 am
Subject: Re: Gui4Cli on the Amiga,
gui4cli
Send Email Send Email
 
Hi Joseph,

Very long time indeed :-)
Glad to see the Amiga is still alive. Its a beautiful system.

Thanks for the updates,
All the best,
Dimitris


On Wed, Jul 18, 2012 at 8:24 PM, Joseph Duchâtelet <JDuch@...> wrote:
 

Hello DImitris,

Some news from a very early Gui4Cli user. (Amiga & shareware period)
Long time since i posted here, indeed.

I am still using Amiga OS (now 4.1 uprate 4) and Gui4Cli (the source
approximately as you left it). Never felt an urge to improve much on it
Still you can find more on what i did recently at
http://www.os4coding.net/blogs/josduchit
&
http://users.online.be/AD/
(showing but a very small part of the Gui's i wrote, must be hundreds)

Joseph Duchâtelet

PS The yahoogroups interface is much more difficult to use than the original
one,. I did have to use a new mail addres and resubscribe to the list., and
still don't see how to get acces to my yahoo groups page corresponding to the
original mail address (that i still use for receiving mails from these
groups.)

If anybody knows where i can get help on this ....



#5733 From: "Marianne" <marianne976@...>
Date: Tue Jul 24, 2012 11:17 pm
Subject: Re: Executable using Gui4Cli.dll
marianne976
Send Email Send Email
 
Dimitris

Just to clear up some misunderstanding. Pack_dll.exe is virus free. The problem
is when I compile then I get the message that the compiled file has a virus.
This only happens when compiling an exe using Gli4Cli.dll

Regards

Frans

--- In gui4cli@yahoogroups.com, "Marianne" <marianne976@...> wrote:
>
> Dimitris
>
> Thanks for the reply. I tested the Pack_dll.exe on two different systems:
>
> First system
> Windows XP SP2
> Internet Explorer 8
> Pack_dll.exe modified on 04/07/2012
> Avira Antivir latest edition (I update once a week).
> I comipled with no problems. Working fine
>
> Second system
> Windows 7 Home Premium (64 bit)
> Internet Explorer 9
> Pack_dll.exe modified on 04/07/2012
> Avira Antivir latest edition (I update once a week).
>
> Cannot compile as I get a virus alert. It compiles but access denied.
>
> Is it possible that it can be Internet explorer as I use two different
versions on the two systems?
>
> Hope this will give you more information. I will test again and let you know
if I had made a mistake.
>
> Kind regards.
>
> Frans
> ==========================
> --- In gui4cli@yahoogroups.com, Dimitris Keletsekis <gui4cli@> wrote:
> >
> > Hi,
> >
> > I just checked again the PackExe_dll.exe file that I uploaded and it
> > doesn't get flagged as a virus by any antivirus software. You can check
> > yourself at this site:
> >
> > www.virustotal.com
> >
> > Can you tell me which antivirus you are using?
> >
> > Maybe you are getting the 2 files mixed up. The old version did get flagged
> > as a virus (mistakenly) the new one doesn't. Its weird that in your system
> > its the exact opposite.. Also try renaming the file - maybe it's been
> > blacklisted by name (unlikely, but..)
> >
> > Dimitris
> >
> >
> >
> > On Mon, Jul 9, 2012 at 1:41 PM, Marianne <marianne976@> wrote:
> >
> > > **
> > >
> > >
> > > Dimitris
> > >
> > > Thanks. Enjoy your time away, does not matter if it is work or not.
> > >
> > >
> > > Frans
> > >
> > > --- In gui4cli@yahoogroups.com, Dimitris Keletsekis <gui4cli@> wrote:
> > > >
> > > > That's strange... I changed PackExe_dll.exe so that it wouldn't cause
> > > this
> > > > and checked with every antivirus to see that it didn't (there are sites
> > > > that do this)
> > > >
> > > > The reason it was sometimes marked as a virus was that I had code in it
> > > to
> > > > automatically download gui4cli.dll from the web if not found, and some
> > > > antiviruses look for those download functions and automatically mark the
> > > > program as a Trojan downloader.
> > > >
> > > > Anyway, now I'm away. I'll have a look when I get back.
> > > >
> > > > Dimitris
> > > >
> > > >
> > > > On Sunday, July 8, 2012, Marianne wrote:
> > > >
> > > > > **
> > >
> > > > >
> > > > >
> > > > > Dimitris
> > > > >
> > > > > Sorry, it is me again.
> > > > >
> > > > > I did a little testing. It seems to me that PackExe_dll.exe is the
> > > progam
> > > > > causing the virus warning.
> > > > >
> > > > > If I use the dll of version 19.37 and an old PackExe_dll.exe (version
> > > > > 19.35) then there is no virus warning but then the original problem is
> > > back.
> > > > >
> > > > > I just thought that it can be of help to you.
> > > > >
> > > > > Kind regards.
> > > > >
> > > > > Frans
> > > > >
> > > > > --- In gui4cli@yahoogroups.com <javascript:_e({}, 'cvml',
> > >
> > > > > 'gui4cli%40yahoogroups.com');>, Dimitris Keletsekis <gui4cli@> wrote:
> > > > > >
> > > > > > Ok, I uploaded a new version - 19.37 - which should solve this
> > > problem.
> > > > > >
> > > > > > I was going to upload a new full version, with an updated installer,
> > > etc,
> > > > > > but its taking longer than I thought, so here are the executables
for
> > > > > now...
> > > > > >
> > > > > > Best regards,
> > > > > > Dimitris
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Sun, Jul 1, 2012 at 2:40 AM, Marianne <marianne976@> wrote:
> > > > > >
> > > > > > > **
> > > > > > >
> > > > > > >
> > > > > > > Dimitris
> > > > > > >
> > > > > > > I downloaded Test.exe and run it.
> > > > > > >
> > > > > > > The program is running but when I click the Exit button I still
> > > get the
> > > > > > > error "Test.exe has stopped working. Windows can check online for
a
> > > > > > > solution to the problem."
> > > > > > >
> > > > > > > It also ask me if I want to debug the program but I do not have
any
> > > > > > > knowledge of this. I just click on debug to see what happens and
> > > then
> > > > > I got
> > > > > > > a message of "Unhandled exception in Test.exe 0xC0000005. Acces
> > > > > violation"
> > > > > > >
> > > > > > > If it is running without problems on your computer it must be a
> > > > > setting on
> > > > > > > my computer. However I get the same message on all computers that
I
> > > > > use.
> > > > > > >
> > > > > > > Thanks.
> > > > > > >
> > > > > > > Frans
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --- In gui4cli@yahoogroups.com, "Marianne" <marianne976@> wrote:
> > > > > > > >
> > > > > > > > Dimitris
> > > > > > > >
> > > > > > > > The link given below does not work. I get the message "File not
> > > > > found"
> > > > > > > >
> > > > > > > > The exe I am talking about works ok, the problem is that when I
> > > Quit
> > > > > the
> > > > > > > program I get the error message. So it just on quit, further I do
> > > not
> > > > > have
> > > > > > > problems.(The error occurs a second or so after the Quit (Exit)
> > > > > command.)
> > > > > > > >
> > > > > > > > Kind regards.
> > > > > > > >
> > > > > > > > Frans.
> > > > > > > >
> > > > > > > >
> > > > > > > > --- In gui4cli@yahoogroups.com, Dimitris Keletsekis <gui4cli@>
> > > > > wrote:
> > > > > > > > >
> > > > > > > > > Hi,
> > > > > > > > >
> > > > > > > > > I made the executable, but it works ok.. It takes a bit of
> > > time to
> > > > > exit
> > > > > > > > > (maybe more than it should?), but it does exit. Here's the
link
> > > > > > > (test.exe
> > > > > > > > > in Files/Temp)
> > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > >
> > >
http://f1.grp.yahoofs.com/v1/EJnoTxhV08ihJCPErYYbcTpbVhoGmLc1U4YpXVzxiGJb3x5bijj\
U5Q6g3cTDMBcfXAfMtc-Hs42ILdlE/Temp/test.exe
> > > > > > > > >
> > > > > > > > > Try this and tell me..
> > > > > > > > > Dimitris
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > On Thu, Jun 21, 2012 at 5:09 PM, Marianne <marianne976@>
> > > wrote:
> > > > > > > > >
> > > > > > > > > > **
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > Demitris
> > > > > > > > > >
> > > > > > > > > > I made a test.gui as below:
> > > > > > > > > >
> > > > > > > > > > G4C TEST
> > > > > > > > > > WINDOW 50 30 300 200 "TEST gui"
> > > > > > > > > > WinAttr style resize
> > > > > > > > > >
> > > > > > > > > > xOnLoad
> > > > > > > > > > GuiOpen #this
> > > > > > > > > >
> > > > > > > > > > xOnClose
> > > > > > > > > > GuiQuit #this
> > > > > > > > > > Quit
> > > > > > > > > >
> > > > > > > > > > XBUTTON 190 150 90 35 "Exit"
> > > > > > > > > > Guiquit #this
> > > > > > > > > >
> > > > > > > > > > Create a Normal Gui4Cli executable and run. Click the Exit
> > > > > button. No
> > > > > > > > > > problem, works 100%. No bacground instances.
> > > > > > > > > >
> > > > > > > > > > Now create Gui4Cli executable using Gui4cli dll option and
> > > run.
> > > > > No
> > > > > > > > > > problem. Click the Exit button and I get the error "Test.exe
> > > has
> > > > > > > stopped
> > > > > > > > > > working."
> > > > > > > > > >
> > > > > > > > > > Remove Quit from xOnclose and again create a exe using the
> > > dll.
> > > > > Run
> > > > > > > the
> > > > > > > > > > program and exit. No problem everything works fine.
> > > > > > > > > >
> > > > > > > > > > The only problem now is that if you use Ctrl Alt delete that
> > > > > > > processes wil
> > > > > > > > > > still indicate that test.exe is still running in background,
> > > it
> > > > > does
> > > > > > > not
> > > > > > > > > > quit. Everytime you run Test.exe another instance is added.
> > > This
> > > > > > > creates a
> > > > > > > > > > problem if one put the exe on a server.
> > > > > > > > > >
> > > > > > > > > > If you use Set 0Gui instead, although you say it does
> > > nothing,
> > > > > using
> > > > > > > Exit
> > > > > > > > > > gives the same error, any way on all the computers I am
> > > using.
> > > > > > > > > >
> > > > > > > > > > I have three computers using Windows XP, one using Windows 7
> > > and
> > > > > the
> > > > > > > work
> > > > > > > > > > computer also on Windows XP and I get the same error on all
> > > of
> > > > > them.
> > > > > > > (All
> > > > > > > > > > Service Pack 2)
> > > > > > > > > >
> > > > > > > > > > Hope it is clear.
> > > > > > > > > >
> > > > > > > > > > I probably do somethimg that is not correct.
> > > > > > > > > >
> > > > > > > > > > Thanks.
> > > > > > > > > >
> > > > > > > > > > Frans
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > --- In gui4cli@yahoogroups.com, Dimitris Keletsekis
> > > <gui4cli@>
> > > > > > > wrote:
> > > > > > > > > > >
> > > > > > > > > >
> > > > >
> > > > >
> > > >
> > >
> > >
> > >
> >
>

Messages 5704 - 5733 of 5834   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help