Log in

View Full Version : Is this problem related to incomplete/corrupt imports?


jrg2k
April 21st, 2001, 23:42
I have some programs (most unpacked by myself) that work correctly in Win9x but give a "App failed to initialize correctly" in Win2000. What bothers me is fact that the original (packed) app runs correctly in Win2000. Is this somehow related to the imports table?
Is there any way to fix the exe image?

tsehp
April 23rd, 2001, 04:31
maybe some api exports are not known on win2000, or maybe you have to convert the pe format (look at pe editor from yoda)