debug builds needing VS DLLs
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Hello,
I've been working with Visual Studio for quite some time, and only
today I ran into something surprising for the first time.
I compiled a small command-line executable in Debug mode and sent it
to a friend. It failed to run at his computer. Investigating the
problem, I sent him a Release compiled version, which worked. It turns
out that the Debug version is using runtime DLLs in debug version
which are only present when Visual Studio itself is installed. Is this
indeed the case ? Always ? Or only when using Windows libraries (I
used some Win32 API code in the program) ? I'm pretty sure I did it
for pure C/C++ projects before, and Debug worked on other computers.
Thanks
Eli
P.S. The version of VS is 2005
.
Relevant Pages
- Problem with debugging after code changes
... if create a new project is visual studio 2005 C# windows application. ... If i run the application First time VS allows me to debug the code. ... (microsoft.public.dotnet.languages.csharp) - Re: Problem with Registering filter on windows mobile
... The fix is to modify C/C++ preprocessor definitions in the ... unresolved external because it's only defined in debug builds, ... the project using the visual studio wizard it worked, ... Windows CE Multimedia and Graphics ... (microsoft.public.windowsce.app.development) - RE: debugger doesnt stop at breakpoint while debugging SQLCLR functio
... It seems remote debugging component was not installed during Visual Studio ... I click Step into Function and I am able to debug the function step by step. ... Stored Procedure is in separate assembly which is created in SQL Server ... (microsoft.public.vsnet.debugging) - Re: Running and debugging a website on http://www.mysite.com instead of http://localhost
... I'm using Visual Studio 2003 Professional. ... Either way the obvious question would be whether or not you have debug ... enabled on what Visual Studio recognizes as a remote website. ... public static string ErrorUrl ... (microsoft.public.dotnet.framework.aspnet) - Expression: map/set iterators incompatible
... in the Visual Studio environment, and we felt strongly that it would enable ... In addition, we could also debug down to the C++ code, which was ... We were able to generate the C++ dlls and the C# wrapper dlls as ... For information on how your program can cause an assertion failure, ... (microsoft.public.dotnet.languages.vc) |
|