dll tag

12 questions


1 answers
522 views
0
Who developed the "avformat-59.dll" that comes with FFmpeg?

Who developed the avformat-59.dll that comes with FFmpeg?Do you mean .dll included with FFmpeg = DLL developed by FFmpeg?What is a DLL?On Windows operating systems, DLLs provide many of the operating ...

dll
1 years ago

2 answers
395 views
0
How do I initialize and share .dll on Windows and .so on Linux?

You'll find out if you try, but it's a basic thing, so I'd like to ask you how it works.Prerequisites Suppose you created a program with multiple modules in C++. Eventually, this program runs on the c...

1 years ago

1 answers
91 views
0
How to set up a self-made DLL on another PC with C#

Thank you for your help.Based on the information from a site previously, to the point where VBA uses DLLs made by C#.I got there.So, based on the information at the bottom of the site, can be used on ...

1 years ago

2 answers
112 views
0
I want to call the dl function from c# with a structure containing a double pointer variable as an argument.

It's just as the title says.I would like to reuse the dll that I created in the past and call it using a structure containing variables of double pointers (the real thing is a char array), but the fol...

1 years ago

2 answers
108 views
0
Understanding Interop.dll Requirements When Class Libraries Operate C#SQLite

Thank you for your help.Not long ago, I asked about the connection of SClite, and I thought it was solved once, but it didn't work out as I wanted, so I would like to ask you a different question.I'm ...

1 years ago

1 answers
96 views
0
Command Line Detects Program Failed to Start Due to Shortage of DLLs

If Windows fails to start a program due to lack of DLLs, is there a way to check it on cmd.exe or powershell?The details are as follows.Recently, when I was creating a Windows container for Apache on ...

1 years ago

2 answers
129 views
0
Understanding MFC DLLs

When I reversely assemble it in the assembler, I see a line like CALL MFC42.#800. Is there any way to find out what kind of DLL this is from this number?Or related sites, etc.Thank you for your cooper...

1 years ago

1 answers
79 views
0
Can a DLL compiled to 32-bit not be invoked by the original 64-bit program?

I wrote DLLs through C language and Visual Studio 2017. It's no problem making it x86, and somehow putting it on another C project.I'm trying to call this from Python using ctypes, but it keeps... str...

dll
1 years ago

1 answers
84 views
0
When using C++ Shared Memory (Memory mapped) DLLs in C++ & C#

Create DLLs in Project X (C++); Project X defines functions that read and write data using MemoryMapped.Project Y uses a DLL called X Enter data mainly (C++);Project Z uses a DLL called X Mainly read ...

1 years ago

1 answers
69 views
0
How do you write DLL files created by others?

I'm embarrassed, but I don't know because it's a shamDLLs have only recently begun to be dealt with;;;; First of all, I succeeded in making dll with C for speed and writing it on Python with c type.Ho...

dll
1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.