|
From: KJK::Hyperion <no...@li...> - 2001-11-11 03:43:52
|
At 10.44 10/11/2001 -0500, you wrote: >So the only thing wrong with the script is it needs to use windows.h ( or >maybe defines.h? ) instead of afxres.h? Yes, definitely. I played with it (removed includes, and added #include <windows.h>) and fed to the Microsoft Resource Compiler. Apart from warnings about redefined dialog controls (I replaced all occurrences of IDC_* with 0) and missing files (icons, bitmaps, etc.) it worked perfectly ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |