Hi,
I'm a newbie in this vast world of programming. I've been given some codes in C which are compiled & linked using makefile. I can compile the code using nmake from VS2005. Now i want to build the program in C++ VS2005 IDE.
From a quick google search, there seems to be no automated functions in importing makefile settings to VS IDE.
...
Hallo,
I converted a web site to a web application project (visual Studio 2005) but now files doesn't find my classes (.vb)!
Into the web site are classes automatically into App_code folder.
After conversion don't exist App_code folder but only Old_App_Code folder.
I tried to copy my old .vb classes into the root folder but without res...
Hi!
I created a report in VS using a shared data source which is connected to a sharepoint list. In the report I created a dataset with a SOAP call to the data source so I get the result from the sharepoint list in a table.
this is the soap call
<Query>
<SoapAction>http://schemas.microsoft.com/sharepoint/soap/GetListItems</SoapActi...
I got a strange compilation error when I followed the MSDN document to use CA2W to convert big5 strings to unicode strings in Visual Studio 2005.
This is the code I wrote:
#include <string>
#include <atldef.h>
#include <atlconv.h>
using namespace std;
int _tmain(int argc, _TCHAR* argv[])
{
string chineseInBig5 = "\xA4\xA4\xA4\x...
Hello!
I can't connect Visual Studio 2005 to HP iPAQ 514. It was a gift to renew my MSDN Subscription.
I can connect prefectly with Active Sync. I use Windows XP SP3.
How can I connect to device with Visual Studio 2005? It said that I need a development certificate.
Thank you!
...
I have a Website project that I'm trying to debug using Fiddler. Fiddler doesn't track traffic from localhost, so I created another alias in my hosts file to use instead of localhost. Now I would like to have my project use the fiddler.local.com instead of localhost when I run my project. Is there a way to do this?
i.e. http://fiddle...
It was working fine, now it's stopped. I select a symbol in my C code and the Code Definition Window stubbonly asserts that "no definition selected". Also if I select "Go to definition" for a function then VS says "The symbol '' is not defined event though it is. The code compiles fine by the way.
Is there a known issue here?
Regards
...
Is there a "debug" and "release" build in VS 2005? If so, how do I switch between the two?
...
Is there a good free plugin for generating a template for Nunit test for visual studio 2005?
...
Using Visual Studio 2005
As per the title; MSDN and google can't tell me, I'm hoping it'll let me know if the contained string contains Unicode characters or not - but that's a different problem!
...
When deploying my report the paramter selection at the top is automatically hidden, you have to click the double down arrows to display them. Is there a way to set it so that these are automatically shown?
...
In some of my VS 2005 projects, when I change an include file some of the cpp files are not rebuilt, even though they have a simple #include line in them.
Is this a known bug, or something strange about the projects? Is there any information about how VS works out the dependencies and can I view the files for that?
btw I did try some ...
hi,
i am unable to connect to visual studio remote debugger when it is running as windows service
I am getting this error
"Unable to connect to the Microsoft Remote Debugging Monitor named '[email protected]' Logon failure: unknown user name or bad password"
but when i run the remote debugger through startup menu it work fi...
For a <select> control, we can use the onchange attribute to run some javascript when the option value changes. Intellisense would lead me to believe that the asp:ListBox control does not hold this attribute (as you'll get underlining in visual studio telling you that this is invalid). However, this works.
<asp:ListBox ID="roleList...
All:
I am working on a solution where one of the projects is actually plug-in to the main exe that the solution builds. Since this one project is a plug in, it's wrong to reference the plug-in from the main exe (that assembly isn't guaranteed to be present in a deployment, it's optional).
So here's my problem:
If I modify code in my pl...
I'm having 2 problems with my game.
1.) Upon initialization, if I select multiplayer, the buttons are still disabled. I have to refresh to get it to work.
2.) When I'm doing single player, my AI is not working right. When the AI picks its square, it still lets me choose a square with the AI's symbol as if I'm playing a multiplayer gam...
I'm using the Intel compiler and visual studio and I can't seem to debug values that are in maps. I get a quick preview which shows the size of the map but the elements only show up as "(error)", I'll illustrate with a quick example, i've generated a map with a single entry myMapVariable[6]=1;
if I mouse over I get this "myMapVariable ...
My Hard Drive has failed with some Files in Visual Studio 2005 not checked-in, the changes are minor, however I am unable to edit these files on another machine as source safe says it is checked out by another user. Is there any work around to 'unlock' these files so I can continue with my projects? Many Thanks
...
Hi to all,
I am developing one game where I want to add OpenGL framework with VC++ 2005 express edition. But I dont know how to add OpenGL framework with VC++. So can any one guide me for this.
Please explain me in detail.
Thanks in advance
...
How can i create a table to get compilation time of each c++ file in visual studio 2005 project.
...