Questions tagged as 'dll'

2
answers

Generate PDF in C # without using Microsoft.Office.Interop [closed]

Hello, I'm having trouble generating pdf without using Microsoft.Office.Interop. Other DLLs I've found are not free. Does anyone have a tip?     
asked by 26.12.2017 / 11:48
1
answer

DataConnectionDialog giving error in Visual Studio 2017

I am migrating to a Visual Studio 2017 a legacy project that uses a modal window to collect connection data to the database and format a connection string. The code below displays an error: var dialog = new DataConnectionDialog();    C...
asked by 22.12.2017 / 20:57
2
answers

Is it possible to add extra classes to a dll?

The compiler even compiles perfectly, but for some reason when I run app.exe it returns an error, it follows my code: main.cpp #include <iostream> #include "cpp.h" int main() { ClassA * a = new ClassA(); std::cout <&l...
asked by 28.09.2017 / 22:22
1
answer

How to compile / build a DLL?

I made a program in C # in Visual Studio 2017, but by default, when I compile the code, it creates a .exe file, but I would like the code to compile a .dll file. How can I do this? Example: I created a program called ccl...
asked by 29.07.2017 / 18:36
2
answers

Process of binding to libraries (DLL's) during the C ++ source compilation process

During the compilation process, I think, there is some kind of link between my code and the library I'm using code for. How does my application be able to call the code of a DLL? That is, what happens during the build that promotes this link?...
asked by 24.03.2017 / 20:22
1
answer

Export methods from a dll in C ++

I have a problem, my dll has not exported any methods for me to use in other programs. I did as follows: namespace integration { class RESTRequest { public: __declspec(dllexport) string GetPing(char* ping);...
asked by 28.01.2017 / 21:38
1
answer

Allow unmanaged DLLs in IIS

How to configure IIS in windows 10 to allow unmanaged DLLs?     
asked by 23.02.2017 / 13:02
1
answer

Error DLL Connection FireDac with PostgreSQL

I'm having the DLL error not found when making a connection to PostgreSQL using the FireDAC component. Error: [FireDAC] [Phys] [PG] -314. Can not load vendor library [C: \ EXE \ libpq.dll]. Hint: check it in the PATH or application EXE dire...
asked by 17.11.2016 / 18:52
2
answers

Convert Header C / C ++ to Delphi

The intention is to consume a biometrics dll link I thought the best way would be to convert the headers that they provide (not a good idea). There are 3 headers: VrBio.h VTypes.h VConsts.h So far I've been able to convert (I thi...
asked by 25.11.2016 / 19:39
1
answer

How to use indentation lines in Delphi XE7?

There is a program, cnPack that allows you to do this, and was using it in Delphi 7, but when I changed the Delphi version, I had to download again and then the problem came up, installing it complains that it lacks a DLL (DelForEx21. dll) the p...
asked by 24.05.2016 / 20:25