Questions tagged [visual-studio-2003]

Visual Studio 2003 is a version of Microsoft Visual Studio. Do not use this tag unless you have a specific question about Visual Studio -- not just a coding issue.

291 questions
-1
votes
1 answer

Linking errors when upgrading a VS2003 solution in C++

I've been struggling with upgrading this solution. It has both managed and unmanaged memory and includes calls to methods that Marshal the string variables. The linking errors I get are in pairs. LNK2028 unresolved token void __cdecl…
Bob F.
  • 1
  • 1
-1
votes
1 answer

Need plan of action to upgrade graphics toolkit in company's applications

My job is to upgrade all of our applications that use OpenSceneGraph (an openGl toolkit) version 0.9.9 to the latest and greatest 2.8. Well quite a few caveats come with this task: 1.) After version .9.9 there was a major overhaul the the core…
-2
votes
1 answer

Is there a way to conduct a "fuzzy" search in files in VS 2003?

I need to find code like this: Platypus = true; (that is, any place in the code where Util.StopCancel is set to true) ...but in some places in the code, it is thus: Platypus = true; (superfluous spaces); thus such cases are not found. I could…
-2
votes
3 answers

Windows Visual Studio 2003 support

I have an old application developed in Microsoft Visual studio 2003. I have received a change request to modify few functionalities. Please let me know the link to download Visual Studio 2003.
Valan
  • 69
  • 1
  • 6
-3
votes
2 answers

Can I host an application developed in ms visual studio 2003 on ms windows server 2008?

I have developed an application using Visual Studio 2003. I have been told the hosting environment will be of a Windows Server 2008. Does it support my application?
-4
votes
4 answers

c# if contains AND/OR

Is there a variant of this? if (blabla.Contains("I'm a noob") | blabla.Contains("sry") | blabla.Contains("I'm a noob "+"sry")) { //stuff } like: if (blabla.Contains("I'm a noob) and/or ("sry") { //stuff } Help is…
HPaulson
  • 83
  • 10
1 2 3
19
20