-
- To enable text editing
by divya v
- 1 Replies
- Last post
by Nishant Sivakumar
- I am developing a software which acts as a Skill anayser. Provided
with a set of programs with bugs, the user is required to debug the
program and set the correct results. The software includes options to
compile, run and test the program. The number of compilations and runs
are also counted to anlayse the skill level. Now, I need an editor embedded in the software to
present the user with th
-
- Microsoft Visual C++ Runtime Library error question
by Jonn565343
- 14 Replies
- Last post
by Geek UK
- Everytime i try to play a game on my computer, the Microsoft Visual C++ Runtime Library error pops up, i installed the game fable on my computer and my computer has more then the requirements needed to play it, but after i install it and try to play the error pops up and i can't play it. this has happened for several games.. what can i do to stop it
-
- Yet another deployment question (its a different one, honest)
by jrb1
- 1 Replies
- Last post
by Bite Qiu - MSFT
- So this page http://msdn2.microsoft.com/en-us/library/ms235291(VS.80).aspx gives a nice description of how to deploy the VC dll's as private assemblies. I don't understand the purpose of step 2:
"On the development computer, from %PROGDIR%\Microsoft Visual Studio 8\VC\Redist\x86, copy Microsoft.VC80.CRT and Microsoft.VC80.MFC to \bin and to \bin\MyLibrary."
What is this for
-
- Help! What's wrong with my program? the .exe has been generated, but couldn't stop at the breakpoint during debuging the program
by peter.Yan
- 6 Replies
- Last post
by Simple Samples
- Hi all, Recently, I got a problem from my friend, but I don't know his development environment. I guess the problem may developed in .net 2003, boost version is 1.33_1. My development evironment as following: .net 2005, the version of boost is 1.3.4 and my OS is windows XP. After i update conresspondent configuration, the program could be compile and the .exe file has been generated. The problem i
-
- find the largest 1000 values
by George2
- 14 Replies
- Last post
by George2
- Hello everyone,
I have a large data set of integers (about several Million), all of them are positive integers from experiment. They are stored on a file on local machine. I want to select the largest 1000 values then make analysis based on the 1000 values.
Could anyone suggest some efficient solutions I think sorting the several M data in memory is not feasible.
thanks in adv
-
- Setting breakpoints in code defined in unnamed namespaces
by Claus Brod
- 7 Replies
- Last post
by Claus Brod
- Hi all, in the following C++ code, I'm defining a class inside an unnamed namespace. This works as expected, but I'm having trouble setting a breakpoint in the Foo constructor. Well, I can navigate to the code and set a breakpoint by clicking on the line containing the code, but I can't seem to find the right way of specifying the breakpoint location by name. I tried "Foo::Foo" and thing
-
- Vista Hotfix Information
by SachinPatole
- 4 Replies
- Last post
by SachinPatole
- Hi,
Is there any way to get hotfix information from windows Vista
I have one method using WMI but it is time consuming.
-Thanks
Sachin
-
- VS fails to notice dependency change on ^Z in resource editor
by VoiceOfExperience
- 0 Replies
- Last post
by VoiceOfExperience
- Here's a bug in VS2005. An MFC project has a toolbar resource. If a change is made, using the resource editor, and F7 used to build the project, resources are recompiled, correctly.
If ^Z is typed in the resource editor, thus changing the resource, and F7 used to build the project, resources are *not* recompiled, which is a bug, since one of the files the project is dependent on has been change
-
- Trying to install EVC++4
by tirengarfio
- 3 Replies
- Last post
by phc_joe
- Hi, I have just downloaded EVC++4 from here: http://www.microsoft.com/downloads/details.aspx familyid=1DACDB3D-50D1-41B2-A107-FA75AE960856&displaylang=en After executing the downloaded file, a process that unzip some files starts. Between the unzipped files, there is one called "acmboot.exe". I execute it and it seems to start the installation. Then, the installation ask me a ten
-
- How to import an existing very large project into Visual Studio 2003?
by enoesque
- 3 Replies
- Last post
by Nikhil Raikar
- Hi,
I've recently joined a large organisation who already have an established Development Environment.
The code I'm working on is C++ (not MFC) and the team do NOT use Visual Studio, preferring instead to use text editors and external compilers. This choice is NOT about to be changed - some folk just don't like "all the extra rubbish that VS generates."
(Nant is being used for b
-
- Word game
by Yustme
- 5 Replies
- Last post
by Simple Samples
- Hi, Im trying to make a word game in C++. I've got a char array which contains a few letters. With those letters the user can make words. But i want the program to find all possible combinations with those letters so i can compare it to the dictionary for checking if the words does exist. I've tried the algorithm of permutations. But it starts with the first index of the array and every combinatio
-
- VC++6.0 to VC++ 2005
by Ashish.Sehra
- 2 Replies
- Last post
by Simple Samples
- How do we build an MFC developed on VC++6.0 in the VC++ 2005 express edition. When i tried to build one of my projects on the latter one i recieved build errors saying that one header file could not be found. Is there something I need to do before I build a project developed on the older version before i try it on the newer version of VC++.
-
- VC++ 2k3 Timer question
by Daniel C Garcia
- 3 Replies
- Last post
by Daniel C Garcia
- I added two timers to my form static System::Windows::Forms::Timer * timer1; static System::Windows::Forms::Timer * timer2; I have a button that enables one of the timers depending on what state the form is in. So in state 1 it enables timer1 and in state 2 it enables timer2 so I have the following if state 1 this->timer2->Enabled = false; this->timer1->Enabled = true; this->timer1
-
- procedure entry point _except_handler4_common could not be located
by Anonymous567014
- 2 Replies
- Last post
by Foxhound
- I get the following error when trying to run the DRMShow sample application from the Windows Media Format SDK: "The procedure entry point _except_handler4_common could not be located in the dynamic link library msvcrt.dll" I had to recreate the project since I use VC 2003 and the sample expects a more recent version, so I may have missed some settings. I'm trying to run it on XP and link
-
- getline bug (2005) fixed ?
by theniceshark
- 4 Replies
- Last post
by theniceshark
- Is this bug fixed by now
http://support.microsoft.com/kb/240015
regards,
The SharK
-
- Resource Scripts
by VinayakGargya
- 3 Replies
- Last post
by Aleksandr Tokarev
- I am a begginer and would be glad if some1 told me how 2 write a resource script in VC8
-
- Topic Copy Code in VS2005 IDE does nothing
by eldiener
- 3 Replies
- Last post
by Vinayakg
- When I open a topic in the Visual Studio 2005 Standard Edition IDE, and the topic has some code with a "Copy Code" icon in it, clicking on this icon does absolutely nothing for me. I believe it is supposed to open a small dialog so I can tell it to where I want the code example copied. Does naybody know why this is not working correctly
-
- x64: should I need to define all this manually?
by troff
- 0 Replies
- Last post
by troff
- Ok, perhaps "all this" is a bit too strong choice of words, but I would have liked for it to pretty much work without *any* manual adjustments.
I've just added build configurations for x64 to my projects (by choosing "copy from win32"). According to the docs this will perform some changes to the copied configuration and some do seem to happen, e.g. the linker is targeted for
-
- What is Visual C++ equivalence to C#'s "is" operator?
by helpmetoo
- 4 Replies
- Last post
by Mike Danes
- I'm trying to convert some C# code over to C++ but cannot figure out what's the C++ "is" operator.
C# code:
Control m_control;
if (m_control is Control)
{
...
}
I've searched and found this article but it's outdated and does not work with Visual C++ 2005:
http://msdn.microsoft.com/msdnmag/issues/02/02/managedc/
In which the author defines the following template
-
- How to detect the current VC++ redistributable version?
by Shubin
- 6 Replies
- Last post
by Shubin
- We have an application compiled with VC++ (Visual studio 2005 SP1). We have our own steup file. If the target computer has no VC++ redistributable file installed, we will pop-up information to ask the user to install it. Now there is a problem: some computer has VC++ redistributable installed, but it is not SP1. So how to check which VC++ redistributable version currently installed on the target c
-
- Problem in Image Retrieving
by krishnasamy
- 14 Replies
- Last post
by Ramkrishna Pawar
- Hi,
I am retrieving the image from DLL through vc++ dll. Actually Image is retrieving in Callback function of main function. When I writing that image file inside of the Callback function then no problem in retrieving. At the same I want to send the Imagedata to the another function and write the same which cause the error.
Here I given that code,
//Callback function
pr
-
- Reserve Physical Memory
by Rupesh Bhurke
- 14 Replies
- Last post
by Simple Samples
- Hello, I am working on a project that needs reserving physical memory (100MB). Can anybody show me how I can achieve that. If you can provide a code sample, that will be great ! Best Regards, Rupesh H Bhurke
-
- The while loop and the CPU.
by David S. Anderson
- 7 Replies
- Last post
by Simple Samples
- Is there a way I can use a normal while loop and make it so it does not take up 99% of the central processing unit There must be a way, because a loop is the only way to listen for requests using a Socket or TcpListener so there must be a way to only let it use a portion of the CPU.
-
- Controls of my dlg do not have XP style.
by Purusothaman A
- 5 Replies
- Last post
by Purusothaman A
- Hi all, Its dialog based MFC application. My problem is, controls in my dialog do not have XP style. But in VC++ IDE's design mode, all buttons, edit boxes have XP style. I hope you understood what I asked, otherwise send me your mail-id I can send dialog's appearance in BMP image format. Thanks. :) Purusothaman A
-
- Command Prompt Compiling with Multi...
by Oli
- 11 Replies
- Last post
by crescens2k
- If I have two source files, one.cpp that contains function definitions, two.cpp that uses the functions in one.cpp as calls (like: function()), then how do I compile two.cpp from the command line I mean it is not obvious how comiling two.cpp provides access to the function definitions contained in the other source file...
I have tried to find documentation that will explain this but I am to