Subversion Repositories filter_foundry

Rev

Rev 319 | Rev 322 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 319 Rev 320
Line 653... Line 653...
653
                        showmessage(_strdup("64 bit standalone filter was successfully created"));
653
                        showmessage(_strdup("64 bit standalone filter was successfully created"));
654
        }
654
        }
655
        else {
655
        else {
656
                // Unicows.dll cannot edit resources of 64 bit DLLs.
656
                // Unicows.dll cannot edit resources of 64 bit DLLs.
657
                // The normal Kernel function BeginUpdateResource can edit 64 bit DLLs, even in NT4.0 SP6
657
                // The normal Kernel function BeginUpdateResource can edit 64 bit DLLs, even in NT4.0 SP6
658
                simplealert(_strdup("Note: A 64 bit standalone filter cannot be created with your Windows version"));
658
                simplewarning(_strdup("Note: A 64 bit standalone filter cannot be created with your Windows version"));
659
        }
659
        }
660
 
660
 
661
        return outErr;
661
        return outErr;
662
}
662
}
663
 
663