dllimport
Is def file is necessary to define
Is there necessary to defin开发者_运维知识库e def file in the vc++(unmanaged) dll.If I do\'nt want to define the def file then how can I create the dll without def file.The .def file is the module def[详细]
2023-04-11 15:31 分类:问答LNK2001 unresolved external when importing functions from MFC DLL
I have created an MFC DLL and have exported the functions for example in the file SerialPort.h: class CSerialPortApp : public CWinApp[详细]
2023-04-11 05:22 分类:问答Logoff after logonuser on C#
I use advapi32.dll\'s logonusermethod to access data over our network. I know it change the thread\'s user to the information i give i开发者_如何转开发t, but i was wondering if there\'s a way to rever[详细]
2023-04-10 20:11 分类:问答definition of dllimport function not allowed
While compiling a C code, I\'m getting the following error: c:\\users\\kbarman\\documents\\mser\\vlfeat-0.9.13-try\\mser\\stringop.c(71): error C2491: \'vl_string_parse_protocol\' : definition of dll[详细]
2023-04-10 13:54 分类:问答How can i set an entrypoint for a dll
First i thought entry point in dlls开发者_StackOverflow社区 DLLMain but then when i try to import it in C# i get an error that entrypoint wasn\'t found Here is my code:[详细]
2023-04-10 09:17 分类:问答Which configuration do I need to use an external DLL in a WinForms application?
I\'m working with an external DLL to consume an OCR device using a wrapper written by me. I have made tests on the wrapper and it works perfectly. But, when I use a WinForms project to consume the cli[详细]
2023-04-07 17:10 分类:问答Problem at marshalling a standard C++ string to a C# string
I\'m writing a wrapper for a DLL that manages an OCR device. The DLL has a method whose signature resembles the following:[详细]
2023-04-07 06:36 分类:问答Silverlight 5 and dll
Silverlight 5 give us a great feature. That开发者_如何学JAVA\'s P/Invoke (Platform Invoke). The feature make it possible to call a function from system DLL\'s. But I need to use a \".NET DLL\" that wa[详细]
2023-04-04 13:59 分类:问答How can I write a signature on C# for a wrapped C++ method having a pointer to a function it its arguments?
I\'m writing a wrapper for a dll. The dll has a method whose signature resembles the following: unsigned long aMethod(void *anyParameter,[详细]
2023-04-04 12:25 分类:问答C# Memory Access Violation Windows 7
I\'m using advanced installer 8.3 and trying to impliment trial licensing for my application, the target OS is Windows 7 x32 & x64.[详细]
2023-04-02 06:23 分类:问答