Questions tagged as 'dll'

1
answer

compile dll in c with winsock2.h

I'm using Dev-C ++ and trying to compile a dll, but I always get this error in compiler: Compiling project changes... -------- - Project Filename: E:\blackfish\integration\blackfish\blackfish.dev - Compiler Name: TDM-GCC 4.9.2 32-bit Release...
asked by 20.03.2017 / 01:04
1
answer

How to use an unmanaged DLL in Microsoft Bot Framework?

I want to make a bot for facebook using the Microsoft Bot Framework (C #) and also use a tool called ChatScript, which is written in C ++. I turned chatscript into a DLL and called it in a console application in C #, which worked. When I t...
asked by 06.11.2016 / 22:13
0
answers

COM component interface (Interop)

Could anyone help implement Interface to create a DLL interop of this classe ? using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using System.Text.RegularExpressions; using Syst...
asked by 24.09.2016 / 03:16
0
answers

DLL error while installing node.js in Windows 10

When I install node.js in Windows 10, the following message appears:    There is a problem with this windows installer package. The required DLL   for this install to complete could not be run.Contact your support   personel or package vendor...
asked by 09.03.2016 / 23:29
0
answers

How to read a DLL with Cordova or Javascript

I am creating an app which to do communication with my server I need to create a hash variable that depends on the class, function and parameters I am sending. the server validates this information and only then continues its process. Tod...
asked by 18.06.2015 / 13:53
0
answers

How to fetch a list of classes contained in a C # Class Library using Mono with C ++

I'm using C # to script through the Mono project with C ++ . I'm trying to fetch a list of all the classes contained in a DLL made in a C # project (which is a Class Library project).  But I'm not finding a solution. I'm researching the...
asked by 04.05.2015 / 19:42
0
answers

Create DLLs from files

I have some .lua files with functions and would like to create a DLL with all the files, is it possible?     
asked by 01.11.2014 / 00:02
1
answer

Error with wxWidgets wxmsw30u_gcc_custom.dll

link I'm starting with C / C ++ and I've got the code :: blocks as compiler, I'm trying to use wxWidgets, I've compiled an application, a hello world, opening it in code :: blocks it works normal, when I try to open it directly from ".exe" , g...
asked by 28.09.2015 / 16:56
1
answer

Python error api-ms-win-crt-runtime-l1-1-0.dll

I have been using Windows 7 64bits, I downloaded and installed python 3.5 but when I start the program, I get the following error message:    The program can not be started because it is missing   api-ms-win-crt-runtime-l1-1-0.dll on your com...
asked by 31.01.2017 / 21:05
1
answer

vectordouble using ctypes for dll in python

I have a .dll inside it that has a BUBBLE function that returns a double. The problem is that BUBBLE has a vector<double> in the argument. extern "C" minhaDLL_API double BOLHA(vector<double> OI); In fact it has a ex...
asked by 10.04.2018 / 02:57