Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Microsoft MFC


Related Topics

  
  Das papierlose Büro - über die Programmierung mit Microsoft Foundation Classes [barrierefreies-webdesign.de]
Mit MFC ist man also auf der sicheren Seite, wenn es um ein Programm geht, das barrierefrei gestaltet werden soll.
Die MFC lassen sich vom Grundprinzip her aber auf jeder anderen Programmiersprache übertragen, weil MFC fast nur Betriebssystemfunktionen nutzt.
MSAA geht in seiner Funktion weit über das hinaus, was MFC leistet.
www.barrierefreies-webdesign.de /knowhow/mfc   (968 words)

  
  Microsoft Foundation Class Library - Wikipedia, the free encyclopedia
Microsoft Foundation Class Library (also Microsoft Foundation Classes, or MFC) is a Microsoft library that wraps portions of the Windows API in C++ classes, forming an application framework.
MFC was inspired by, and owes much of its structure to, the Think Class Library (TCL) on Macintosh, later bought by Symantec.
Microsoft placed more emphasis on Visual Basic as a commercial software development tool as it became clear that C++ and MFC were too complex for many programmers.
en.wikipedia.org /wiki/Microsoft_Foundation_Classes   (685 words)

  
 January 1994/Porting Microsoft's Foundation Class Library to UNIX   (Site not responding. Last check: 2007-11-01)
Microsoft recently released the second release of MFC with their Visual C++ development environment.
MFC provides the user with the best of both worlds, a set of basic data type classes and an application framework.
Microsoft was kind enough to also include a PORTABLE macro which, when defined, turns off sections of inline Intel x86 assembly code and turns on C++ equivalents.
www.tcnj.edu /~hernande/cujv5/html/12.01/wingo/wingo.htm   (2247 words)

  
 ACG Forums - MFC vs. .NET?   (Site not responding. Last check: 2007-11-01)
They actually said that "you probably won't use MFC for any new development, but skills in MFC may still be applicable when working with existent projects".
In Microsoft's own.NET book, they say that MFC is of no use in future development, since you will probably want to write.NET code including managed code.
However, the cold facts are that the MFC community has a base of over 2 million compared to Managed Extensions community, which by Microsoft's own admission is extremely small.
www.archerconsultinggroup.com /boards/topic.asp?TOPIC_ID=35   (940 words)

  
 Creating Xtras Using MFC   (Site not responding. Last check: 2007-11-01)
Say what you will about the Microsoft Foundation Classes (MFC) and their design, it's undeniable that they can save you from spending a lot of time re-inventing the wheel in your development projects.
In order to use MFC within your Xtra, the changes you need to make to your project file are relatively minor.
Any time you use MFC routines within your Xtra, you need to bracket your entrypoints with MFC routines that lock and unlock the temporary object maps.
www.printomatic.com /mfcxtras.cfm   (693 words)

  
 Sun WorkShop Visual User's Guide: 11 - Designing for Microsoft Windows   (Site not responding. Last check: 2007-11-01)
In addition to the compliance issues which prevent code from being generated for Microsoft Windows, there are many attributes of a design which have no effect in the Microsoft Windows implementation (for example the alignment of a label on a button), because the Microsoft Windows toolkit does not support the concept.
Fonts in Microsoft Windows are named using a different mechanism from that used by X Windows.
When you generate any type of MFC code for Microsoft Windows, project files for use in Microsoft Visual C++ are also generated using the base name specified in the Generate dialog.
www.uni-koeln.de /rrzk/server/sundoku/opt/SUNWspro50/DOC/lib/locale/C/html/visual/user_guide/CrossPlatform_1.doc.html   (6990 words)

  
 Autodesk - AutoCAD - Create a project workspace for ObjectARX®/MFC Applications   (Site not responding. Last check: 2007-11-01)
Microsoft's MFC Technical Notes 11 and 33 describe the use of MFC in a DLL.
MFC uses a couple of preprocessor definitions to determine exactly how it is being linked to the DLL.
MFC Extension DLLs are shared with the client application and are initialized differently.
usa.autodesk.com /adsk/servlet/ps/item?siteID=123112&id=2865853&linkID=2475323   (2180 words)

  
 MBR IT/.NET 247 : C# or MFC? on microsoft.public.dotnet.framework
MFC is a mature technology, and is used extensively in most of the major applications.
First of all MFC is a class library, C# is a language.
MFC has been around a great number of years, so it is not surprising that
www.dotnet247.com /247reference/msgs/49/245077.aspx   (1263 words)

  
 Cool Solutions: Porting Windows MFC applications to Linux
The assumption here is that the reader is not so much interested in the marketing and religious wars, but that they accept that the Linux world represents a vast revenue potential for them and so, irrespective of strengths or weaknesses between the two platforms, they must have their application running on Linux to compete.
MFC and wxWidgets also are very similar when you look at a comparison of the core classes.
In a future article, I will take an MFC application and will port it to Linux, showing some of the tools that a developer may choose to use, and giving some ideas about how a port could possibly be accomplished.
www.novell.com /coolsolutions/feature/11244.html   (2287 words)

  
 Windows Graphical User Interface with Microsoft Visual C++
MFC is the C++ class library that Microsoft has developed to put an object-oriented wrapper around the Windows API.
Since MFC is object-oriented and implemented in C++, it provides programmers with reusability and tighter binding of code and data.
Microsoft Windows makes it easy to display scroll bars at the edges of a window, but it does not link the scroll bars to the window.
people.msoe.edu /~barnicks/courses/cs400/19967/renal/technolo.htm   (3128 words)

  
 How to add OLE drag-and-drop functionality to a pre-existing MFC application
In a Microsoft Foundation Classes (MFC) application, you may want to enable the user to drag text between various windows, including those in CWnd-derived objects as well as standard control windows in CListBox and CEdit-derived objects.
You can also use any other application with OLE text drag and drop functionality enabled as a drag source or a drop target (Word for Windows 6.x is one such application).
Microsoft used the most current virus-detection software that was available on the date that the file was posted.
support.microsoft.com /support/kb/articles/Q135/2/99.ASP   (851 words)

  
 MFC FAQ
I'm also working on a top-secret MFC project and this is a good way for me to learn more about MFC and what MFC folks are having a hard time with.
MFC 1.0 ============= This release was simultaneously released with Microsoft C/C++ 7.0 in early 1992.
MFC 4.0 ============== Rumor has it that MFC 4.0 will be part of MSVC 4.0 (they are finally going to get the numbers in synch) to ship shortly after Windows 95 ships (9/95).
ai.kaist.ac.kr /~ymkim/Program/mfc_faq.html   (14239 words)

  
 Base One - MFC and the BFC application framework for Visual C++ programming
Microsoft also reports that the NT database servers, from Oracle, Sybase, Informix and Microsoft were all built in Visual C++.
In fact, Microsoft has always maintained that Visual C++ is the general purpose, efficiency champion for client/server programming, and that MFC is particularly well suited to building large, complex custom applications.
BFC, in combination with Base One's Internet Server, demonstrate that Visual C++ and MFC can be ideally suited not only to client/server use but also to the most demanding Internet usage, such as highly graphical e-commerce applications and searching large databases.
www.boic.com /b1mfcbfc.htm   (2835 words)

  
 ERCB: MFC Internals
MFC Internals has little flow, either, which is actually an advantage in a book of this type.
Doc-View plays a prominent part in every MFC program, but, in my experience, is so poorly explained and implemented in MFC that the average MFC programmer doesn't take advantage of it.
MFC programmers talk the Document-View talk, but never venture past the document templates the App Wizards generate.
www.ercb.com /feature/feature.0006.html   (2257 words)

  
 MFC
Microsoft has their own support groups in the news:microsoft.public.* family for them.
Microsoft has their own support > groups in the news:microsoft.public.* family for them.
MFC is flat, and will give you nothing towards games.
www.codecomments.com /message349924.html   (1191 words)

  
 MFC - Microsoft Foundation Classes   (Site not responding. Last check: 2007-11-01)
A collection of resources on Microsoft Foundation Classes, a large library of C++ classes developed by Microsoft, and used for developing Windows-based applications written in C++.
Find a technical discussion of the major features of MFC library, its history and evolution, new features and more.
A series of lessons written as an introduction to MFC for intermediate C++ programmers.
piservers.com /cplus/mfc.asp   (248 words)

  
 Amazon.com: Programming Windows With MFC: Books: Jeff Prosise   (Site not responding. Last check: 2007-11-01)
As in the first edition, Prosise's introduction to MFC multithreading and synchronization objects (like mutexes) is a standout.
This book was made for those who have no clue about the MFC tutorials (95% of those who use Visual C 6.0) in the MSDN library, but yet want to understand MFC someday.
MFC still doesn't stand totally on it's own without the win32 API either, but it comes pretty close.
www.amazon.com /Programming-Windows-MFC-Jeff-Prosise/dp/1572316950   (1193 words)

  
 Base One - Introduction to Visual C++ MFC database programming with BFC
BFC is based on the Microsoft Foundation Class Library (MFC), an extensive Visual C++ framework for doing general-purpose software development under Windows.
With about 100 classes and 2000 functions, almost all BFC classes are derived from MFC classes and add significant extensions to MFC.
What's more, when you use the BFC Database classes in combination with Base One's Internet Server (BIS), your Windows application will be able to access databases from remote locations across the Internet as easily as flipping a switch.
www.boic.com /mfc.htm   (386 words)

  
 kbAlertz: (818493) - If you use the MFC (Microsoft Foundation Classes) ODBC wrapper classes (for example, CDatabase and ...
If you use the MFC (Microsoft Foundation Classes) ODBC wrapper classes (for example, CDatabase and CRecordset) on one thread, and you use straight ODBC API calls on another thread in the same process, a deadlock may occur.
A supported hotfix is now available from Microsoft, but it is only intended to correct the problem that is described in this article.
Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section of this article.
www.kbalertz.com /kb_818493.aspx   (659 words)

  
 All mfc jobs | Indeed.com
Requirements At least 2 -3 years of MFC C++ professional experience.
Visual Studio 6.0, MFC, J2EE would be plus, VC++ Required Experience: Analysis, Design and development Required Skills: Visual Studio 6.0, MFC, J2EE would be...
Visual C++, SQL Server, MFC, COM, DCOM application developer with a minimum of 7 years experience in Application Development, 5 plus years experience with...
www.indeed.com /jobs?q=mfc&l=&from=rss   (368 words)

  
 Getting Started with Microsoft Visual C++ 6 with an Introduction to MFC, 2nd Edition - $22.21   (Site not responding. Last check: 2007-11-01)
MFC is not trivial by any means, but it's fun and students can see immediate results.
Because MFC is a class hierarchy it uses inheritance.
MFC provides a rich collection of classes and functions for creating and manipulating graphics.
www.informit.com /title/0130132497   (3631 words)

  
 Nikola Dudar's WebLog : Applocal deployment of MFC localized resource DLLs
It was pointed out to me that it is not clear from Docs how to redistribute MFC localized DLLs with MFC application in application local folder.
If you have MFC application MyApplication.exe and you are going to redistribute VC++ libraries in application local folder per described in MSDN example, you may already now that you need to copy Microsoft.VC80.CRT and Microsoft.VC80.MFC folder from %VCINSTALLDIR%\redist\ into application local folder.
In this way MFC localized strings are going to load just fine at runtime.
blogs.msdn.com /nikolad/archive/2006/04/24/Applocal_deployment_of_MFC_localized_resource_DLLs_in_VS2005.aspx   (292 words)

  
 BYTE.com
With their newest C++ products, Borland and Microsoft have taken two fundamentally different foci: Microsoft emphasizes cross-platform coverage and the ability to create OLE custom controls, while Borland introduces a highly modular set of OLE 2.0 tools.
By contrast, Microsoft's AppWizard source code generator is a single-pass utility that establishes for all time the class library support built into the application templates it creates.
MFC functions can be called from multiple threads, with the library offering a CWinThread class for creating new threads.
www.byte.com /art/9411/sec4/art8.htm   (814 words)

  
 MFC Archives -- October 1997, week 2 (#16)
MFC Archives -- October 1997, week 2 (#16)
Date: Wed, 8 Oct 1997 17:13:57 +0200 Reply-To: MFC -- Microsoft Foundation Classes <[log in to unmask]> Sender: MFC -- Microsoft Foundation Classes <[log in to unmask]> From: Gerrit Jan Til <[log in to unmask]> Subject: Re: How does one use html help from MFC?
Then you will have to inplement your own version of this, and I don't think this is easy.
microsoft.ease.lsoft.com /scripts/wa-msn.exe?A2=ind9710b&L=mfc&T=0&P=1724   (392 words)

  
 ►►► Microsoft Win32 MFC programming interview questions @ Interview Questions   (Site not responding. Last check: 2007-11-01)
Extension DLL dynamically links to MFC DLLs (those which name starts with MFC??.DLL) and to be synchronous with the version it was developed for.
Because all threads participating in a deadlock are suspended and cannot, therefore, release the resources they own, no thread can continue, and the entire application (or, worse, more than one application if the resources are shared between threads in multiple applications) appears to hang.
A:Actually, MFC macros may accept exception of only CException class or class, derived from CException, where as C++ exception mechanism accepts exception of ANY type Reusable Control Class
www.moskalyuk.com /jobs/win32_2.htm   (1416 words)

  
 CodeGuru Forums - Future of MFC ?!
If Microsoft will not support in further this technology, that what for to spend for it time.
MFC can be combined with standard C++ and only coupled to your domain level by few thin classes...
As long as Microsoft shares some percentage in OS of enterprise level as well as desk top, MFC will be alive.
www.codeguru.com /forum/archive/index.php/t-184715.html   (800 words)

  
 [No title]
MFC 4.2b dlls for those people who have not got them.
Provides an interesting MFC extension which provides multiple level undo and transaction rollback for your MFC applications.
Producers of an MFC extension library called Prof-UIS, enabling applications to be provided with an up-to-date user interface.
www.freewebs.com /xunknown/programmer.htm   (320 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.