search for: svc_main

Displaying 1 result from an estimated 1 matches for "svc_main".

Did you mean: msvc_main
2011 Aug 29
0
Fwd: [win32-service] win32 daemon error - Service_Main thread exited abnormally (#4)
...Main thread exited abnormally (#4) To: djberg96 at gmail.com Thanks for looking at this guys. Have updated the strcpy line.. I''m still having problems though.. I''m pretty sure it''s coming from the 2 lines: dispatch_table = [""].pack(''p'') + [svc_main.address].pack(''L'') + "\0"*8 if(!StartServiceCtrlDispatcher(dispatch_table)) .... I could be mistaken, but StartServiceCtrlDispatcher should fire the svc_main win32 callback which never happens on my machine. I''ve spent the past few days trying to see if I could...