Getting starting. (I needbit of help :)

User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Getting starting. (I needbit of help :)

Post by Antonio Linares »

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 ... S.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():
http://forums.fivetechsupport.com/viewt ... =3&t=13769

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

Antonio Linares
www.fivetechsoft.com
Post Reply