抓取"個股財務比率合併財報季表",我們以台泥1101來作範例。
我是Amin,喜好整合軟體之間的應用至數據分析,如Excel VBA、Python、C/C++、C#、JavaScript、Google Apps Script、Batch、MultiCharts的相互應用,歡迎各領域同好相互討論,創造人生精采的火花
2013年11月30日 星期六
2013年11月13日 星期三
VC Build DLL在Linking階段,出現warning LNK4070的處理方式
VC Build DLL在Linking階段,出現以下訊息時的處理
Linking...
Creating library Debug/Time1.lib and object Debug/Time1.exp
Time1.exp : warning LNK4070: /OUT:Time.dll directive in .EXP differs from output filename "Debug/Time1.dll"; ignoring directive
Time1.dll - 0 error(s), 1 warning(s)
Linking...
Creating library Debug/Time1.lib and object Debug/Time1.exp
Time1.exp : warning LNK4070: /OUT:Time.dll directive in .EXP differs from output filename "Debug/Time1.dll"; ignoring directive
Time1.dll - 0 error(s), 1 warning(s)
2013年11月3日 星期日
VC6編譯出現的警告訊息LINK : warning LNK4089: all references to “ODBC32.dll” discarded by /OPT:REF
VC6編譯時Debug版本下沒問題,release版本下出現如下警告:
LINK : warning LNK4089: all references to “ODBC32.dll” discarded by /OPT:REF
LINK : warning LNK4089: all references to “ADVAPI32.dll” discarded by /OPT:REF
LINK : warning LNK4089: all references to “SHELL32.dll” discarded by /OPT:REF
LINK : warning LNK4089: all references to “comdlg32.dll” discarded by /OPT:REF
LINK : warning LNK4089: all references to “ODBC32.dll” discarded by /OPT:REF
LINK : warning LNK4089: all references to “ADVAPI32.dll” discarded by /OPT:REF
LINK : warning LNK4089: all references to “SHELL32.dll” discarded by /OPT:REF
LINK : warning LNK4089: all references to “comdlg32.dll” discarded by /OPT:REF