Do you know how to use /FAS compiler option with cl.exe about MFC program in vc6, step by ml.exe(v6.14 or v6.15) compiler -> link -> run, I completed /FAS -> compiler -> link but get exception while running :
CWinThread* pThread = AfxGetThread(); //pThread == NULL after perform
As I think maybe have to define some MFC macro in compiler command or in .inc, but I can't find them.
My mfc program is build with vc6 mfc dlg guide and add nothing with me.
As the same operation about win32 program in vc6 convert to asm I running good!
please help me!