Re: is this MFC? + Book recommendations?




"David Deley" <deleyd@xxxxxxx> wrote in message news:sNf6j.1543$Rf5.1216@xxxxxxxxxxxxxxx

I program in CMAC, which is a homegrown language invented about
two decades ago for writing text editors in.

We import and make direct calls to a lot of functions from the
following libraries:

kernel32
user32
advapi32
gdi32

Would these be considered MFC functions, or what category would
these be under?

These are Windows API functions (used by Windows programs written in any language). MFC is a C++ class library specificallly for writing programs in C++, and some of its functions are thin wrappers around Windows functions, but it is a lot more than that.

Dave

--
David Webber
Author of 'Mozart the Music Processor'
http://www.mozart.co.uk
For discussion/support see
http://www.mozart.co.uk/mozartists/mailinglist.htm


.



Relevant Pages

  • Read System Clock in Windows
    ... I'm writing a program that requires that I generate random numbers. ... How do I read the system clock in Windows? ... state any libraries I'm going to need etc). ...
    (comp.lang.c)
  • Re: Can MS listen to customers?
    ... IE is comprised of a set of libraries that other applications use. ... a HUGE portion of even a minimal install of Windows (or even in ... For Windows, Notepad, Paint, IE, OE, msconfig, Wordpad, Hearts, NT ...
    (microsoft.public.windowsxp.general)
  • Re: DFPORT
    ... I work on a Windows XP platform. ... We normally use F77 Fortran and for this one problematic program we ... Since we also have the Intel Fortran compiler, we also had a lot of ... Windows Fortran comper (with appropriate libraries). ...
    (comp.lang.fortran)
  • Re: OS & Code Sharing
    ... So two applications can be running simultaneously. ... most probably looking at a form of multitasking. ... something that looks like windows and that acts like windows. ... which things can be in libraries. ...
    (comp.lang.forth)
  • Re: Programmer knowledge
    ... the MS Windows SDK C-callable API isn't part of any standard. ... >>The Windows API is far less pervasive than MFC. ... Here's a section of what my wizard produced for a "hello world" app. ... one is often either forced to use C++, by needing to use libraries written ...
    (comp.programming)