Questions tagged [msdev]

5 questions
13
votes
3 answers

Installing PHP extensions on Windows

I am using a Windows XP Home Edition. I need to install a few extensions to PHP -- memcache, APC, .etc. And I would very much like to use PECL to make this happen. The problem is PECL takes it for granted that I will have certain programs on my…
picardo
  • 24,530
  • 33
  • 104
  • 151
1
vote
1 answer

c2593 error (operator identifier is ambiguous) when compiling for x64 platform

I'm trying to compile a C++ project using Microsoft VisualStudio 2008. This particular project compiles fine if you use Win32 as target platform. If I try to compile the same project for the x64 platform I get a C2593 'operator identifier' is…
Eduard Wirch
  • 9,785
  • 9
  • 61
  • 73
1
vote
2 answers

C++ code works fine in msdev 6.0 and crashes in Visual Studio 2010

I am no C programming expert, But here is a piece of code which i am working on static char gszBuf[10] ="1234567890"; #define LS_MAX_STRING 255 LoadDatatoBuffer(id, gszBuf, LS_MAX_STRING); // this method will load the data wrt ID to…
1
vote
0 answers

Where msdev is located

I have a 3rd party product that tries to execute msdev, but it cannot be found. I have two versions of Visual Studio (6 and 9) installed on my desktop.
dimba
  • 26,717
  • 34
  • 141
  • 196
0
votes
1 answer

How to make F12 work in MSDEV for non MSDEV project

I am working on a legacy (20 years plus) code base and doing the development in MSDEV 2010. The code is not built in MSDEV, it is done via a batch file using nmake. I have created an empty windows project in MSDEV and pointed it at the relevant…
Stefan
  • 3,669
  • 2
  • 32
  • 43