The error message is
The instruction at "0x77d042b8" referenced memory at "0x055c9028". The memory could not be "Read". The title in the error box is a tool tip (differing at different times) from inside my app
sure appreciate any help I can get
Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!
Private Declare Function SetErrorMode Lib "kernel32" ( _ ByVal wMode As Long) As Long Private Const SEM_FAILCRITICALERRORS = &H1 Private Const SEM_NOGPFAULTERRORBOX = &H2 Private Const SEM_NOOPENFILEERRORBOX = &H8000&to the declarations in that module
SetErrorMode SEM_NOGPFAULTERRORBOXat the start of the getout sub
Dim tstart As Date tstart = TimeValue(Now()) Dim i As Integer i = 0 Do While (DateAdd("s", 3, tstart)) > TimeValue(Now()) For i = 0 To 1000 i = i + 1 Next i = 0 Loop endtask("PLacements") Endthat last part was sorta the equivalent of driving wooden stake into its heart
0 members, 1 guests, 0 anonymous users
Community Forum Software by IP.Board
Licensed to: Geeks to Go, Inc.