Re: Re[2]: TNALaunch by William Heimbigner
- Posted by "William Heimbigner" <icxcnika at hotpop.com> Jun 14, 2004
- 401 views
----- Original Message ----- From: "aku saya" <akusaya at gmx.net> To: <EUforum at topica.com> Sent: Sunday, June 13, 2004 7:47 PM Subject: Re[2]: TNALaunch by William Heimbigner > > A> >> Then when I run tnaconfig, I got A> >> A> >> Error code 461 A> >> Failed to acquire a hWnd when creating a control. > W> Weird. It runs on my compy fine (both translated and interpreted versions) > W> but a friend of mine got the same error. Are you by any chance using an NT > W> type system? > A> Yes, I'm using WinXP. That may explain it. In the program, the 'system tray' routines needed a parent window. However, I never wanted a main window to be displayed, so at the end i put
WinMain(0,Normal)
I wonder if this error is caused by NT systems. If so, does anyone now how to circumvent it? I tried setting no capt- duh! I just realized i shouldn't call WS_VISIBLE! duh! lol will fix right away! Thanks for alerting me to the error! > > >