Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
mfc
- Page 1
MFC problem
Programming
Software Development
19 Years Ago
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
18 Years Ago
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
14 Years Ago
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
19 Years Ago
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
13 Years Ago
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
19 Years Ago
by iamthwee
>
MFC
vs WIN forms - Which road to take? Neither...
Re: MFC or no MFC that is the question
Programming
Software Development
18 Years Ago
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
16 Years Ago
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
15 Years Ago
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
15 Years Ago
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
16 Years Ago
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
16 Years Ago
by ashishchoure
can anybody tell from where download free ebook of
mfc
tutorial
MFC Help
Programming
Software Development
16 Years Ago
by PaulThomas
Hi, iam new to
MFC
programming and i was just wondering if someone could help …
MFC help
Programming
Software Development
16 Years Ago
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
16 Years Ago
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
15 Years Ago
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
16 Years Ago
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
16 Years Ago
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
14 Years Ago
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
14 Years Ago
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
14 Years Ago
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
14 Years Ago
by japp
I can even use
MFC
and .Net in a program ;)
Re: MFC -- or "cWinThreads hate me"
Programming
Software Development
16 Years Ago
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
13 Years Ago
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
19 Years Ago
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
18 Years Ago
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
15 Years Ago
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
14 Years Ago
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
14 Years Ago
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
14 Years Ago
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…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC