c# dll what I am doing wrong?
I’ve tried to get this sorted here:
c# building dll, why do I get an error only in dll build
c# building dll, why do I get an error only in dll build
I am moving code that already exists in two projects and compiles without errors in each project. I’ve created a dll
and am moving the common parts from the applications to the dll
.
How to compile .dll?
How am I supposed to compile this repository into a .dll file?
https://github.com/SaltBlocks/IMXlib
How can I verify that a specific program has an object library to automate it, such as Excel?
The question that has really been puzzling me for a long time is: how can I verify that a specific program on Windows has an object library for communicating with it and automating tasks, similar to MS Excel on Windows?
How can I print the value of the lpReserved parameter to the console?
I have a project in which I practice using DLLs. I need to somehow display the lpReserved value from the dllmain.cpp file to the console. Here is the code for the dllmain.cpp file: