Questions tagged as 'dll'

0
answers

Can not open or locate PDB file and DLL not loaded in VS2017. How do I solve it?

I installed Visual Studio Community 2017 and configured for use in OpenGl with the GLAD and GLFW libraries. Here I am trying to run the code from the Learn OpenGL, Hello Window website: #include <glad/glad.h> #include <GLFW/glfw3.h...
asked by 02.12.2018 / 19:16
0
answers

Methods not found in DLL created "undefined reference to"

I am trying to use a DLL that I did, the DLL compiles without problems but I can not use it, in the project I did I can instantiate, however when trying to use the DLL methods the compiler gives error. This is the header (i9corp / grantalk / m...
asked by 01.10.2018 / 17:09
0
answers

Register DLB 32Bits in Windows 64Bits

I am not able to register any DLLs developed in Delphi on Windows 64-bit machines. 1 - I've tested some with a few different DLLs, including a new one, with a single, simple procedure. Already tried to register using REGSVR32 from the C:...
asked by 28.08.2018 / 21:31
1
answer

How to use type TBitmap32 (Delphi) in a DLL called in C ++?

Hello I need to create a DLL in Delphi , to use it in a program written in C ++ . This DLL should manipulate an image (obtained through the path passed as function parameter). However, I'm having trouble loading the image into the DL...
asked by 08.08.2018 / 02:19
0
answers

call function from .dll with standard input in c ++

I have this function in the header of my .dll: void calculo(vector<double> A, vector<int> B, double &Ans1, double jj); in .cpp it is defined as follows void calculo(vector<double> A, vector<int> B, double &...
asked by 05.04.2018 / 19:33
1
answer

passing a struct using extern C in a .dll c ++

I have a function that comes from a .lib that returns me a struct tabela GSTV(vector<double> inpA, vector<double> inpB); This struct is defined as follows: struct tabela { vector<int> Z; vector<double> F;...
asked by 03.04.2018 / 02:57
0
answers

nitgen.sdk.nbiobsp.dll system.stackoverflowexception

I have a Exception in a DLL of third parties, how do I not to drop my application? I have checked all the manuals of Nitgen , none of them refers to this memory overflow error. Surely I'm doing something wrong, does anyone...
asked by 13.03.2018 / 13:08
0
answers

PJSIP compilation error for windows

I'm trying to generate a PJSIP DLL file to use in my java application. Following the walkthrough of this link: link The library compiles with this config_site.h: #define PJ_EXPORT_SPECIFIER __declspec(dllexport) #define PJ_IMPORT_SPECIFI...
asked by 26.02.2018 / 13:39
0
answers

How to create a dll in C for apihook?

I'm studying APIHook however I run into a problem, I can not create dlls in C, every time I try to create a series of errors in the functions as if they did not exist ... Even taking dlls done and pasting the code does not work, how to create a...
asked by 14.02.2018 / 12:12
1
answer

How to implement the DllInscE32.dll of the syntax in the correct Java

I need to create a Java function that receives the DllInscE32.dll, made available by Sintegra to verify the consupencia of State Subscriptions. But passing the DLL location appears: "Exception in thread "main" java.lang.UnsatisfiedLinkError: U...
asked by 17.01.2018 / 17:57