Jump to content

grashopper

Members
  • Posts

    8
  • Joined

  • Last visited

grashopper's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Thank you for helping me. I´ll keep this in mind the next time I get an error.
  2. Knowing this, what would be the best approach to determine the original line number?
  3. I found the error. It was indeed a missing bracket. What puzzles me is that the error was located in line 200 of my program. But the error message said line 6102. Is there an explanation for that?
  4. I have written an AutoIt program that communicates with a RFXCOM transciever to control my home. This program runs 24/7 and occasionally I get the following message in a modal window: AutoIt Error Line 6102 (File "C:\homecontrol\HC.exe"): Error: Missing right bracket ')' in expression. OK button. My program waits for an operator input. So I have lost control and I am not able to terminate the program and start it again. Since my program has only a few hundred lines the error must be in one of the libraries. My questions are: What is causing this error? How can I trap this error? In which library is this error generated? This are my includes: #include 'C:\COMMGvv2\CommMG.au3' #include <GUIConstantsEx.au3> #include <Date.au3> #include <WindowsConstants.au3> #include <EditConstants.au3> #include <StaticConstants.au3> #include <file.au3> In the code I have already an error trap: $objErr = ObjEvent("AutoIt.Error","MyErrFunc")
  5. Martin, On 15 July 2013 I asked you for a 64-bits DLL. You replied it would take some time. At this moment I am migrating to a new server. I would like it very much to have a 64-bit DLL. Can you provide that? Thanks in advance.
  6. Hi Martin, Thanks for your reply. I can not determine the version of the dll. But its date is: 27-9-2012. I shall replace it with the latest version.
  7. Hi Martin, As I mentioned earlier I am using CommMG.au3 V2.90 to communicate with RFXtrx for controlling light switches. This works fine, but occasionally I get the error: Access denied getting ipcount. This error is given in a pop-up window with title: Autoit3 and an OK button. At this point program execution is interrupted. This message occurs at the use of: _CommReadByte(0). Is it possible not to give this error in a pop up window, but in the @ERROR status? In that case I can catch the error and restart the connection with RFXtrx.
  8. Martin, I am using your DLL to communicate with the RFXtrx433 transceiver from rfxcom. It works great! Thank you very much. I wonder if it is possible to recompile your code to 64-bits. This would help me connecting to my 64-bit database. I hope to hear from you.
×
×
  • Create New...