MFC problem Programming Software Development by Acidburn MFC program seems to always report the following error when I … Re: MFC or no MFC that is the question Programming Software Development by iamthwee > MFC or no MFC that is the question No MFC. It's all about c# at the minute. Java is just as good! I'm trying to learn all the latest languages at the minute. Re: MFC Noob Programming Software Development by Moschops MFC is just a set of classes and various helper functions to make interacting with the Win API easier. What do you want to [I]do[/I] with the MFC classes that you're not doing already? Re: MFC File I/O Philosophy questions/clarifications Programming Software Development by Drowzee … dropped in favor of .NET. But, since MFC was just a poorly designed wrapper for the Win32 API, … Re: MFC vs ATL vs COM Programming Software Development by Ancient Dragon MFC and ATL are both pretty old libraries that wrap win32 … more commonly called CLR/C++. I wouldn't bother learning MFC or ATL until you work for a company that has… (the Express edition is free, but does not support either MFC nor ATL). COM is often used to transfer data between… Re: MFC vs WIN forms - Which road to take Programming Software Development by iamthwee > MFC vs WIN forms - Which road to take? Neither... Re: MFC or no MFC that is the question Programming Software Development by dubeyprateek MFC is slower, try WIN32 SDK it is dificult to write but faster... Re: MFC-how the heck do you get it?!?!? Programming Software Development by Ancient Dragon MFC only comes with the Standard or better version of the compiler. The Express version doesn't support it. Re: MFC vs. .net Programming Software Development by Narue MFC is a library of classes that wrap the Win32 API and make it more convenient to write applications. The .NET framework is a more complete abstraction into a managed environment (rather than a wrapper for a lower level API). mfc Programming Software Development by Majestics … actually want to know is there any way to link mfc created programe with java . As all the programmers know that… mfc contain a lot of files some time static linkage and … mfc Programming Software Development by c#loser does any one can recomend me resource to learn mfc , cause all the web site i been through is too hard for me,plz(>w<) mfc Programming Software Development by ashishchoure can anybody tell from where download free ebook of mfc tutorial MFC Help Programming Software Development by PaulThomas Hi, iam new to MFC programming and i was just wondering if someone could help … MFC help Programming Software Development by Sarlacc How do i go about creating an app in mfc where there is a series of buttons and when you press one it loads an image, then if you press another one a different image loads? i am using vc++ 2008 to do this Re: MFC help Programming Software Development by Freaky_Chris Well you need to give us a starting point as to what you have, my suggestion is that you have an image placeholder thingy, and then change the source of it when each button is pressed, ofcourse I can't use any technical names because I dis-like MFC :) Chris MFC Programming Software Development by 1manik … is created by Visual C++ Professional edition with using of MFC header and I have one DLL, where is every useful… MFC vs STL Programming Software Development by sanzilla … to be a windows programmer . someone say that MFC is not structured well and there are lots of …the c++ programming language. one side is application programming .... MFC library .NET library and another side is game development , … a person to person . No matter that you love MFC or .NET . My question is the software like the… Re: MFC vs STL Programming Software Development by Ancient Dragon …The intent of STL is portability not anything os-dependent. MFC and STL are not either or situation -- learn both. …several other alternatives such as C#, CLR and wxWindows. MFC is a really old class developed by Microsoft as a…is for maintaining old code. If you want to learn MFC, fine, but you should probably concentrate your learning efforts … Re: MFC vs STL Programming Software Development by japp … "STL does nothing for MS-Windows" and "MFC and STL are not either or situation". All commercial… C++ (with the help of libraries like STL or even MFC). Almost no commercial grade software, including from Microsoft is made… Re: MFC vs STL Programming Software Development by Ancient Dragon >>I don't agree with ... "MFC and STL are not either or situation" You mean you didn't know you can use STL in an MFC program.:icon_eek: Re: MFC vs STL Programming Software Development by Ancient Dragon That I didn't know -- never tried it. The last time I used MFC was in vc++ 2005, so maybe Microsoft has made more changes for .net. Did you mix CLR/C++ and MFC in the same source files? Re: MFC vs STL Programming Software Development by japp I can even use MFC and .Net in a program ;) Re: MFC -- or "cWinThreads hate me" Programming Software Development by Ancient Dragon …_AFX_NO_AFXCMN_SUPPORT #include <afxcmn.h> // MFC support for Windows Common Controls #endif // _AFX_NO_AFXCMN_SUPPORT …envp[]) { int nRetCode = 0; // initialize MFC and print and error on failure if (!AfxWinInit(::… needs cerr << _T("Fatal Error: MFC initialization failed") << endl; nRetCode … mfc message loop questions Programming Software Development by jonnyboy12 …with no code because i'm a beginner at mfc and find it very confusing. I can see that… there is a message loop in mfc. From what i understand it is like an event… in windows form applications. In my mfc application i want to have a function run, on… a click of a button in my mfc. When this happens i want to run the … Re: MFC File I/O Philosophy questions/clarifications Programming Software Development by Narue >It's quite all right if MFC isn't really familiar to anyone, by …I've seen notes saying that MFC was dropped in favor of Visual Basic MFC was dropped in favor of ….NET. But, since MFC was just a poorly …google.com/group/comp.os.ms-windows.programmer.tools.mfc?hl=en]here[/url]. That's the best … Re: MFC or no MFC that is the question Programming Software Development by Ancient Dragon All the programs I write are MFC programs. Why? Because they can be …api programs. And you are not limited to just MFC -- you can mix and match as needed with… win32 functions. On the negative side, MFC makes the program larger and is somewhat slower. So…2005 compiler and using .NET Forms instead of MFC. And I've heard C# may be easier … MFC saving Programming Software Development by nerdinator I have created a few applications in MFC. But I want to start saving the contents of them … word,guitar pro or paint). I tried serialization provided by MFC but I didn't like it that much because I… do you do the saving part of an application in MFC(tell me where you put the code)? Please help me… MFC window problems with .NET windows Programming Software Development by GDICommander Hello! I have problems with modal MFC windows over 3dsMax. I'm popping a MFC modal window over 3dsMax (I'm programming a… is the following: when the .NET window is closed, the MFC window seems to lose its modality. I can click on… MFC Illegal member initialization Programming Software Development by dyingatmidnight …'m a total noob to C++ and Visual Studio and MFC. Before this I studied Java in school. Anyway I'm… required to learn MFC for work and I've been going through a reference… using Visual Studio 2008 and referencing a book called "MFC Programming with Visual C++ 6" Here's what I… Re: MFC Illegal member initialization Programming Software Development by Ancient Dragon … using Visual Studio 2008 and referencing a book called "MFC Programming with Visual C++ 6" Get a newer book… because MFC changed a lot between VC++ 6.0 and VC++ 2008…, although you could make it work if you already know MFC well enough. Since you are just starting it would be…