dllimport
declspec and stdcall vs declspec only
I\'m a new person to C++ dll import topic and may be my question is very easy but I can not find it on google.[详细]
2023-03-12 21:32 分类:问答Trying to upgrade to .NET Framework 4
I am trying to upgrade to the MS .NET Framework 4 and I am encountering an error with a dllimport function (see below). When the code reaches the dllimport, the program just exits with error code 0x80[详细]
2023-03-12 08:48 分类:问答call unmanaged C++ code from C# using pinvoke
I have a unmanaged C++ dll for which I do not have access to code but have all methods declarations for.[详细]
2023-03-12 07:33 分类:问答c# Web Service referencing c# project referencing DLL
Alright, so maybe this is inadvisable, but I\'m writing a Web Service for an existing application. I\'m trying to use the C# Library we wrote for the project, and that C# Library uses functions from a[详细]
2023-03-11 06:54 分类:问答Adobe alchemy and dllimport
Is it possible to connect c++ dll to .c file (with dllimport or somet开发者_C百科hing else) and convert it to .swc with adobe alchemy? If it does - how to do that?This is like asking \"can I use a dll[详细]
2023-03-11 04:29 分类:问答Try Catch Not Working on BadImageFormatException
I have a MVC 开发者_运维知识库app that is loading a external DLL and when in production I get no error at all.Firefox just says the connection was reset.So I put some try/catch in the code but they st[详细]
2023-03-10 23:54 分类:问答ASP.NET DllImport Causes App to Quit
I heavily suspect my problem is due to some security issue but here\'s the full description just in case I\'m mistaken.[详细]
2023-03-09 07:03 分类:问答Where to put DllImport?
static class Class { public static void methodRequiringStuffFromKernel32() { // code here... } } Where do I put [DllImport(\"Kernel32.dl开发者_如何学Gol\")] here?You put it on the method you\'re im[详细]
2023-03-07 15:12 分类:问答DllImport, Char*& and StringBuilder C/C#
I have a problem, I tried to look at almost all the poster solutions, unsuccessful to find a suitable one.[详细]
2023-03-07 06:39 分类:问答C# Access internal objects with external code
I have a static progress bar that I\'d like to advance during external code execution. [DllImport(\"netapi32.dll\",EntryPoint=\"NetServerEnum\")][详细]
2023-03-05 16:48 分类:问答