2010年1月8日 星期五
C/C++ MinGW 中,如何 Compilier *.rc 和 *.c
ps: *.rc is resource file
1. 先用 *.rc 產生 *.o 檔案.
2. 在 Complilier C/C++時,將 *.o 加入編譯中.
Ex:
windres resources.rc resources.o
gcc -o main.exe main.c resources.o
參考網站:
這裡
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言