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...
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...
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:...
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...
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 &...
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;...
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...
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...
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...
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...