Tagged Questions
0
votes
0answers
19 views
scrollview issue on win7 environment
We are currently maintaining a Windows application (MFC). Which retrieves data
from an XML files.
The XML file contains large data to display the UI components which are
created dynamically in
the ...
0
votes
2answers
47 views
CFileDialog's current directory inconsistent in .exe and .dll
Normally, when you use CFileDialog to open a file multiple times, current directory is maintained. I.e., each time the dialog opens at the directory where previous dialog ended (if it was not ...
0
votes
1answer
18 views
Prevent mainframe in CWinAppEx derived application from opening on LoadFrame()
I a MFC SDI application that is derived from CWinAppEx. In its InitInstance() method, the mainframe object is created manually like this:
auto mainframe = new CMainFrame();
...
0
votes
1answer
68 views
CListCtrl with LVS_EX_CHECKBOXES style
I'm using CListCtrl with LVS_EX_CHECKBOXES style.
And I need to have at least two of the checkboxes were set checked at any time.
How can I do this?
-3
votes
0answers
51 views
How to read weight from weight serial port scale [closed]
I have a Serial weighing scale that I am trying to read data from com port and want to display weight which sent from scale as followed OPOS standard ReadWeight() method. As i am fresher in this area, ...
1
vote
3answers
81 views
Why stdfax.h should be the first include on MFC applications? [duplicate]
I want to know why this line exists on every MFC app (which force to make stdafx.h the first header included in every file) :
#ifndef __AFXWIN_H__
#error "include 'stdafx.h' before including ...
0
votes
0answers
34 views
What method to disable auto assign sequence id in ListControl
I meet a problem, listcontrol control item which view of property is report, the first column of listcontrol is be auto assign sequence id, for now I want to assign value in it by myself,
but the ...
0
votes
1answer
29 views
Find visual studio version on which the exe was build, from the MFC exe
I have a exe which is made in MFC. I want to find out on which visual studio version the exe was build.
0
votes
2answers
74 views
NOMINMAX with Visual Studio 2012 MFC project
I want to use #define NOMINMAX in my Visual Studio C++ project using MFC, so that I can use std::min and std::max. However, when I put this line in my stdafx.h, I get following compile error:
...
1
vote
1answer
115 views
C++ MFC applicaiton runs slow on windows 7 but snappy on XP
I have a C++ MFC application (that was written pre 2000), I've compiled it in Visual studio 2012 and runs responsively in Windows XP, although it runs very slow in Windows 7.
For example when trying ...
0
votes
1answer
81 views
MFC C++ Tray Application Issue
I'm creating taskbar icon of a mfc application and in MyView.cpp file I've written
static const UINT WMU_NOTIFY_TASKBAR_ICON = ::RegisterWindowMessage(_T("NOTIFY_TASKBAR_ICON"));
...
2
votes
3answers
118 views
How to use different resource files for different build targets in MFC
I have a few resources that are target specific. Like a different dialog for target client and a different dialog for target admin. And also a few strings that are specific to each of the targets. I ...
0
votes
0answers
67 views
Visual Studio, MFC: Crash OnLButtonDown [closed]
I am getting a crash in my code and I haven't the slightest clue why or where to start debugging.
I would post the pertinent code, but honestly I don't have any clue where to start. I'm not getting ...
0
votes
1answer
83 views
how to stop client sending messages to server?
i want to create a client server program in mfc i found some really good source code from this website: http://www.softwareandfinance.com/Visual_CPP/TCP_Client_Server.html
but in this program the ...
0
votes
1answer
75 views
how to display info in a listbox instead of edit box?
i want to create a client server program in mfc
i found some really good source code from this website: http://www.softwareandfinance.com/Visual_CPP/TCP_Client_Server.html
ok can someone help me ...
0
votes
2answers
100 views
error with button for adding items to listbox
so i made a simple program in mfc dialog in c++ which has an add button, a remove button, a listbox, and an edit box. i want to be able to type something into the editbox, then click the add button ...
-1
votes
1answer
109 views
can't connect client to server on different computer
I have a client server application in mfc that sends a message (string) to the server and the server receives the message and also displays the ip address the port used by the client in a text box. i ...
0
votes
0answers
67 views
Debugger's watch window shows the variables values as zero but they are not
I have structure statically allocated. It has couple of arrays. When I see the values of these arrays they are displayed but all values are zero (0). When I werite this array to file, the values are ...
-1
votes
1answer
119 views
LNK1561 in hand coded C++ MFC hello world with visual studio 2012 pro
After being away for a decade, I am using Jeff Prosie's Programing MFC to rebuild my understanding of MFC using visual studio 2012. His simple Hello World program generates a LNK 1561: entry point ...
0
votes
1answer
162 views
CDialog::DoModal crashes silently after migration from 32 to 64bit
In a process to migrated an existing 32 bit MFC Code to 64 bit, I did a successful build and tried to test the code
Unfortunately while testing the process seems to fail (rather crash) in
Failing ...
0
votes
0answers
36 views
Debugging double-click on file action
I have a file input working with my MFC application that I would like to open by double clicking on it.
The problem is that I suspect my application to fail on parsing the filename (problem with ...
0
votes
1answer
46 views
How to add string value in CPtrList?
How to add a string into cptrlist? I am using visual studio 6.0.
Thanks,
0
votes
2answers
169 views
Adding another VC++ Dialog causes the second one to have focus dotted rectangle around controls?
I made a Visual Studio 2012 (Professional) project that behaves unexpectedly. When I have just one dialog, no focus rectangles appear (dotted border) on controls when I use them, except after I first ...
0
votes
2answers
74 views
Changing output directory in VS2010 project doesn't work
I have combined several projects into one solution. I created empty solution and added these projects and here is a blue print of how it looks like:
Root:
Project1 - directory
Project2 - directory
...
0
votes
0answers
17 views
Can anybody explain what is the reason to get PROPFIND request failed on '<repository_Name> and apr_error 175002
I am trying to open the svn database from MFC application. But when I am running my application in debug mode, it is able to svn database successfully. But when I am trying to connect in release mode, ...
0
votes
1answer
222 views
Mixing native C++ and C++/CLI
I have a solution which consists of a native C++ DLL and a C++/CLI wrapper. My aim is to create a wrapper in C++/CLI of the native C++ DLL.
Whenever I try to create an instance of a native C++ class ...
0
votes
2answers
89 views
Can I initialize static float Variable during runtime?
I need to set the value of static float variable during run time but I am unable to do that.
I will provide example to elaborate my situation
afile.h
class B {
static float variable1;
static ...
2
votes
3answers
3k views
The procedure entry point _except_handler4_common could not be located in the dynamic link library msvcrt.dll
I am using "Microsoft Visual Studio" to work with an "MFC application".
I am using "Installshield" to create the setup file for this application.
I get a "setup.exe" file.
If I run this setup on a ...
0
votes
0answers
11 views
svn_ra_get_repos_root() method returning NULL URL?
I am facing some problem to get the repo url using svn_ra_get_repos_root(). But when I have ran the program in debug mode, I have successfully get the URL. But when I am running the program in release ...
0
votes
1answer
87 views
MFC CDocument: How to read contents of database files created by defunct app?
I have almost zero experience coding in Visual Studio, MFC, etc. But I've got several data files that were created in a now-defunct MFC application, which I need to migrate to another format.
...
0
votes
1answer
56 views
Redeveloping MFC application
I've got a program written in c++ and have to make some modifications to it. Howerver, I haven't got any solution file or a like, just a bunch of .h, .cpp, .obj, .dpb, .dll, .mdi, .dfm, .res, .tds, ...
0
votes
1answer
237 views
Visual Studio 2012 Resources Editor for non MFC applications
Visual Studio Resources Editor undoubtedly contains valuable set of tools that help when creating UI for MFC applications, especially various dialogue boxes and graphic elements.
I have reasons to ...
0
votes
1answer
147 views
MFC console mode application
I created an MFC application from visual studio 2008 MFC Application template. The problem is that I want to show a console in execution and not the window created by default MFC Application template ...
4
votes
2answers
155 views
how to debug a release version of library in Visual Studio
I need to debug the release version of my linked library. I am already generating debug information with my release build following this article but how can I do the same with the library project? ...
2
votes
2answers
238 views
AfxLoadLibrary vs. LoadLibrary
I have an MFC application that needs to load a DLL dynamically. The DLL will be used to retrieve a run-time value and then be unloaded. Do I need to create an MFC DLL and load it via ...
0
votes
1answer
49 views
dll to caller main dialog
I am desparately in search of MFC dll sample that updates an edit field on a dialog derived from CDialog with a string using only the callback function. I realize static functions are the ones that ...
0
votes
2answers
194 views
'Guideline must specify type' error while opening rc file in VS2010
I have an MFC project everything worrking perfectly and checkin in my code in source control (perforce). All of a sudden the .rc file wouldn't open. When I try to open it gives an error Guideline ...
2
votes
1answer
403 views
Setting small and large icon in Visual C++
I am porting an old (Visual Studio 6.0) application to Visual Studio 2012 in order to add some enhancements. The application's icon in the resources view clearly has 2 versions of the icon, a 32x32 ...
0
votes
0answers
84 views
Context Sensitive Help for MFC
I am trying to add context sensitive help to my MFC projects, but there are several problems.
I already found some code, currently I have a "Help" button, a "What's this" help handler and I also ...
0
votes
0answers
455 views
VS 2012 cannot compile VC++ project
I have a MFC (Visual C++) project that was created on Visual Studio 2008.
The project compiles fine with VS 2010.
When I'm trying to compile the project with VS 2012, a message box pops-up that says:
...
1
vote
1answer
132 views
Same resource identifier in different language sections in an RC file, why is it possible?
I have noticed that an RC file can have duplicate resources (i.e. the same resource identifier), so long as they are in different language sections.
For example, this compiles without errors in my rc ...
1
vote
0answers
270 views
Microsoft Visual Studio C Runtime Library has detected a fatal error in Mypro.exe
I have a MCVC++ 2010 MFC project that accesses a third party C DLL with 4functions.
I got the DLL working fine with a Win32 project in Visual Studio 2010. But when I integrate it into my MFC project ...
1
vote
1answer
68 views
Find a control in a resource file
I'm new to c++ and MFC. I am working on a large project, and I need to find the resource definition for a control that is on a form. I am having a very difficult time finding the right resource.
I ...
0
votes
1answer
122 views
legacy MFC code (2005) doesn't compile on VC 2010
I have a problem with CException.
Probably something has changed in afx.h
The error I get is in the following line:
throw new CException();
The error is
error C2259: 'CException' : cannot ...
0
votes
1answer
105 views
Thread loading images faster until they disapear in Studio
I am pretty new to visual studio. I am trying to load images and display it on a UI with two buttons start and stop. Every time I complete my count of total frames the next time I press start my ...
0
votes
1answer
744 views
How to load a bmp file in visual studio 2010
I am pretty new to Visual Studio C++. I am trying to load a bmp file from my system with specific path and show it on picture control in mfc, but m unable to do so. Can any one guide me here. I tried ...
1
vote
1answer
155 views
MFC Printing Issue - Access Violation Exception
I'm having an issue with some MFC printing code lately. To describe the issue at a high level, we're getting problems when we try to print the same document twice. (Really, it doesn't have to be the ...
0
votes
2answers
33 views
How to chcek is point in my complicated frame or not?
In my MFC-application I have MianFrame and many Floating/Docking bars, Dialogs which have little in common. I need to chcek is point in my complicated frame or not. I have tried to use this code:
...
0
votes
1answer
80 views
Path Selection Component in MFC
I have an Edit box in my dialog application in MFC. I use this component to select path. I can edit path. Can I provide suggestion functionality in this control. That is when user edits the path, ...
0
votes
2answers
61 views
How to make icon and Class Wizard work for no-resource applications with resource-only dll?
I am working on a MFC project with multiple GUI applications. The objective is to move all the resources from individual projects to a single resource dll.
After some change I have a single ...


