我試圖爲P調用函數/從C++/Win32的DLL調用一個函數,但每當我把它叫做我得到以下錯誤: System.AccessViolationException occurred
HResult=-2147467261
Message=Attempted to read or write protected memory. This is often an indication
有一個C#DLL項目。它有一個類和一個公共方法Print()。 是否有任何可能的方法來從此DLL打開控制檯以顯示文本? DLL由第三方程序使用。 public class Logger // dll
{
public void Print()
{
// Open Console
// Standard output to console
}
我在Visual Studio 2013上創建DLL時出現問題。此代碼可用於Code :: Blocks。錯誤是definition of dllimport function not allowed" on line void DLL_EXPORT prim(map<string, vector<int>> nodes, map<pair<string, string>, pair<int, s