1
vote
0answers
22 views

Why icon of an MFC ribbon galery button does not change?

I am trying to create an MFC ribbon galery button( similar to mspaint brushes button ) using visual studio 2010 ribbon wizard. step1 I created a galery button, changed button mode to true, set ...
0
votes
0answers
34 views

Not able to call exported virtual function

I have a MyApi.dll with exported class Base with a pure virtual function.Also I have a derived class having implementation of the virtual function in the same dll. Factory function returns a derived ...
0
votes
2answers
56 views

MFC C++ LNK 2019 ERROR

I am trying to a "File Save As" programming code inside MFC Application. in my TestDlg.h header file i have got public: BOOL SaveFile (LPCTSTR pszFile); CString m_strPathName; And in my ...
0
votes
2answers
50 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
2answers
31 views

VS2010 MFC LNK 2019 unresolved external symbol

Hi guys I hope that this problem could be solved asap. I get this problem when I tried to convert ANSI C code to MFC. library file is linked and header file is included. I don't know how or what this ...
0
votes
0answers
48 views

OLE initialization failed - MFC Visual Studio 2010 Windows 7

I have a Visual Studio 2010 solution for an MFC application that used to run just fine on my Windows 7 machine. Today when I tried to run it, although it still compiles successfully, it gives me the ...
-2
votes
0answers
40 views

Resize an MFC dialog box window by using a scroll bar for visual studio 2010 C++

As stated above i would like to know how to resize how to resize an mfc dialog box by using a scroll bar. Tried using this method but it does not work even though the build can compile correctly.This ...
1
vote
0answers
49 views

application that is created with MFC Visual Studio 2010 on Windows XP 32 bits, crashes?

I created application with MFC Visual Studio 2010 on Windows XP 32 bits. Also, I created an installer, the installer installs the application on different Windows OS (window 7 with 64 bits and ...
1
vote
1answer
31 views

MFC differences between VS008 and VS0210

I need some information about the differences of MFC between VS2008 and VS2010. For example I found some differences in OpenDocumentFile method (docmgr.cpp). Someone knows where can I find this ...
0
votes
2answers
98 views

error C3861: 'rollDice': identifier not found

I am trying implement some graphics, but I am having trouble calling the function int rollDice() shown on the very bottom and am not sure how to solve this? any ideas... I am getting an error error ...
0
votes
1answer
69 views

libmodbus in MFC

I am trying to integrate modbus library given by libmodbus into a custom MFC project in Visual Studio 2010. The steps that I have followed till now are as follows: 1) I have created project ...
0
votes
1answer
100 views

How to add method to MFC-ActiveX

The question seems to be stupid since there are many explanations in internet, that describe how to add a new method that can be called by users of the resulting OCX later. Unfortunately it does not ...
0
votes
1answer
79 views

String passing between functions in VC++ SDI application

I am doing an project in SDI. I have two functions name sendtext(CString str) and displaytext(CString inr) both in different class. I have a pointer name pView to send the string str to function ...
0
votes
1answer
55 views

Reading NULL values with MFCs RFX (Record Field Exchange)

I'm using RFX (Record Field Exchange) to move data from a ODBC data source to my Recordset object. Numbers are moved with RFX_Int (within DoFieldExchange) and apparently the database NULL (not a ...
1
vote
1answer
70 views

MFC - Is it possible to show a Balloon Tip for any other control then a CEdit?

CEdit has the member function ShowBalloonTip, do you know if there is a chance to show the Balloon Tip for e.g. a CComboBox?
0
votes
1answer
138 views

Affine transformation implementation

I am trying to implement affine transformation on two images. First i find the matching pairs in both of the images. One of them is zoomed image and the other is a reference image. The pairs returned ...
0
votes
1answer
238 views

Porting a class from MFC to a C++ Console Application . Building MFC application with /MD[d] (CRT dll version) requires

I am trying to port a certain functionality from an MFC based application. Apparently I have no experience with MFC . The class of my interest inherits from CAsyncSocket. When looking that class up on ...
0
votes
0answers
119 views

HANDLE in place of CWnd*? (MFC)

I have a piece of code in an MFC program that looks like this: HANDLE newhandle = m_hWnd; //A //draw the bitmap image on the window BITMAP* bi = new BITMAP; CBitmap bmp; ...
1
vote
1answer
37 views

Limit text entered into CEdit controls to ISO8859-1 chars

I have an application that is used in China and India. In a set of Cedit controls I want the user to only be able to enter chars that are part of the classic Latin alphabet (ISO8859-1 is fine). These ...
0
votes
1answer
59 views

How to get a “notify after move” event with MFC sliders?

When editing a MFC slider control, I can tick on "notify before move" and then associate a method to the TRBN_THUMBPOSCHANGING event to define what to do when a user moves the slider. But, as I want ...
0
votes
0answers
20 views

How to Check event is closed or not?

How to check event is closed or not. when tried to closed the event, it is throwing invalid exception. I am using the code like : Create the even using WSACreateEven() method. WSAEVENT Event = ...
0
votes
1answer
83 views

INSERT without deriving from CDatabase or CRecordset

I'm using CDatabase and CRecordset directly (without deriving from this classes). A SELECT statement for example looks like: CDatabase db; db.OpenEx(_T("DSN=mydatabase")); CRecordset rs(&db); ...
0
votes
2answers
84 views

Removing Ribbon Button but still get linker errors

I try to remove a button(I wrongly made a on event handler using wrong parent class) but i still get linker errors about the removed handler even though i remove the button from the ribbon. This is on ...
0
votes
0answers
44 views

MFC Restart Manager Support in VS2010

i would like to add restart and document recovery to my mfc app and followed this msdn blog http://blogs.msdn.com/b/vcblog/archive/2009/02/18/mfc-restart-manager.aspx the problem is, nothing happens ...
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 ...
0
votes
0answers
34 views

Detect CMFCOutlookBarPane mouse clicks

How do you detect mouse clicks on the CMFCOutlookBarPanes? I want to change a view to the right of the Outlook bar, just like it does in Outlook when pressing a pane. The only mouse click on the ...
0
votes
1answer
50 views

Are there some tools to delete redundant resource in MFC project? [closed]

Sometimes, I add some resource(png, string, bmp) to use. But because of some reasons, these resources may get redundant. The project is so large, many people join the development. So, there are lots ...
0
votes
1answer
213 views

VS2010 C++ MFC Multiple project sollution override automatic linking of dll project

I have an MFC solution with 17 sub-projects. I just recently added another dll project and cannot get the executable to link to the renamed version of the library. In the settings for the dll ...
1
vote
1answer
36 views

creation of afwin file in C++

I was finding an error when building. It avers that there were some undeclared variables. When I went to see their origins from some other projects, it seems that they are linked to a certain afwin.h. ...
0
votes
1answer
163 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
2answers
76 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 ...
2
votes
2answers
344 views

What is the proper approach to modern UI for Windows Desktop Apps?

I have an existing app with an extensive C++ model that I would like to hook up to a nice, modern Windows 7 or 8 UI. The current (ancient) UI for our app was developed in the early Windows XP / 95/98 ...
0
votes
1answer
57 views

Macro or add-in to help moving hard-coded strings into an MFC .rc file

I am working on internationalizing an old MFC project and I have many thousands of hard-coded strings to move into the string table. I'm looking for a macro, add-in, or some information on creating a ...
1
vote
3answers
102 views

__int64 formatting output to hex

I want to convert __int64 type param into CString. But I always get the wrong output. Here is my code: __int64 = offset;//non zero CString strOutput; strOutput.Format(_T("0x%x"), offset); The wrong ...
1
vote
1answer
215 views

Deploying DirectX/MFC app with Visual Studio 2010 Professional

I am able to run my app through the VS2010 environment. But cannot make it working as a stand-alone exe (to run it just by double click on exe). I don't know what files are required. In VS in ...
0
votes
3answers
462 views

error C1189: #error : This file requires _WIN32_WINNT to be #defined at least to 0x0500. Value 0x0501 or higher is recommended

I create MFC project in VS2010(windows xp). And i take this error: error C1189: #error : This file requires _WIN32_WINNT to be #defined at least to 0x0500. Value 0x0501 or higher is recommended. ...
0
votes
1answer
83 views

Correctly release resources after flipping a bitmap

I have an application that writes a very large data set as a bitmap. [~500MB] I am writing the data patch wise from top to down. Due to the nature of BMP's file structure it must be flipped once ...
1
vote
1answer
98 views

CWinApp::OpenDocumentFile creates a new window

Recently we moved our C++ project, which uses MFC, from VS2008 to VS2010. And there is a small issue: in our MDI interface, after we call a function CWinApp::OpenDocumentFile, the app not only opens ...
0
votes
2answers
97 views

allocate huge memory in MFC

Sometimes I need to deal with huge PDF files, in such case, I use some new operator in a loop, and this is a so huge loop so that more than 10 GB memory will be used. As we all know, I must use some ...
0
votes
0answers
165 views

Having error linking files. CUDA constructor giving error [closed]

I am trying to implement CUDA and Connected component labeling. Could not find a nice tutorial in C++, if anyone can guide it will be nice also my file is as follows labeling.h ` #include ...
0
votes
2answers
123 views

How to get detail error info from E_FAIL?

When I use ATL in MFC Application(Don't ask me why, just because I like), sometimes I got the error code: E_FAIL. However, it's almost useless for me to locate the specific reason. I have googled so ...
0
votes
1answer
146 views

GetCheck() working for check buttons but not radio buttons?

I'm just learning about making dialog boxes with MFC in Visual Studio 2010. From what I can see on msdn's website, the GetCheck() function should work the same for both check boxes and radio buttons. ...
1
vote
2answers
948 views

Building with Visual Studio 2010, MFC, and FFmpeg

I'm working on building a Windows MFC application in Visual Studio 2010 using FFmpeg and SDL. However, I can't get the project to build after creating an MFC project from scratch and including the ...
0
votes
1answer
105 views

DropDownList control right-click event

I have a dropdownlist control in my MFC dialog. TIn it will be a list with almost all Windows Messages. Being so many, the user will find them harder. So I want that when the user right-clicks the ...
1
vote
1answer
162 views

Static link to ATL always fails

I use some ATL functions to create a Media control, but it seems that I can only use Dynamic link to ATL option. When I switch to Static link to ATL, I just can't create the control successfully. I'm ...
2
votes
1answer
128 views

How do you deduce the charset from unicode value?

Now I can get unicode value, I have to get its charset before from unicode value calling HFONT CreateFont( int nHeight, // height of font int nWidth, // average ...
0
votes
1answer
238 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
106 views

When code accidently starts to work without a real change

I have run into similar situations before when my code is not working properly and on my quest to solve the problem I made some changes than comment those changes and boom it fixed the problem. All of ...
0
votes
0answers
28 views

how to draw strings over IFTImage in visual c++?

how to draw strings over IFTImage in a MFC project visual studio.
4
votes
2answers
162 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? ...

1 2 3 4 5 6