目前我使用TCC,因爲它是獲得對Windows安裝程序最簡單的事情。只需解壓縮,然後就可以開始了。但是我接受其他的編譯器,GCC,不管微軟對報價等 我的問題是,我需要輸入驗證到整數的大小16陣列。這裏是我的規則: if number is under 15 (including negative values) then input is valid
if number is under -21
我已經看過Tiny C Compiler (TCC) and winsock?,但我仍然無法與TCC編譯插座,因爲當我嘗試 tiny_impdef winsock.dll -o winsock.def
tiny_impdef迴應: Not a PE file: C:\WINDOWS\system32\winsock.dll
因此,如何能我確實要編譯一個使用套接字的程序嗎?任何幫助將不勝感激
我正在嘗試TCC在OS X下。我不得不做一些修改following this answer來編譯它。 試圖運行ex1.c中包含的源我得到: In file included from ./ex1.c:3:
In file included from /usr/local/lib/tcc/include/tcclib.h:11:
In file included from /usr/local/