Skip to main content

All Questions

Tagged with
0 votes
0 answers
25 views

Cannot edit and save DLL resources in Visual Studio

I try to open a resource DLL in Visual Studio 2010. The DLL contains a string table with Estonian strings. I then try to modify one of the string. And then try to save it. But always get an error: &...
alancc's user avatar
  • 571
0 votes
0 answers
361 views

Unresolved external symbol __glewBindBuffer

I am getting an error with visual studio. Does anyone know how to solve this error? All the files are included in the linker but I am still getting this error. I am using the x64 platform. Check the ...
Arpit's user avatar
  • 1
2 votes
1 answer
280 views

Why won't Visual Studio compile my C# file to a DLL?

I have an old Unity project where I build a couple of (c#)editor-scripts into a dll years ago. I am still using the dll a lot, but now I made some changes to the original scripts, and so I want to ...
Stef's user avatar
  • 315
0 votes
0 answers
131 views

Visual studio 2010 C++ project link failure: fatal error LINK1171: unable to load ole32.dll

I'm trying to build a VC++ project. It was working fine without errors but after adding some classes which call .Net Framework dlls by below directives: #using "mscorlib.dll" #using #System....
VSB's user avatar
  • 10.2k
0 votes
0 answers
476 views

Is there to fix the error of "MSVCP100D.dll was not found" even after MV C++ Redistributable repair? [duplicate]

I've a C++ code from years ago which is supposed to be running correctly and I just face this error when I run it on my machine on Visual Studio 2019. I believe it was built on 2010 version. I ...
user avatar
0 votes
0 answers
99 views

Issue with declare references

I need to build a VB.net solution that calls a DLL. When I build the solution then the build fails with “Not allowed to Declare references to external procedures”. A customized Visual Studio 10 must ...
cjweiland's user avatar
1 vote
0 answers
588 views

Dll built with visual studio 2019 with v141_xp tool chain fails to load on xp when loaded from visual studio 2010 built exe

Problem I have an exe that was built with Visual Studio 2010 that I cannot change. I have a DLL that I do control and would like to upgrade the tool chain as much as I can while maintaining Windows XP ...
rileymat's user avatar
  • 523
0 votes
0 answers
634 views

"Embed Interop Types" property is missing within Reference Assembly/DLL Property Window of Visual Studio 2010

At work, our C# application was developed in a development computer with the following( and our application builds and runs correctly in the development environment): -.NET Framework 4 -Visual Studio ...
crazyTech's user avatar
  • 1,419
0 votes
0 answers
258 views

The application was unable to start correctly (0xc000007b) error on Windows 7. Old version still works fine

I have been using a bunch of applications for image analysis purposes and we have just received a new version of the application from the vendor. I have installed them the same way and made sure that ...
user3018025's user avatar
0 votes
1 answer
247 views

Creating an MFC that can run other dlls. Debug Assertion Failed after project is ran

I have 2 functioning dialog based projects. My goal now is to create another simple MAIN project, such that when the MAIN project in ran, 2 push buttons appear and when the user clicks on them, the ...
m170115's user avatar
  • 121
1 vote
1 answer
508 views

Visual Studio 2017 reports this error for my multi-platform xamarin App

Someone Help I have been on this issue for 4 days, my app was working perfectly fine when it started reporting this error "This debug engine does not support exception conditions. The condition(s) ...
Charles Aondo's user avatar
1 vote
0 answers
70 views

Access Violation error while using functionality of nested DLLs

I will start with brief of the work. Function setValue() is part of consoleIP.dll. Function setValue() is exported also. Function Add() is part of calcFun.dll. Function Add() is also exported. ...
Suchandan Dey's user avatar
0 votes
0 answers
830 views

Multiple msvcr100.dll versions - where are the differences?

When deploying my app, the 2010 redistributable package x86 is needed. Having customers install it by themselves online is cumbersome. I would like to deploy msvcr100.dll and msvcp100.dll myself, ...
IceFire's user avatar
  • 4,096
0 votes
1 answer
554 views

Dynamic load and call of C# DotNet DLL from another C# DotNet DLL

I don't know if what I want to do is even possible. I have two C# DotNet DLLs: Parent.DLL and Child.DLL. Both are built with Visual Studio 2010 using .NET Framework 4. Parent.DLL makes use of ...
Neil Weicher's user avatar
  • 2,462
0 votes
0 answers
112 views

Issue when running an exe file in Visual Studio 2010

Whenever I try running an exe file in Visual Studio 2010 I get the error message: the program can't run because vcruntime140.dll is missing from your computer. And the same message for ucrtbased.dll. ...
Alberto Succini's user avatar

15 30 50 per page
1
2 3 4 5
54