|
請問有大大能分享用VB(visual basic)群益API的報價程式嗎?
能讀到TX00的即時報價即可,其他我就能自己寫了(海外的C# 範例執行輸入代碼:小道瓊YM11906沒反應)
有研究過下列的方式 不過還是不行動作
http://www.coco-in.net/thread-24390-1-1.html
加入參考SKQuoteLib.dll就會錯誤
無法以 "ResolveManifestFiles" 工作的輸入參數初始化此工作。
"ResolveManifestFiles" 工作的 "NativeAssemblies=@(NativeReferenceFile);@(_DeploymentNativePrerequisite)" 參數無效。
換加入參考SKCOMLib.dll錯誤就沒了
有試過
<DllImport("SKQuoteLib.dll", CallingConvention:=CallingConvention.StdCall)>
Public Shared Function SKQuoteLib_LeaveMonitor() As Integer
改為
<DllImport("SKCOMLib.dll", CallingConvention:=CallingConvention.StdCall)>
Public Shared Function SKQuoteLib_LeaveMonitor() As Integer
依舊是錯誤
感恩阿。
|
|