2010-03-19から1日間の記事一覧
コメントで質問があったので、書き留めておきます。 #include #import "user32.dll" int RegisterWindowMessageA(string lpString); #import int start() { if (!IsDllsAllowed()) { Alert("ERROR: [Allow DLL imports] NOT Checked."); return (0); } int h…
コメントで質問があったので、書き留めておきます。 #include #import "user32.dll" int RegisterWindowMessageA(string lpString); #import int start() { if (!IsDllsAllowed()) { Alert("ERROR: [Allow DLL imports] NOT Checked."); return (0); } int h…