Tagged Questions
0
votes
2answers
38 views
system.dllnotfoundexception without VS 2008
My C# code loads a C++ DLL. It works fine on my PC, where Visual Studio 2008 is installed. But on other machines the program stop with an exception
Unhandeled exception: system.dllnotfoundexception ...
0
votes
1answer
59 views
How to control the SxS for msvcr90d.dll/msvcp90d.dll
After long time study/research I found
My application should use msvcr90d.dll/msvcp90d.dll -- 9.0.21022.8
But when I debug it with vs2008, it always use msvcr90d.dll -- 9.0.30729.6161
I think it ...
2
votes
3answers
86 views
How to trace used DLL (is it so-called DLL hell ?)
It should be a simple problem, but I do be stumbled on it. The environment is Visual Studio 2008 on Windows 7, the machine also has vs2010, vs2012 installed. (I have to install several VS because ...
0
votes
0answers
180 views
LoadLibrary libeay32.dll error R6034, manifest exists
Empty 32bit VS 2008 project under win 7 64 bit,
#include "stdafx.h"
#include <windows.h>
#include <userenv.h>
#include <iostream>
#include <winbase.h>
int _tmain(int argc, ...
0
votes
0answers
455 views
Create PDF reader using Visual Basic 2008 using COM dll but without Acrobat Installed
i am new here & newbie @ programming..
i would like please request help regarding a project.. where we have to create a PDF reader application using Visual Basic 2008 & COM dll..
i have ...
0
votes
2answers
665 views
R6034 :Attempt to load C runtime library incorrectly
I am using botan Libary to generate the Qr Code on vs 2008 I am getting the error "R6034 :Attempt to load C run time library incorrectly".
Its MFC/C++ application and
USE of MFC: Use MFC in Shared ...
-2
votes
5answers
147 views
Compiling existing C++ project to DLL
I'm working on an inherited project that includes a C++ project which is successfully compiled to .exe. Now I want to try and integrate this project to a .NET form so I want to have it as a DLL (from ...
0
votes
1answer
184 views
Qt Deployment - QGraphicsView not displaying on other machines
So I've been making a program for my company using Qt 4.8.4 (required). When deploying the project to a different machine, the program runs fine (I included Qtgui4.dll and Qtcore4.dll). However, when ...
2
votes
0answers
354 views
How to Remove Activation Context Generation Failed - Dependent Assembly - Microsoft.VC90.DebugCRT
I am very new to Windows-based development - in fact this is my first project.
I have a Windows-based project that was compiled into a dll file using Visual Studio 2008.
I want to remove the ...
2
votes
2answers
98 views
C++ exception is not caught after calling dll function
I'm stuck with the following problem:
There is DLL with exported functions.
Here is the code example:
[DLL]
__declspec(dllexport) int openDevice(int,void**)
[APP]
dev.h:
__declspec(dllimport) ...
0
votes
1answer
74 views
convert executable 2008 to dll
I have a question about converting a C# 2008 console application that is currently run as an executable to be run as a DLL instead. I do not know what parts of the entire solution file should be part ...
0
votes
1answer
44 views
Migrating to 64-bit - how to fix ddl dependencies? [Visual Studio 2008]
I am currently developing a software which is based on the Visual Studio 32-bit (x86) platform. However, I feel that a move to 64-bit (x64) would offer substantive advantage in that we can use 4GB of ...
0
votes
1answer
265 views
Visual Studio 2008 release build not decorating DLL exports
I'm building a C++ DLL in Visual Studio 2008 to be used by a C application written in Borland C++ Builder 6.
My debug DLL build exports methods decorated with an underscore. However in my release ...
0
votes
1answer
47 views
Unable to find dll in a c# mobile application after cab's installation
I am not practice with Mobile application and i am having some issue with the deployment.
I wrote a Form application in c# that should run in a mobile computer ( i guess it doesn't matter but it's a ...
0
votes
0answers
25 views
VS2008 WebApp project .DLL wrong name, compilation error on deployment
We renamed a WebApp project in VS2008 and the compiled .DLL is causing us problems. The name of the DLL is say Web App but we renamed the project to WebApp (without the blank). So when we try to ...
0
votes
1answer
140 views
C++ DLL debugging
I have a DLL written in C++. It wraps a static library. I am calling it from python with ctypes. So far, so good. I need to debug some calls in the DLL. I can hit breakpoints in the static library, ...
1
vote
3answers
521 views
A reference to the dll could not be added. The component is Automatically Referenced C#
Getting an error in C# Visual studio and there doesnt seem to be any clear-to-the-point answer to this question on line.
When i want to add mscorlib i get this error message
A reference to ...
0
votes
3answers
222 views
Using MFC90 Class exported from DLL with DLL built with MFC100
Please forgive me if this question has been asked before, but I promise I looked extensively and could not find anything (maybe I just couldn't come up with the right search terms).
Here's the ...
0
votes
1answer
108 views
What is the command to load a Soft Input Panel DLL in Windows Mobile 6.5?
I'm trying to test and later build some existing, very old code for a custom soft input panel DLL on Windows Mobile 6.5.
When I compile the code to test in Visual Studio 2008 -- the last version ...
0
votes
2answers
237 views
Can't import a .tlb to my DLL
I am creating a C++ MFC DLL based on a third party SDK in Visual Studio 2008. The SDK provides a TLB folder, a Lib folder (.lib only), an Include folder (.h and .hpp only) and a Bin folder (some exes, ...
0
votes
3answers
179 views
Unable to export functions from C++ DLL
I need to create a C++ MFC DLL using Visual Studio 2008. To do this I created a DLL MFC Win32 Console project in Visual Studio and made a function that creates an object and uses its method to print a ...
0
votes
0answers
85 views
MFC hangs while loading if dllimport function called
I have an MFC application, "Analyser", which uses a Dll with resources.
There is a function to get an instance of the Dialog contained in the dll called GetCriteriaDlg.
My dll file:
extern "C" ...
1
vote
0answers
135 views
Getting aspnet_merge error after converting VS 2008 project to VS 2010
I am getting an error
"aspnet_merge: error 1023: The assemblies cannot be merged because some assemblies have inconsistent attributes: System.Runtime.CompilerServices.ExtensionAttribute. Use -a ...
0
votes
0answers
61 views
Aside from the part of the timestamp, how to ensure that the compilation gives us the same dll file from one computer to another?
I compile a dll on two different computers with the same compiler version in C++ Visual Studio 2008. The source code is the same on two computers. Unfortunately, the dll is different from one computer ...
0
votes
3answers
124 views
pause main program to wait for dll response
My application (winform) has to access devices on serial ports. All the communication stuff is put in a dll which handles all the serial port communication an has to return the response of the serial ...
0
votes
0answers
93 views
Multiple entries for C++/CLI dll when adding reference
I am not sure if this is really a programming issue as it mainly deals with Visual Studio, but also aspects of how dlls are managed in windows.
I created a C++/CLI dll in Visual Studio 2008 recently. ...
0
votes
1answer
103 views
Getting LINK2019 (unresolved export) even though the lib is present and it has the proper functionality
I'm trying to compile my project with a third party library, using Visual Studio 2008. Now the thing is that I added the lib file to LINKER input, updated the additional library locations - made sure ...
0
votes
1answer
101 views
HEAP CORRUPTION DETECTED after upgrade in vs2008
I have a project that was build in vc++ 6.Now I Upgrade it vs2008 and it build now perfect but when I open it from debug folder it also open but not execute because the related dll are not there.
Now ...
0
votes
0answers
174 views
Difference between Visual studio build and CL /ld compile
I'm following this tutorial here http://msdn.microsoft.com/en-US/library/2wad1c0e(v=vs.80) and have produce the code bellow. If I compile the code using the cl visual studio command line program with ...
-1
votes
2answers
135 views
DLL file usage not allowed to others in C#
I have a solution consisting of about 10 important DLL files which are developed inside the same solution, when I release this solution, all the DLL files (public classes and functions inside) are ...
0
votes
1answer
549 views
opencv 2.2.0 surfFeaturedetecor
I am using open cv version 2.2.0 with visual studio 2008, i was doing some image processing tried many things but i got stucked doing SURF matching.... given some errors here..
Error 2 error ...
1
vote
2answers
218 views
MFC .exe and .dll produce different resuls for same code [closed]
I faced following issue with my work: having two projects: MFC .dll and MFC .exe based on same source code (except entry points of course), I observe different results produced by them when processing ...
0
votes
4answers
335 views
Debug in VS C++ with dll, pdb files and source
A question about pdb file. Is pdb file for debugging in Visual Studio? If so, why do they also exist in my Release folder? It's normal that pdb files are in Debug folder, but why they are also in ...
0
votes
2answers
462 views
Need help resolving linker error LNK2001 visual studio 2010
I'm having a problem with a pesky linker error and would appreciate tips to find a resolution.
The way I understand the error, the linker is having trouble finding the implementation for the ...
0
votes
3answers
166 views
Cross-machine DLL creation using VC++
I've created a DLL file using VC++ 2008 with following settings:
Configuration type: Dynamic Library (.dll)
Use of MFC: Use Standard Windows Libraries
Use of ATL: Not using ATL
Common Language ...
0
votes
1answer
197 views
Call an *.exe-file through a *.dll-file and submit parameters, too
I'm trying to start an *.exe-file with the help of a *.dll-file instead of calling the *.exe-file directly. It will be used for a program that is able to start *.dll-files, but not *.exe-files.
In ...
0
votes
1answer
237 views
Disabling Incremental Linking in VS 2008
I'm trying to run a large solution (200 projects) under Rational Purify, which balks on DLLs linked using /INCREMENTAL:YES. I've already removed all explicit properties that enable the incremental ...
0
votes
1answer
50 views
Howto correct reference a .dll to show up in the modules for debugging in vs2008?
I have a c# project that calls some functions from a c dll,
the dll functions are called correctly.
The c dll project is added in the solution where also the c# project is located.
When i try to ...
0
votes
0answers
171 views
C++ Linker Error 2028
I'm trying to use someone else's DLL (Epiphan SDK) in my C++ project.
I've included frmgrabber.dll in my project's Linker->Additional Dependencies and added the directory to VS2008, yet it still gives ...
0
votes
2answers
228 views
Multiple DLL Resource Management
I have an existing MFC product and am planning on supporting a couple of other national languages thru the use of resource-only DLLs. I've read a number of articles and tutorials on how to go about ...
0
votes
1answer
86 views
How can I get VS2008 to use debug version of DLL instead of running it from System32?
I recently inherited some C++ DLL projects from another programmer who left the company. I have very little experience in this area.
These DLLs are normally installed into \Windows\System32, and are ...
1
vote
1answer
305 views
Error - Compiling Gnuplot on Windows 7 using nmake and makefile.nt
Gnuplot experts or anyone who is willing to help me - I have explained what I have done in very simple words and in a detailed manner. Thanks for your time and patience in advance.
My aim is to ...
1
vote
1answer
689 views
pthread static linking
I have a small C++ Win32 command line app, built with VS2008 that makes use of pthreads. I want to distribute the app as a standalone executable, so link to pthreads statically: in the Linker -> Input ...
-4
votes
2answers
228 views
How to Use a DLL file
I'm going to Program a Database Manager for Hospital with C# 3.5 and SQL Server 2008. I have to connect a Card Reader to my application. the card reader reads the Insurance information and is ...
0
votes
1answer
887 views
Application cannot Start: OpenCV x64 compilation in VS uses x86 libraries
Computer: Windows 7 x64 bit, Visual Studio 2008
Downloaded the latest OpenCV build (2.3.3) from the SVN and compiled following these instructions ...
2
votes
3answers
359 views
Using different DLL's for debug and release builds - C#
Does anybody know if it is possible, and if so how to link to one set of DLL's in a debug build and a different set of DLL's in a release build on a C# Project using Visual Studio 2008?
0
votes
1answer
180 views
How to bundle and access javascripts in a bho dll?
I have a BHO (browser helper object) for data mining. A lot of low level DOM manipulation is delegated to javascript. Till now my application was picking it up from the application installation ...
2
votes
2answers
1k views
System.IO.FileNotFoundException was unhandled Message=“The specified module could not be found. (Exception from HRESULT: 0x8007007E)”
I'm looking at code that is new-to-me. I have c++ code in a project called UI, with a number of dependencies, which builds correctly and doesn't return any errors. In the same solution in Visual ...
-1
votes
2answers
917 views
Creating DLL in VC++ (Visual Studio 2008)
Please help me on this, its really irritating may be because i am doing it for the first time and have no experience.
Aim : to find factorial of a number
.
.
STEP 1: Creating new project of type ...
1
vote
2answers
184 views
Calling a DLL explicitly
Can anyone tell me why my SimpleTest application does not display "Test"?
The DLL loads successfully, I just don't get any console output.
SimpleDLL.cpp
#include "stdafx.h"
#include "SimpleDLL.h"
...



