DLL
WriteFile() crashes when trying to carry on multithreading
I am working on an mfc dll that is accessed via a script and all this works fine. I have added a multi-threading component to it and am trying to use the WriteFile() function to write to my serial por[详细]
2023-04-06 19:15 分类:问答Using Ctypes to wrap .LIB files
I need to control a device in python using Ctypes. However, the lib开发者_运维百科raries that come with the device are compiled .LIB files, not .DLLs. Is it still possible to use Ctypes?No. Not direct[详细]
2023-04-06 14:53 分类:问答C# ShowDialog() throws error because of importing C++ DLL
This C# program works fine without using showdialog() but it creates \"system access violation\" exception when i tried to use showdialog(). Weird!![详细]
2023-04-06 13:04 分类:问答Maven project with native dependency and copying files
I have the following scenario: mylib is a library (for which I have the so开发者_运维技巧urces, so I\'d like to put them into a Maven project mylib:mylib for example). This library has a jar dependen[详细]
2023-04-06 13:03 分类:问答extern linking problems in Microsoft Visual Studio
I have two libs that share a extern variable. In libA I have the variable declared in the header as such:[详细]
2023-04-06 12:55 分类:问答How use TDataset and Dll with Delphi
I\'d like create a dll to import data from a file (different format, for example csv, txt, xls, ...). My idea is this: the dll load the data with her \"engine\" then send this data to my application s[详细]
2023-04-06 11:13 分类:问答Class Library project (C#) - Treat each folder into individual dll file
I have a structure like; -MyProject -Folder1 -Class1.cs -Folder2 -Class2.cs What I would like to do is when I co开发者_开发知识库mpile my solution, all of the folders are output into the separate[详细]
2023-04-06 08:26 分类:问答fatal error LNK1118
When I build my dll the \"fatal error LNK1118: syntax error in \'ENTRY\' statement\" occur in definition.def file.So please tell me how to write in the d开发者_StackOverflow中文版efinition.def file.In[详细]
2023-04-06 06:41 分类:问答Consuming a DLL in EXE
I had a discussion with friends last week about consuming the classes which are in DLL(.net DLL). I have a .net DLL which I need consume it in my Exe.[详细]
2023-04-06 05:01 分类:问答help with dll reference count in a circular reference situation in c# 4.0
Iam maintaining a large code base I have inherited (ported from vb6 to C#.net 1.1, then to .net 2.0/c# and so on). I have this scenario[详细]
2023-04-06 02:46 分类:问答