Posted @ 11:28 pm May 8th, 2005
1、删除HKEY_CURRENT_USER\Software\FlashFXP
2、删除flashfxp.ini
3、用附件删除FlashFXP在全局原子表里的那一项,然后用sn注册。
程序代码for(DWORD k = 0xC000; k {
char AtomValue[255];
if (GlobalGetAtomName((ATOM)k, AtomValue, sizeof(AtomValue)))
{
printf(”%04X %s”, k & 0xFFFF, AtomValue);
if (strstr(AtomValue, “FlashFXP”))
{
int RefCount
char AtomValue[255];
if (GlobalGetAtomName((ATOM)k, AtomValue, sizeof(AtomValue)))
{
printf(”%04X %s”, k & 0xFFFF, AtomValue);
if (strstr(AtomValue, “FlashFXP”))
{
int RefCount
Leave a Reply
You must be logged in to post a comment.



