Re: [Libpgf-devel] Why use of MFC and Windows API?
libPGF is an implementation of the Progressive Graphics File (PGF)
Brought to you by:
c_stamm
|
From: Stamm C. <chr...@fh...> - 2009-12-23 17:27:41
|
Hi Mateusz libpgf is originally a Windows project used in several MFC applications. The POSIX compatibility layer has been developed later for non-Windows platforms. Using the POSIX compatibility layer also on Windows would create an additional and needless indirection. Chris ________________________________________ Von: Mateusz Loskot [ma...@lo...] Gesendet: Mittwoch, 23. Dezember 2009 13:52 An: lib...@li... Betreff: [Libpgf-devel] Why use of MFC and Windows API? Hi, It's my first post, so I'd like to say hello to all? I'm reading the libpgf implementation, namely PGFplatform.h file. I'm curious what's the reason of use of MFC or Windows API instead of file I/O functions from POSIX comatibility layer provided by Visual C++, it is _read, _write, _lseek and related functions? Best regards, -- Mateusz Loskot, http://mateusz.loskot.net ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Libpgf-devel mailing list Lib...@li... https://lists.sourceforge.net/lists/listinfo/libpgf-devel |