Questions tagged as 'dll'

0
answers

Failed to create a dll with constructors in classes

I created a header with the dll settings: globaldef.h #pragma once #ifdef OPENXML_LIB #define OPENXML __declspec(dllexport) #else #define OPENXML __declspec(dllimport) #endif // OPENXML_LIB I've created two classes so far: xmldoc....
asked by 27.12.2017 / 12:46
0
answers

My wamp does not work

I need to download the composer, however I need the wampserver, but the wamp is not opening because there is always a dll missing. Before it was 100, then it was 110, and then it was 120. I downloaded every dll, went to Microsoft's website, d...
asked by 14.11.2017 / 21:38
0
answers

Error in library when running outside the IDE

I am connecting the application to a bluetooth device through a library, it runs perfectly inside NetBeans, but then when I go through the .jar it gives this error: Exception in thread "main" java.lang.NoSuchFieldError: an_in at java.l...
asked by 18.10.2017 / 22:38
1
answer

Compare Plugin NotePad ++ is it possible to use in VB6 or .NET?

I need to know if it is possible to use the Notepad ++ Compare plugin in the projects made in VB6 and .NET. If so, I would like some tips on how I can use it. And I have no idea how to start. The system that I'm adjusting needs to send me...
asked by 11.08.2017 / 19:24
0
answers

Executing dll via php and laravel

I have a project in php with laravel and I need to use some functions contained in a dll, I tried to use the native COM (Component Object Model) class of PHP, but the laravel as class not found, how can I use this class that is native to php in...
asked by 25.07.2017 / 18:52
0
answers

Error when using a c ++ dll in a C #

I created a dll with a code in C ++, when I went to use it gave an error. function within the dll that I tried to use extern "C" __declspec(dllexport) void ClickLeftMouse(int x, int y){ POINT cursorPos; cursorPos.x = x; cursorPos.y = y; HWN...
asked by 25.04.2017 / 20:01
0
answers

AppClash error (KERNELBASE.DLL) when DLL in Delphi tries to display message in Delphi application

I have a DLL made in Delphi XE7 which is called by application made Delphi also in XE7 version. This DLL does not need to be registered in Windows. That, when missing some information or when entering a treated exception, the DLL shows a m...
asked by 04.04.2017 / 21:01
1
answer

Problems opening c ++ software on another PC

I'm developing software in c ++ using Visual Studio 2015, and I'm using two external libraries OPENCV and FlyCapture2. I developed the software and it runs normally on my computer, but at the time of moving to another computer it says it is miss...
asked by 12.04.2017 / 16:36
1
answer

Attribute of a struct to receive multiple structs

Can an attribute of a struct receive multiple structs? For example, I need the LPWFSPINFDK lppFDKs; attribute that is part of the _wfs_pin_func_key_detail struct to receive multiple _wfs_pin_fdk structs. I'm trying this way...
asked by 08.03.2017 / 00:16
0
answers

Invalid DLL Error - System.BadImageFormatException

I searched and found that the BadImageFormatException exception is thrown when the file image of a DLL or executable program is not valid. How to solve? Error log: Erro de Servidor no Aplicativo '/'. Não foi possível carregar arquivo ou as...
asked by 24.02.2017 / 16:17