sami37 Posted April 24, 2013 Posted April 24, 2013 Hi everyone,I have create a software using autoit to transfer some informations from mysql to sql server.My software work perfectly but he crash and said me this message :The software is compiled using autoit.Here is the source code.https://mega.co.nz/#!DAECAaKI!U-o3FmEQukRJo5Gb4Qaj9nZRO4Bg3Q7wTVPuEoL7vHgPassword : sami37Can anyone help me with these error? There is no windows logs...
FireFox Posted April 24, 2013 Posted April 24, 2013 Hi, Welcome to the autoit forum Please add a link to the UDFs or include them in the package. Br, FireFox.
sami37 Posted April 24, 2013 Author Posted April 24, 2013 (edited) Here a new link that include the UDF'shttps://mega.co.nz/#!GEEUyaga!JyThqhWpoA_1pzVcMI37xzjAKNV2idhFiNi6FAEMfZEPassword : sami37I didn't find the edit button.Thanks for help Edited April 24, 2013 by sami37
FireFox Posted April 24, 2013 Posted April 24, 2013 Have you tried to reproduce this error in non compiled mode? You will get more informations like the "real" line of the error and we will be able to help you. It has something to deal with the ADODB object for sure. Br, FireFox.
SandelPerieanu Posted April 24, 2013 Posted April 24, 2013 this function does not exist: _MinimizeToTray and declare $conn Global $conn ....................
BrewManNH Posted April 24, 2013 Posted April 24, 2013 BTW, works perfectly but has an error is a contradiction in terms, you can't say it's working perfectly if it errors out. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! Reveal hidden contents I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator
sami37 Posted April 24, 2013 Author Posted April 24, 2013 On 4/24/2013 at 1:14 PM, 'BrewManNH said: BTW, works perfectly but has an error is a contradiction in terms, you can't say it's working perfectly if it errors out. Misstake in title ^^I want to said, the software work (he do what i want) but crash randomly after some transfer :S On 4/24/2013 at 1:06 PM, 'SandelPerieanu said: this function does not exist:_MinimizeToTrayand declare $connGlobal $conn....................Oh misstake i will remove _MinizeToTray and declare $conn On 4/24/2013 at 12:18 PM, 'FireFox said: Have you tried to reproduce this error in non compiled mode? You will get more informations like the "real" line of the error and we will be able to help you.It has something to deal with the ADODB object for sure.Br, FireFox.I will try the non compiled mode and said you if the error appear again.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now