※ 引述《momo81 (毛毛)》之銘言:
: 開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
: win7 + devcpp 5.7.1 gcc x64 4.8.1
: 額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
: GnuWin32 (regex2.7)
: 問題(Question):
: 想請再此開發環境下
: 想使用regex 該如何使用呢?
: undefined reference to `__imp_regcomp'
: undefined reference to `__imp_regerror'
: undefined reference to `__imp_regexec'
: undefined reference to `__imp_regfree'
可參考 http://bit.ly/1r3wGaf 或是 http://bit.ly/XNVYxy
基本上 就是 link 的問題
先找一些短的例子 不用 devcpp 直接在命令列 compile 看看
看是 regex library 本身的問題 還是 devcpp 裡設定不正確
Good Luck.
: 總會出現這個錯誤QQ
: 餵入的資料(Input):
: 網路上的example
: 預期的正確結果(Expected Output):
: 錯誤結果(Wrong Output):
: 程式碼(Code):(請善用置底文網頁, 記得排版)
: 補充說明(Supplement):
: 謝謝!