Hi,

When I run my plugin, a prompt windows appears above Gimias.
If I use this code:

#include <windows.h>
HWND hide;
bool AllocConsole ();
hide = FindWindow("ConsoleWindowClass",NULL);
ShowWindow (hide,0);

Only the debug it's hiding, but not in release.

Can you help me about that?

Best regards

Ingrid
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Gimias-developers mailing list
Gimias-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gimias-developers

Reply via email to