Tagged Questions
1
vote
3answers
132 views
Upgraded WinForms project from VS2005 to VS2012. Now my ReportViewer DLLs are missing
I got a copy of a Visual Studio 2005 project from a friend. The project referenced the DLLs Microsoft.ReportViewer.Common and Microsoft.ReportViewer.WinForms. On my machine I have Visual Studio 2012. ...
0
votes
1answer
56 views
Why does my call stack in VS2005 only show DLL calls and not the originating call?
Please forgive my ignorance, but I am not familiar with Visual Studio or Windows DLLs & services. Normally I work in an embedded environment but somehow (just lucky I guess) I got selected to ...
0
votes
0answers
17 views
call a funtion in dll and the return value varies with the the same input image parameters in release version,but it is right when using debug version
when i run my program in vs2005 wether in debug or release version,the return value is the same with the same input image parameters.however when i tried to package my program,the debug version is ...
0
votes
1answer
40 views
CopyToLocal Attribute for dll property not showing
I have copied source code from development server to my local machine. But I am getting dll errors(Ajaxcontroltoolkit dll). So when I try to make the CopyToLocal property to True, I cannot see a ...
0
votes
1answer
45 views
Tell Visual C++ where to look for DLLs
I can set global search directories for headers and libraries in VC++ Tools->Options->Projects and Solutions.
But what about DLLs? Can I do this through VC++ itself which would be preferable?
0
votes
1answer
136 views
Problems with using a dll in a JNI-created dll
I am working on a Java project in which I have to use a third party dll (let's say abc.dll). So I created a native header file using JNI.
Then I created a dll project on vs2005 (typical win32 app.) ...
0
votes
1answer
78 views
Incomplete string version in DLL manifest
Every time when I'm trying to load the .dll in my application, I'm getting an error.
I don't get any errors when I'm building it.
Here is a extracted manifest from my .dll, I don't see anything ...
2
votes
2answers
43 views
VS2005 Libraries
So lets say you have 3 projects:
ProjectA - Class Library
ProjectB - Class Library
ProjectC - Console Application
Now lets say that ProjectB uses ProjectA's DLL and ProjectC uses ProjectB's DLL.
...
1
vote
2answers
5k views
Program initialization failed (0xc0150002) when start a program depend on a third party dll
When I write a c++ program (such as B3DTest.exe) depend on a third party dll(such B3DViews.dll) (the vendor is small company). The program that I wrote is very simple just to test one function in the ...
0
votes
1answer
339 views
64-bit version of DLL crashes on memory free; 32-bit does not
I've coded a program in C that uses the NX Open C library. I have to compile it into a .dll, and as a 32-bit .dll on a 32-bit machine, it works beautifully. However, when I put the same code in ...
1
vote
3answers
685 views
HeapAlloc fails intermittently
We have a DLL (built using VC2005) that does some processing on behalf of the calling application. This processing requires quite a bit of memory. The DLL creates this memory via heapAlloc like so:
...
1
vote
2answers
3k views
How to embedd openCV Dll's in Executable
I wrote an image matching tool (console application, without gui or windows), using openCV.
I want to port my EXE file to another computer but it asks for opencv dlls (opencv_core220.dll, ...
2
votes
2answers
103 views
Building DLLs that use other DLLs in Visual Studio 2005
I'm trying to parallelize our build process in Visual Studio 2005 to take advantage of our multi-core hardware. Simplifying things a bit, I've got two DLLs and an application. DLL A has no ...
1
vote
2answers
2k views
c++ \ Compile successful, can't debug - STATUS_DLL_NOT_FOUND
Why can't I debug my application (though compile is good)?
1. Does it really need windows dlls? how can I attach them?
2. Why can't it recognize my Dlls? It resides in the same folder..
(VS2005, main ...
0
votes
0answers
280 views
how to generate .def file in visual studio 2005 [duplicate]
Possible Duplicate:
Automatically generate a DLL .DEF file in Visual Studio?
Hi all,
is there any way where .def file is generated automatically in VS 2005.
regards
Vinayak
2
votes
2answers
432 views
Weird compiling problem - DLL not compiled the same on some machines
I'm not asking for the SO to tell me what the problem is, I'm just asking what sanity checks should I run in a case like this.
Using Visual Studio 2005, plain c++ project. Actual code is:
int ...
1
vote
2answers
1k views
Howto create ATL/C++ ActiveX DLL in Visual Studio 2005
I need to create an ActiveX DLL (not a control). I know that VB6 was able to create this project, but I would like to write this DLL with C++.
VS2005 doesn't support any project template to create ...
1
vote
0answers
709 views
c++ failed to probe dll
I compiled a library in debug and release mode, both compilations are ok and generate me the
.dll and the .lib.
If I compile and launch my application in release mode everything is ok, but if I ...
0
votes
1answer
262 views
DLL no longer loads if built in Visual Studio 6
I'm working on a Visual Studio 2005 C++ .NET application. For networking, it uses a network protocol DLL built in Visual Studio 6. (The DLL developer swears by the older tool.)
At some point, the ...
2
votes
1answer
49 views
How to Fix The Error When There Is An Error After Building The Project Dlls to Another Directory?
How to Fix The Error When There Is An Error After Building The Project Dlls to Another Directory?
Error 39 Unable to copy file access is denied
For Example:
Error 1 Unable to copy file ...
0
votes
1answer
617 views
how to access files in a resource dll
I have created a resource DLL for an IE addon with Visual C++ in Visual Studio 2005, but I cannot access the files (html and icons) within the DLL. I tried with and without a resource file but I still ...
0
votes
2answers
842 views
x86 AMD64 DLL issue - Visual Studio 2005?
I am receiving an error that says "The application was unable to start correctly (0xc000007b). Click OK to close the application." When I attempt to run a program I have compiled with Visual Studio ...
1
vote
1answer
164 views
compiling against MSVCP70.dll instead of MSVCP80.dll in Visual Studio 2005
I am building a project in Visual Studio 2005 that require some libraries that were built in Visual Studio 2003. I'm getting linker errors like
msvcprt.lib(MSVCP80.dll) : error LNK2005: class ...
0
votes
2answers
916 views
Creating a shared MFC Dialog: Regular DLL or MFC extension DLL
When creating a MFC DLL project in VC++ 2005, you get a screen "application settings" with a choice of Regular DLL with static/dynamic MFC, or an MFC Extension DLL.
We want a DLL that contains a few ...
0
votes
1answer
271 views
LIB file generation in DLL project [closed]
I am using VC++ / Visual Studio 2005. I created a DLL project. The output DLL is getting created properly. But the associated LIB file is not getting created. Where might I go wrong? Do I have to do ...
0
votes
1answer
551 views
C++ Windows Application to include all dlls into an executable file
IDE: VS2005
Say I am using Poco library and the executable needs below dlls. I have to put them in same directory where the executable is.
msjava.dll
msvcp80.dll
msvcr80.dll
PocoFoundation.dll
...
1
vote
2answers
518 views
Change Name of Outputted DLL
If my project name is ABC and the DLL currently outputs as ABC.DLL, how can I make my DLL be outputted as say CBA.DLL and so that when the .LIB is compiled linked against, it is not looking for ...
1
vote
2answers
581 views
Debugging of native code
I have a C# Service that is calling a C DLL that was originally written in VC6.
There is a bug in the DLL which I am trying to inspect.
After having a nightmare trying to get debug to work I ...
2
votes
3answers
3k views
Pointers in C# to Retrieve Reference From DllImport Function
I am referencing a DLL in my C# project as follows:
[DllImport("FeeCalculation.dll", CallingConvention = CallingConvention.StdCall,
CharSet = CharSet.Ansi)]
public static extern ...
10
votes
5answers
3k views
C# project reference's question
I have a c# solution and its composed of numerous projects.
I have a project that is my baseassemblies that holds all common information that other projects use. All of the other projects have ...
3
votes
4answers
587 views
Debugger ignores errors in dynamically loaded DLLs
I have a very strange problem related to debugging of self-coded DLLs. I have an MFC-driven dialog-based application, several projects linked statically and several DLL-projects which are loaded at ...
3
votes
2answers
728 views
When to include .lib and when to include .dll or both
I got a .h file, two .lib files, a .dll file and a tiny test project from a hardware vendor to talk to their hardware.
Compiling and running their test project works just fine. Noteworthy: they ...
0
votes
1answer
955 views
How to convert a static library project into a dll project in VS2005
When I create a project in vs2005.
I can also create Win32->Win32Project.
I can choose
"console application"
or "dll"
or "static library"
if I created a static library project. How can I convert it ...
0
votes
1answer
1k views
How to use the .def file for explicit linking?
I am facing the the problem to link to a third party dll. It is windows mobile application, where I am try to link to this third party dll.
Here first I had the dll and lib file. I was not able to ...
3
votes
1answer
436 views
Challenging Runtime Error when calling Native Code from Managed Code
First_Layer
I have a win32 dll written in VC++6 service pack 6. Let's call this dll as FirstLayer. I do not have access to FirstLayer's source code but I need to call it from managed
code. The ...
2
votes
1answer
2k views
Visual Studio: Help to fix circular reference!
Is there a way in Visual Studio 2005 to find all the references of a project?
I have a solution with multiple projects (dll's). When referencing in the project B the project A VS tells me that it ...
11
votes
9answers
18k views
vcredist_x86.dll and version 8.0.50727.4053
Visual C++ 2005 I build on my system use CRT DLLs version 8.0.50727.4053. I believe it is the latest one and was automatically updated by Windows.
On user systems, this version of the DLL is not ...
2
votes
2answers
11k views
The procedure entry point could not be located in the dynamic link library Core.dll
I am converting my project to use DLLs and am trying to break apart my Singleton class to avoid using templates.
My class, LudoMemory, originally inherited from Singleton. I am trying to give it ...
7
votes
3answers
11k views
Precompiled headers with DLL solutions. Cannot open precompiled header file
This worked without error when this solution worked off of .lib files instead of .dll files.
I have all of my projects except one currently using a precompiled header, without error. The ...
0
votes
4answers
1k views
LNK2019 when converting an app to use DLLs
(Re-written for clarity)
I have a multi-project solution that I am looking to convert from using .lib to .DLL files. I have created my declspec macros and applied it to **every class except for ...
2
votes
2answers
1k views
SidBySide: 3rd Party Dll refers to two versions of MSVCR80.DLL
We include a 3rd Party lib+DLL that recently causes a lot of trouble on installations. Using dependencywalker, we found that the dll itself refers to two different Versions of
MSVCR80.DLL:
Version ...
2
votes
2answers
512 views
Is it allowed to link rtti enabled DLL within rtti disabled application?
I have a solution to build a DLL with run-time type information enabled in its project properties. This is the default (/GR) in Visual studio 2005. In our library we have a good few dynamic_casts, so ...
6
votes
3answers
550 views
Identical build on different systems
I have 3 build machines. One running on windows 2000, one with XP SP3 and one with 64bit Windows Server 2008.
And I have a native C++ project to build (I'm building with visual studio 2005 SP1).
My ...
1
vote
0answers
121 views
child process imports from debug runtime library cannot be resolved
I'm using Visual Studio 2005 Pro with SP1 under Windows XP 32 SP3 to build two native EXEs, A and B. A launches B. The following scenario occurs on my development system, which for now is also my test ...
0
votes
1answer
1k views
How to show source code in debug when using .lib and dll
I am working in VS2005,
I have a part of freeimage source code. I compile it into .lib and dll.
When I debug the program, I want to step into freeimage source code ,however vs2005 do not know which ...
0
votes
3answers
418 views
application couldn't be initialized error (manifest file problem)
I am trying to use a library (.dll) in my project. Everything seems to
be set up fine. It all works in release mode.
When I go debug on it, I get this darn error on startup:
ldr: ... application ...
1
vote
2answers
644 views
Create DLL : How can I use a dll to create a new dll?
In visual studio 2005:
I want to create a dll base on another dll.
For example : I want to create a DLL -- new.dll, and it uses a DLL -- old.dll;
How can I create a new.dll have old.dll inside? I ...
1
vote
5answers
4k views
vshost32.exe crash when calling unmanaged DLL
I'm using a VS 2005 app to interface against an unmanaged (Fortran) DLL. When I run the compiled executable straight from the command line, everything is fine - the DLL can be accessed, and I can work ...
1
vote
2answers
795 views
VS2005, how to set application to use a certain dll in the application's path?
I open my application by WinDebug, and see the following information,
But some of dll is using
path : C:\WINDOWS\WinSxS\x86_Microsoft.VC80.MFC_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_3bf8fa05.
Does it ...
1
vote
2answers
654 views
Debugging a DLL in VS2005 (C++)
I have a dll project in a solution that I want to debug. The calling application is in a different path and the DLL must be placed inside that path. When I build the debug version and copy+paste the ...