Win32 framework library for straight C
-
Does anyone know of a framework library (commercial, share- or freeware) like MFC, or BCG(http://msnhomepages.talkcity.com/WindowsWay/stasl/index.html), or CJLibrary (http://www.codejock.com/) that's written to be used with straight C ? I'm searching for over 3 weeks now on the internet. It looks to me that it's non-existent and/or impossible to do.
-
Does anyone know of a framework library (commercial, share- or freeware) like MFC, or BCG(http://msnhomepages.talkcity.com/WindowsWay/stasl/index.html), or CJLibrary (http://www.codejock.com/) that's written to be used with straight C ? I'm searching for over 3 weeks now on the internet. It looks to me that it's non-existent and/or impossible to do.
================== The original message was: Does anyone know of a framework library (commercial, share- or freeware) like MFC ... that's written to be used with straight C ? D-Flat is written in C. It's a text based GUI though. Some of the Unix GUI libraries/frameworks were written in C and are being ported to Windows. You can check the list of GUI libraries in the Mingw FAQ accessible from http://www.mingw.org and also check http://members.aol.com/lauram3017/uilibs.html for lists of available GUI frameworks. Many are in C++ but some have been written in C.
-
================== The original message was: Does anyone know of a framework library (commercial, share- or freeware) like MFC ... that's written to be used with straight C ? D-Flat is written in C. It's a text based GUI though. Some of the Unix GUI libraries/frameworks were written in C and are being ported to Windows. You can check the list of GUI libraries in the Mingw FAQ accessible from http://www.mingw.org and also check http://members.aol.com/lauram3017/uilibs.html for lists of available GUI frameworks. Many are in C++ but some have been written in C.