0
votes
0answers
18 views

How to link Visual C code into mingw?

I have a large code base written to compile in MinGW. I need a function that is currently not available there, so I need to write it in Visual C++. I don't want to rewrite my build-script to compile ...
2
votes
1answer
19 views

Detecting Calling Python Script from Windows DLL When Using CTypes

I am seeking to add functionality within a windows dll to detect the name of a calling Python script. I am calling the dll via Python using ctypes as described in the answers to How can I call a DLL ...
1
vote
0answers
30 views

Fail to load DLL in Windows 2008 R2 having full permissions control

I have developed an C# application that run very well in local. But there is a problem when i put on the server. The application uses a DLL library in his references (A.dll) and in a point of the ...
0
votes
0answers
25 views

Compiling a php extension into a dll

I've been attempting for a last few days to make use of the operator overloading extension (pecl.php.net/package/operator), which has apparently been updated recently to be compatible with 5.3 and ...
0
votes
1answer
18 views

Languages supporting exporting functions using Dynamic Link Libraries [closed]

What programming languages do support writing DLLs for Windows with functions which can be loaded using LoadLibrary and GetProcAddress?
-2
votes
0answers
12 views

Register com dll using WIX per user install [closed]

How should I register .Net COM dll using per user wix installer because. It does not ask for elevated permission prompt.
0
votes
0answers
39 views

Failed to load a dll in the Temp Directory on a Windows Server

I have developed an C# application that run very well in local. But there is a problem when i put on the server. The application use a DLL library (A.dll) in a point of the execution, this A.dll ...
0
votes
0answers
38 views

Visual C++: stop symbols from being exported

I'm working on a dll project and am using the following to clean up some of my exported symbol names: #pragma comment(linker, "/EXPORT:Some_function=_Some_function@4") where Some_function is ...
0
votes
0answers
13 views

Should I redistribute wldap.dll with my application?

Should I redistribute wldap.dll with my application? My application will now be supporing LDAP access for authentication. Are any incompatibility issues possible with shipping the dll with the ...
0
votes
0answers
21 views

how to I make Windows stop complaining about missing python dll? [migrated]

When I type "python" at the Command Prompt, it pops up a message complaining that "The program can't start because python32.dll is missing from your computer." I have python 2.7 installed, so I think ...
0
votes
0answers
9 views

How to check if given Windows XP SP2 dll library is proper one? [migrated]

How to check if given Windows XP SP2 dll library is proper one ? I have to fix some problem with Windows XP SP2 system, where two dll was manualy replaced (not by me): comctl32.dll and wmploc.dll, are ...
-3
votes
0answers
27 views

Why the Windows ABI and DLLs are often described as “broken”? [closed]

What is the problem with the Windows ABI ( typically Visual Studio ABI ) that are often connected to the behaviour of compiled objects such as dlls ? It's a quite popular argument when talking about ...
0
votes
1answer
57 views

DLL project on Windows: Unresolved External Symbol

I'm creating a DLL project with Visual Studio 2012 with the intent of calling the functions from a Delphi project. I've already turned off C++ name mangling by wrapping my functions in extern "C" { /* ...
0
votes
1answer
63 views

Does the signature of the function casted from GetProcAddress have to match exactly?

The question pretty much boils down to "Can I safely cast a function pointer to one with parameters convertible to those types?", but that sounds extremely suspicious without a practical example. I ...
0
votes
0answers
25 views

dll doesn't seem to be registered

I built a dll in Visual Studio. I then register the dll on a machine with Windows Server 2008 R2. I use the following command: %windir%\Microsoft.NET\Framework\v4.0.30319\RegAsm.exe /unregister ...
0
votes
1answer
96 views

Chrome extension has FireBreath plugin… Uncaught Error: Error calling method on NPObject

My deepest apologies. The file wasn't copied into the correct directory and thus could not be read. The extension works across all Windows platforms after all. This is a reminder to perform proper ...
0
votes
0answers
21 views

Starting more than one instance of a DLL?

I have an application that can only handle a single model. The application is contained in a DLL. I am planning to create a web server that wraps around the application. The web server can be either ...
2
votes
1answer
77 views

Delphi DLL Issues - wrong integer value recevied and access violation issue

I'm having trouble getting to grips with DLLs in Delphi 7. I have two problems: 1) The procedure takes an integer parameter - but the dll receives a different value to the one I pass. 2) The ...
1
vote
2answers
267 views

How to run Qt 5 applications on other computers (Windows 7)

I have developed a simple application with Qt 5.0.2 on Windows 7 Ultimate. As a compiler the QtCreator used MSVC2012_64bit. And I cannot move my application onto other computer. It does not work. Qt ...
-1
votes
0answers
28 views

What is the best mode of linking for Windows system libraries?

I know that there are 3 types of library linking: Static linking, where the relevant pieces of library code get directly copied into the final executable file, and possibly even further optimized. ...
0
votes
0answers
105 views

C# and unmanaged DLL: avoiding NullReferenceException caused by multiple threads

I am attempting to create a C# application to host automated word games in an ancient social MMO called VZones. Many similar existing applications use a DLL file called wadapi.dll, whose code is ...
0
votes
0answers
35 views

Run Cudamat in Python code on Windows7 64 bits

This output comes when I run the python code with cudamat: Traceback (most recent call last): File "E:\GPU\speechDBN_using_CUDAMAT\speechDBN_using_CUDAMAT\speechDBN.py", line 6, in <module> ...
0
votes
0answers
44 views

Windbg remote debugging a user mode dll

I have a usermode dll that's loaded from a kernel driver that I want to debug on machine B. The symbols are on machine A, which is connected to machine B via 1394. What's the best way to go about ...
0
votes
1answer
35 views

Imported global variable from dll not updated

I am exporting a global variable from a dll using __declspec(dllexport) and importing the same in the client exe using __declspec(dllimport). The global variable in the dll is being updated with time ...
0
votes
0answers
43 views

C++ Shared Objects using STL causes SIGSEGV on Windows

I'm writing a simple web server in C++ with support for GET. To support dynamic content, I'm going to make dynamic objects to acts as the program. I.e. requests for URLs like ...
0
votes
0answers
50 views

Error with VS lib tool, “cannot open shared object file”

I don't have a lot of experience building libraries under Windows and I had a hard time finding info online, 'lib' and 'def' are not great search terms I expect. Anyway, my problem is shown below; ...
-2
votes
2answers
118 views

Query Dll layout information

I want to query the following information from a DLL in memory: Exact address of entry point (DllMain?!) Address and size of the code section of the Dll Addresses of entry points of each EXPORTED ...
0
votes
0answers
61 views

Getting error with dll while importing ctypes in python

I am using Python 2.5.2 on Windows XP and I am trying to use ctypes in a python script by importing it (import ctypes). Now I am getting following error: File "C:\Python25\Lib\ctypes\__init__.py", ...
1
vote
2answers
88 views

Python NameError: name 'ctypes' is not defined

I am trying to call a function from a custom .dll file. But when I try to load my library SDK.dll, i get the following error. I am following the indications found here: Python import dll Does anyone ...
0
votes
2answers
50 views

How to check if dll generated is statically or dynamically linked?

Following is my linking command: Running Mkbootstrap for XML::SAX::ExpatXS () C:\Perl\bin\perl.exe -MExtUtils::Command -e chmod -- 644 ExpatXS.bs link ...
0
votes
1answer
119 views

Effect of changing page protection inside the code section of a DLL?

I want to change the protection for the memory pages of a hole function inside a Dll to be no more executable. Does this affect other processes which mapped the same dll into virtual address space?
3
votes
1answer
81 views

LINEST function analogue for C#

I need to get information out of LINEST Excel function. I'd like to know if there is libraries that have similar functions or if It's possible to use native Excel functions in C# somehow? It might be ...
2
votes
0answers
54 views

External function calls with multiple dependent DLLs

I want to call a couple APIs from a DLL that has a number of dependent DLLs. I added all the DLLs to the setup package and defined the prototypes: function myapi_Init(): Integer; external ...
1
vote
3answers
66 views

Can I mix C and C++ exports in a single DLL header?

Help me out here, because I'm half convinced I can't do what I want and half convinced there should be a suitable workaround. I have a DLL that's implemented in C++ and so exports some classes to ...
2
votes
1answer
39 views

Build and override a simple Winelib DLL

I have a Windows executable that load a library and I want to create a Winelib DLL that will overide the Windows DLL. It's been 2 days that I search and try but it won't work ! Please help me ! ...
2
votes
0answers
100 views

Why does _WINDLL preprocessor definition affect compatibility with 64-bit DLL registration

This question is an extension to my last question. After doing a Beyond Compare with other projects that create .DLL's, I was able to figure out how to build my .DLL--by removing the _WINDLL ...
0
votes
0answers
29 views

LoadLibrary fail with 87

I try to load a dll with LoadLibrary and it fail. GetLastError return 87. here is my code dll: #include <Windows.h> #include <iostream> BOOL APIENTRY DllMain( HMODULE ...
-3
votes
1answer
94 views

How to export icons from Shell32.dll [closed]

I already saw this question that recommends using Visual Studio or Resource Hacker, and I also tried XN Resource Editor, but they all either make me export 1 by 1, or export the icons as .rc files. ...
1
vote
0answers
33 views

How to determininate dll is unicode or ansi code?

I want to call a DLL. But, I don't know what's the correct charset of the DLL. So, I don't know my LoadLibrary should use unicode or ANSI code. Is there any method to know the dll was build in which ...
0
votes
0answers
13 views

Executing Code in DLL

I have written some code in C++ that does file and socket handling. I want to know that can I execute the same code in a DLL that does the same tasks as normal application.
0
votes
1answer
1k views

MS Visual Studio 2012 ultimate doesn't start because of MSVCR110.dll

When I try to run MVS 2012 I always get an error - entry point to procedure _crtCreateSymbolicLinkW was not found in library DLL MSVCR110.dll. I've already copied this dll file from my other computer ...
0
votes
1answer
186 views

How to properly include windows.h and set minimum version to XP

I'm currently building a C++ DLL, and I have this at the top of the main DLL .cpp file. This currently is causing the warning "Warning C4005: '_WIN32_WINNT' : macro redefinition". What have I done ...
2
votes
1answer
59 views

Why does my DLL not seem to be called?

I have a COM DLL, coded in Delphi. It should be invoked via an Active X control when a web page loads in MS IE (via soem JavaScript on the page). Btw, this all works fine with an existing serial port ...
0
votes
0answers
68 views

Fatal error: Call to undefined function svn_auth_set_parameter() svn PHP

hi i am trying to connect svn from windows 64bit. i got this error Call to undefined function svn_auth_set_parameter() i searched the internet and through the guidance of ...
2
votes
2answers
90 views

Do libraries usually come with header files?

I am currently making a small library of reusable code out of what has proven useful over the time and I'm wondering how are libraries usually deployed? I was under the impression that a .dll and .lib ...
1
vote
3answers
107 views

Unable to load a .Net assembly

I am attempting to access a .Net assembly in a VB program running on a server. I am receiving the often mentioned Could not load file or assembly error. I have been through about 60 different web ...
1
vote
2answers
97 views

CreateWindowEx() inside DLL Creates a window with an odd title

thank you for any amount of time spent trying to answer this. I'm trying to create a DLL that open's a window from within the DLL. I'm running the created DLL with C#. The DLL is created in VSC, and ...
0
votes
0answers
52 views

LoadLibrary doesn't load the module globally

I have the scenario that I would like to create a new process with CreateProcessW and the CREATE_SUSPENDED flag. After that I inject an DLL with CreateRemoteThread that calls LoadLibraryA. The DLL ...
0
votes
1answer
60 views

What DLLMain lpReserved parameter really mean?

One of well-known DLLMain function parameters is LPVOID lpvReserved. From MSDN documentation: If fdwReason is DLL_PROCESS_ATTACH, lpvReserved is NULL for dynamic loads and non-NULL for static ...
0
votes
0answers
90 views

Windows DLL Backwards Compatibility

I am using MS detours 3.0 Express to create a DLL that detours a function of an application. I have used StudPE to enter the dll API and hook it to the application. Everything works fine except for it ...

1 2 3 4 5 17