dllimport

    -4熱度

    1回答

    我知道類似的question已經在這裏問過,但似乎沒有人回答它。我正在開發的項目需要這些功能。 一個DLL必須從服務器加載到客戶端運行的程序。 dll中的本地方法必須訪問 服務器中存在的一組文件。 本地方法的調用發生在客戶端。 謝謝!

    0熱度

    1回答

    我試圖導入以下: const char * const *object_get_prop_names(propobject_t *ocr); 爲: [DllImport("vender.dll", CallingConvention = CallingConvention.Cdecl, CharSet = CharSet.Ansi)] private static extern IntPtr

    0熱度

    1回答

    我試圖編寫簡單的防火牆,可以通過過濾器丟棄數據包。爲此我使用WinDivert。我加載WinDivert.dll並將WinDivert.lib和WinDivert32.sys添加到項目文件夾。然後我嘗試使用WinDivertOpen()來安裝WinDivertDriver。結果總是消極的。 我該怎麼做,我該如何成功安裝驅動程序?代碼示例。

    3熱度

    2回答

    這裏的地址是我的代碼: using System.Collections; using System.Collections.Generic; using System.Runtime.InteropServices; using UnityEngine; using System; using System.IO; public class CarMove : MonoBehavi

    1熱度

    1回答

    我有一個函數在一個DLL中具有以下標識符。 const char* function(void) DLL在堆上分配字符串,並期望它只被讀取。我曾嘗試以下導入功能,但我得到一個訪問衝突 [DllImport("great.dll", CharSet = CharSet.Ansi, CallingConvention = CallingConvention.Cdecl) ]

    -4熱度

    1回答

    我想使用Visual Studio構建dll,我想在Matlab中使用它作爲函數。 雖然這樣做我已經使用declspec(dllimport)函數...但我得到編譯錯誤LNK2019:無法解析的外部符號? 感謝您的幫助。 #ifdef PRC50CONTROL_EXPORTS #define PRC50CONTROL_API __declspec(dllexport) #else #defi

    0熱度

    1回答

    我正在使用Python包字袋,bow.py(https://github.com/dmiro/bagofwords/blob/master/bow.py)。 基本上我運行以下命令: dc = bow.DefaultDocument() dc.read_text("paragraph string here") 我得到以下跟蹤: Traceback (most recent call last

    0熱度

    1回答

    我們有一個C#應用程序,編譯爲AnyCPU。 此應用程序使用外部庫(它也是AnyCPU上的.Net DLL),它在外部DLL中加載一些C++庫。 Thoses externals庫是用於X86,或者用於X64。我們有一個postbuild事件,它將X64中的一個複製到輸出文件夾中。 我們有一切工作多年以來,我們有很多單元測試使用這個庫。 最近,在一臺計算機(構建機器)上,UnitTests現在失敗

    1熱度

    1回答

    我的Outlook Express始終位於頂端,Google Chrome位於Outlook後面。如何使用Visual Basic在OutLook Express上運行谷歌瀏覽器? 以下打開一個新的應用程序,但我希望現有的谷歌瀏覽器頂部? Shell("C:\Program Files (x86)\Google\Chrome\Application\chrome.exe", AppWinStyle

    0熱度

    1回答

    我正在嘗試使用jna-4.4.0在Java內部包裝C#dll(libxert.dll)。 我在調用方法「xert_alloc」時遇到異常。 請幫忙。 C# namespace XertLibCsharp { [StructLayout(LayoutKind.Sequential)] public struct XertHandle { IntPtr Mem;