Re: Executable using Gui4Cli.dll

"Marianne" <[email protected]> Mon, 09 Jul 2012 10:41:08 -0000
Newsgroups gmane.comp.windows.gui4cli
Message-ID <[email protected]>
Dimitris

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

Frans


--- In [email protected], 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 [email protected] <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 [email protected], "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 [email protected], 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 [email protected], Dimitris Keletsekis <gui4cli@>
> > > > wrote:
> > > > > > > >
> > > > > > >
> >  
> >
>




------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/gui4cli/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/gui4cli/join
    (Yahoo! ID required)

<*> To change settings via email:
    [email protected] 
    [email protected]

<*> To unsubscribe from this group, send an email to:
    [email protected]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/