dllexport
Export DLLs classes and functions and import them into Win32 Application
I have a dll with a class that define some methods and variables inside it. I marked it as 开发者_如何学JAVA__declspec(dllexport)[详细]
2023-02-10 18:06 分类:问答How to save VBA code to DLL library?
开发者_如何转开发For security purpose, I want to save my macros from VBA in Excel workbook to DLL library file I\'d be calling from the file later.[详细]
2023-02-09 10:57 分类:问答How do I DllExport a C++ Class for use in a C# Application
I have created a C++ Dll project which contains a class \"myCppClass\" and tried to Dll export it using the following code as described by:[详细]
2023-02-05 20:23 分类:问答PInvoke in 64bit .net app through c++ 64 bit dll
I\'m having an issue calling a function in a c++ dll inside of a c# app. I\'m calling the function inside of c# like so:[详细]
2023-02-05 18:41 分类:问答C# can't find an entry point in Fortran dll
I was given a working FORTRAN program and i have to write C# GUI for it (don\'t ask why). This program already has FORTRAN GUI, so i exctracted all the computi开发者_高级运维ng subroutines and put it[详细]
2023-02-04 09:01 分类:问答Problem invoking C DLL in C#
I\'m currently trying to invoke a method made in C from C# C code looks like this: extern \"C\"int addSum(int a, int b)[详细]
2023-02-03 08:57 分类:问答Creating COM object from C++?
I want to create a dll from a C++ code and the use it in C#. Is there a solution of creating COM object from C++ ?[详细]
2023-02-03 08:52 分类:问答dllexport'ing an incomplete class
[EDIT: further digging revealed a different root issue. I\'m rephrasing the question, but leaving the old version below, for consistency with the answer by @Leo][详细]
2023-02-03 07:40 分类:问答stdcall name mangling using extern c and dllexport vs module definitions (msvc++)
I was trying to export a simple test function for a dll to w开发者_运维问答ork with an application (fyi: mIRC) that specifies the calling convention as:[详细]
2023-02-01 06:51 分类:问答why do we need to export a class in C++?
I am a beginner, so, please bear with me, if this sounds too trivial.When i searched over the net for this, i got results showing how to do it. My question is开发者_Go百科 why we do it in the first pl[详细]
2023-01-26 02:33 分类:问答
加载中,请稍侯......