Answer Questions
mstrate VS .Net 2005, how to disable intellisense...
Hi I am really frustrated with the performance of VS .Net 2005. This is because I always see at the bottom "updating intellisense..." and it uses 60% to 70% of CPU. How to disable this updating of intellisense... Please this is making Visual studio unusable. Thanks Chandra Same here. A C++ solution with 21 projects spends minutes "Updating IntelliSense..." with the CPU pegged. I think this problem is common t ...Show All
jskim XP style buttons with PSDK
I recently ported an older Win32 PSDK program to VS 2005. How can I get it to use the cool XP style buttons I have my display "Appearance" set to "Windows XP Style". Further, when in the VS2005 Resource Editor, my buttons seem to be XP Style. Yet when I run the program, the same buttons are just as "flat" as they have always been. There is probably a compiler option that I am unaware of. Can someone please poi ...Show All
Apolodor windows.h not found...
WOW, I can't believe this information isn't easier to find. I downloaded and installed Visual C++ 2005 Express, and then downloaded and installed the Platform SDK SP2. NOTHING WORKS! The Directories are not found and there is no apparent way to set them. Apparently users have found a hack to make it work, but this is crazy. It seems like the first Microsoft person to install this would notice that it doesn't work an ...Show All
Rajul Aggarwal how to save html file in VC++
hi, i want to save a html file from my browser. i have created my own browser and want to save the html file.. i have used ACTIVE X controls to make my own web browser(same as IE).. it should be like that of SAVE AS option of IE.. plzzhelp.. As i saw there is no directly way. You need to go throgh the elements of the webpages and put them into a stringlist and then save it. Thats one way. Look into your projec ...Show All
nalsur8 cli arrays(newer)
Hi, I am having a problem with cli::array's, here is an example of what I have. ref class A { private: Int32^ i; String^ s; public: A(String^ s2, Int32^ i2) { s=s2; i=i2; } }; ref class B { private: cli::array<A^ >^ a; public: ...Show All
Thomas Mathiesen Error when building.
Hi, I'm new to C++ and am having some troubles. I am trying to create my first successful program (just one that displays words to the screen). I have the source code and everything however the following error message comes up when I try to "build" the program: "Compiling managed resources... c:\- - -\ - -\ - - -\ - - -\ - - - - - -\ - - - \ GlobalConfig.resx(42,5): error RG0000: Type System.Drawing.Point, System.Drawing in the data at line 4 ...Show All
ronnyh Vc++ 2005 express, how do i compile
how do i compile a sample.cpp file located somewere on my computer like in mydocuements im a tottal noob can someone tell me how to compile the code i wrote or point me in the directions with some urls or somthing please lol You have two options. First off, you can start the IDE, create a new c++ project, click File->new->project...->Win32->console application (if you're doing standard c++, use clr if you're doing .N ...Show All
Junio Vitorino Controlling settings for all the vc8 projects from a common place.
Hi, Issue: Controlling settings for all the vc8 projects from a common place. I have heard about property sheet for vc. Can anyone explore about property sheet for VC In VS2005 MS has provided MSBuild but it is not supporting VC projects. Thanks in advance. Regards, Madhur Hi Tarek, Thanks for quick response. So this mean we have to add property sheet for each project and can't control settings from one common ...Show All
Asher failed assertions leave code running behind the message box?
Is there a way to get other threads and timer callbacks to halt while the assertion message box is on the screen We don't want the program state to change between when the assertion happens and when we click Retry to break the debugger. There are two kinds of timers: message based timers (WM_TIMER), and timer callbacks (TimerProc). If it's a message, it needs to be pumped by the thread receiving the messa ...Show All
Triskell2k1 SSE3 architecture
First, excuse me for my English but it isn't my native language Then... with Visual Studio .NET 2005, the C/C++ compiler can apply SSE and SSE2 optimizations via / arch:SSE and / arch:SSE2 , can it also apply SSE 3 optimizations (there isn't any "/arch:SSE3") or does this *need* "manual" optimizations to the source code Thank you very much To get SSE3 in your code you need to use the instructi ...Show All
Tellek Liberty How to return something from a Void ??
Hello Everyone, I know the answer is no you can't return anything... I added a COM component as a refrence and it changed the function definition, that function is suppose to return S_OK to proceed...In >NET it got changed to (void) what can I do to return S_OK from there..... Anyone please with suggestions, comments...... Thanks, Harsimrat Usually return S_OK indicates the function runs with ...Show All
Martin Knotek Dump files and obtaining stack information
Hi All, Im trying to read a mini dump file using MiniDumpReadDumpStream, which successfully works, and want to know how to obtain stack information that is contained within this file. Ive found StackWalk64, which requires a handle to a process and thread to be passed in - how can this be obtained from the dump file If anyone has any examples - it would much be appreciated. Thanks Ok il send you so ...Show All
Bornis how to declares a class type?
In msdn, the explain of the class keyword is: The class keyword declares a class type or defines an object of a class type. class [ tag [ : base-list ]] { member-list } [ declarators ] ; [ class ] tag declarators ; The elements of a class definition are as follows: tag Names the class type. The tag becomes a reserved word within the scope of the class. i want to know how to ...Show All
Dean Perry LNK2019
hi, i wonder this is the right thread to ask about eVC++. If i am not, please redirect me to its place. i have problem when i compile the program it will produce LNK 2019 error. this is the code http://www.pocketpcdn.com/articles/contextmenu.html . i use this program for tutorial for myself, but i can't compile it so i can't do anything now. This program is created basically for eVC++ 3.0 which has bugs on MFC on its taphold. then i use eVC++ 4 ...Show All
david999 Getting started with Visual C++ and the IDE ...
Hi, first of all, i should explain why i chose to come here and write this post. I've been searching the web for tutorials in this aspect, and i don't seem to find any. A couple of years ago, i did a bit of C++ programing at University. It was a simple language introduction to C++, which was a management for prison cells using a console application. It didn't had any visual components in it, or for that f ...Show All
