dllexport
Nested class, dllexport and VS2010
Let\'s have the following code: template <typename T> struct X { X() { } }; struct __declspec(dllexport) A[详细]
2023-04-10 19:18 分类:问答dllexport is not recognize in x64 bit platform
extern \"C\" _declspec(dllexport)void Export3DS(const char* inputname,const char* Objname,const char* mtlname);[详细]
2023-04-10 12:40 分类:问答Heap Violations when releasing a CStringArray& parameter from a DLL exported function
I have developed a MFC dll containing a function having this prototype: //DLL code long __declspec(dllexport) GetData(CString csIdentifier, CStringArray& arrOfData)[详细]
2023-04-03 06:18 分类:问答LoadLibraryEx: Parameters get lost in 64bit
I have a 64bit-DLL which exports the function __cdecl int (*function)(IN wchar_t* file, OUT VARIANT &htmlFile, IN wchar_t* path);[详细]
2023-03-28 05:50 分类:问答MSVC unresolved external symbol linking executables
I have two existing executables A and T, in the same solution that both ran just fine before I touched them.In executable A is a header defining a class P, and a prototype for a static instance MyP.Th[详细]
2023-03-28 02:13 分类:问答Visual Studio 2005 + MFC: Linker error, cannot link with constructor even if exported
I have two MFC projects, an exe and a dll. The exe references the dll. I created the dll by extracting some classes from the exe project, which was my starting point.[详细]
2023-03-26 01:37 分类:问答DLL without exported functions?
I\'ve snooped around a little bit in MS-Office DLLs, and I noticed that some of the DLLs don\'t have any exported functions. What I don\'t quite understand, how an application can use these DLLs witho[详细]
2023-03-17 17:29 分类:问答SnmpExtensionInit not invoked
I am trying to add an extension to the Windows SNMP agent and have followed the sketchy documentation that is available.The dll has been built and the two entries have been placed into the registry.Re[详细]
2023-03-13 23:20 分类:问答dll Export/init problem (static vars init?) Visual Studio C++
I want to run an example plugin for CLANG/LLVM. Specifically llvm\\tools\\clang\\examples\\PrintFunctionNames. I managed to build it and i see an PrintFunctionNames.exports but i dont think visual stu[详细]
2023-03-13 03:57 分类:问答How can I handle DLL_EXPORT when compiling dll to a static library?
I have a project in visual c++ 2010, which contains preprocessor directives in a key header file. Actually, it is the ZMQ source code.[详细]
2023-03-11 08:06 分类:问答