2
votes
2answers
16 views
Visual Studio 2003: collapse all projects upon startup
I have a solution with about 150 projects. When I open the solution, half of them appear to be randomly opened. I want to open the solution with all the projects collapsed. I want …
0
votes
3answers
122 views
“unresolved external symbol” for unreferenced function
I'm in Visual Studio 2003. I have a function in a very common module which requires 3 other modules. I want only projects using the new function to have to include the 3 other mo …
0
votes
3answers
54 views
How do I create a 64-bit native ATL C++ DLL in Visual Studio 2003?
I have a 32-bit ATL C++ in-proc COM server soultion. How do I port it to 64-bit Windows? I mean how do I make VC++7 emit 64-bit code? Is it possible with Visual Studio 2003?
5
votes
13answers
359 views
Contracting: Accepting a job using older Visual Studio 2003… Career Suicide?
I'm a contract developer and have been for the most part of 14 years. I just took a stateside lead developer role managing a small offshore team of developers.
Strike 1 was the e …
0
votes
2answers
29 views
cross dll debug
Hey,
Im using vs 2003. When I try to debug some program that uses several dll files i can debug
(put breakpoint - without question mark) only on the cpp files of the project that …
0
votes
2answers
55 views
How to debug a low level system exception in Visual Studio 2003?
Hello,
I have spend two days of work trying to figure out a weird problem is happening on my PC.
I am debugging a quite complex old application written in .NET 1.1 that is made b …
4
votes
7answers
2k views
Has anyone managed to get Visual Studio 2003 running on Windows 7?
Yes, I know... I could set up a virtual machine running XP. Unfortunately our build environment is such that we need to be running VC2003, 2005 and 2008 concurrently and it would …
0
votes
1answer
131 views
Weird debug problem: There is no source code available for the current location
I have a WinForms app in a single project written in VB.Net 2003 (legacy code). There is a MainForm and a SecondaryForm that is run by the MainForm. When I run the app thru the M …
0
votes
2answers
296 views
Where to download Microsoft Visual c++ 2003 redistributable
I have an old dll that uses the Microsoft Visual C++ 2003 (7.1) run time package. Unfortunately I don't have that DLL around anymore. Short of reinstalling VS2003, is there anoth …
1
vote
4answers
82 views
Assigning vector::iterator to char array post VS 2003
I am trying to get some C++ code originally written in Microsoft Visual Studio (VS) 2003 to compile under VS 2008 and I am having trouble finding an efficient solution to assigning …
0
votes
0answers
25 views
Use gSOAP for VS 2003/C++ access to SOAP Web Service with WS-Security?
We have an upcoming project to allow an old platform that's only extensible with C++ / VS 2003 to call a SOAP-based web service that uses WS-Security.
My Google research indicates …
0
votes
1answer
150 views
Windows 7 XP Mode and Visual Studio 2003
Hey all!
So with Windows 7's XP Mode, will this allow developers to run Visual Studio 2003 on Windows 7 without hacks?
Thanks all!
-Steve
0
votes
0answers
31 views
Unable to start debugging in Webserver
Hi,
When I tried to open my project with VS 2003, i get the following error message.
Unable to start debugging on the web server. Server side-error occurred on sending debug HTT …
0
votes
0answers
19 views
IHTMLDocument2Ptr giving compilation error.
Hi,
I am trying to compile one of old project in Visual Studio 2003 on Vista. This project is compiling like a charm on other machine even with Vista(and also with XP) but on my m …
0
votes
1answer
55 views
Why are libraries added to linker command line twice?
I have a Visual C++ 2003 project which depends on a 3rd party static library. My visual c++ project also compiles to a static library. I have referenced the 3rd party library fro …
