Re: Executable using Gui4Cli.dll
"Marianne" <[email protected]> Sun, 08 Jul 2012 17:50:45 -0000
| Newsgroups | gmane.comp.windows.gui4cli |
|---|---|
| Message-ID | <[email protected]> |
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 [email protected], 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: > > > > > > > > > > > > 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 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------ 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/