一 编绎:
C:\test>cl.exe test.cpp stdafx.cpp /nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBU
G" /D "_WINDOWS" /D "_MBCS" /FD /c
二 链接
C:\test>link *.obj test.res kernel32.lib user32.lib gdi32.lib winspool.lib comdl
g32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbc
cp32.lib /out:test.exe
三 编绎资源文件
C:\test>rc.exe /r /fo test.res test.rc
注意事项
在PB中调用 createprocess函数 ,第2个参数,第1个字符 空一格。