Hi
Thank for your help! I build my project in computer A, and I copy the project generate .exe file and all need dll files to computer B(new OS install window2000 only).
The question I have meat is:
If I use debug mode to create dll & lib file, and using the two files to buile MFC .exe file, it work will in my OS and another OS(the new OS doesn't install VC 6.0).
But if I use released mode to create dll & lib file, and using the two file to MFC .exe file in the same project , it's just work will in my OS, not in the new OS.

The main UI doesn't appear in the screen, just pop up a message box say:
Program Error:
a.exe has generated error and will be close by Windows,You will need to restart your program.

What is the problem!?


2. I have try to build my dll file in "MFC App Wizard" using "regular dll with share MFC dll", it's work will in my OS and New OS whether the dll bulid condition.

Because the dll file export functions doesn't use MFC dll file, and the same dll file will be used in other language(like VB), so I want to build the dll file without MFC.

Anyway, thanks for your kindness help!