FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Pocket PC Getting starting. (I needbit of help :)
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Getting starting. (I needbit of help :)
Posted: Wed Feb 04, 2009 09:57 AM
Andrej,

Welcome back :-)

> errors when compile

What errors are them ?

> Can I check in any way that UdlTags.exe is already run

You may use GetModuleHandle():
http://msdn.microsoft.com/en-us/library/ms683199(VS.85).aspx

> or can I kill running UdlTags.exe ?

Once you have the HMODULE using GetModuleHandle(), or you can get it from the window title, then you may call TerminateProcess():
viewtopic.php?f=3&t=13769

This may help also:
http://support.microsoft.com/kb/178893
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion