Skip to main content

Questions tagged [mfc]

-1 votes
1 answer
441 views

I'm planning to port or rewrite an MFC GUI C++ app, to use in a GNU/Linux environment, and hopefully make it cross-platform. The app has few, if any, dependencies other than MFC and the standard C++ ...
einpoklum's user avatar
  • 2,808
2 votes
2 answers
321 views

Our main product is written in C++ MFC and follows the same code standard as MFC. Now we will start to develop new components, and think about whether we should continue to use the same outdated ...
magol's user avatar
  • 201
3 votes
1 answer
492 views

I have a process loading a UI provider via dll and another system resource that provides functionality which I forward to the UI via callbacks. In some cases, the underlying resource faults while the ...
m_dunaevski's user avatar
0 votes
2 answers
689 views

Firstly, I'm not new to this. I've written desktop applications for Windows going back to 1991 with Visual Basic 3.0. I've used C/C++ and Win32 API, VB3-6, C# 1.0-4.0 and currently knock out web ...
pointyhat's user avatar
7 votes
2 answers
1k views

We have a very big application written in C++ using the MFC framework (millions of code lines). No need to say that it's a legacy system, but it's also heavily maintained and updated. This application ...
Jean-François Côté's user avatar
0 votes
2 answers
421 views

I have a MFC CMap object, each object stores 160K~ entries of long data. I need to store it on Oracle SQL. We decided to save it as a blob. Since we do not want to make additional table, we also ...
ilansch's user avatar
  • 101
-1 votes
2 answers
792 views

I am working with a MFC application for the first time and I have lots of doubts the biggest at the moment is What is .ini file and why is it there? What exactly is the role it plays? Can some tell me ...
vin's user avatar
  • 177
2 votes
5 answers
8k views

What are the similarities between MFC and WPF? Is it worthy to learn MFC before WPF?
logeeks's user avatar
  • 339
6 votes
1 answer
1k views

Note I said 'deprecated' and not 'abstracted'. Back in the days of the MFC, the WinAPI wasn't deprecated because, from what I've read, the MFC merely abstracted the WinAPI. There's a difference, for a ...
Louis's user avatar
  • 297
-1 votes
1 answer
2k views

Possible Duplicate: Best way to estimate cost related to porting code from language A to language B? We have an MFC C++ program with around 200,000 lines of code in it. It's pretty much finished. ...
Justin Branch's user avatar
2 votes
3 answers
1k views

Programming in Windows with Visual Studio 2010 C++ and MFC. My question is about how best to store, update, and pass around program settings or options. I have a simple main GUI window/frame/dialog. ...
User's user avatar
  • 1,581
1 vote
4 answers
2k views

I'm currently working with C++ MFC applications in Visual Studio 2008. I have spent most of my time up to this point working with Java Swing development which seems to be not quite as involved as ...
Kenneth's user avatar
  • 2,701