Open source my WGI, a GUI lib written with C.

Newbie Member
17Nov2009,13:05   #1
Bruce.Zhao's Avatar
I created WGI, a GUI lib written with C. WGI is open source. I issue the demo project of WGI 1.0.0. Here to download its source code: http://code.google.com/p/oic-wgi/downloads/list

What WGI? WGI is doing what MFC has done, to encapsulate API, BUT WGI uses OIOIC, instead of C++.

Look forward to various advices sincerely.
Go4Expert Founder
17Nov2009,13:11   #2
shabbir's Avatar
I have made the link clickable and also I would suggest you to look at our initiative to Support open source and if you can satisfy majority of the condition we would love to donate some bucks
Go4Expert Founder
17Nov2009,13:14   #3
shabbir's Avatar
Also I could not find anything but the exe's. Can you also upload the source code.
Newbie Member
18Nov2009,06:46   #4
Bruce.Zhao's Avatar
Quote:
Originally Posted by shabbir View Post
Also I could not find anything but the exe's. Can you also upload the source code.
That "WGI-1.0.0-Demo-Project-for-windows.tar.gz" is its source code.
Go4Expert Founder
18Nov2009,09:18   #5
shabbir's Avatar
Quote:
Originally Posted by Bruce.Zhao View Post
That "WGI-1.0.0-Demo-Project-for-windows.tar.gz" is its source code.
Ok. And also do you satisfy all the other points in the SOS thread I mention above.
Newbie Member
11Dec2009,07:49   #6
Bruce.Zhao's Avatar
to download WGI 1.0.2 :

node WDialog ---> corresponding MFC's CDialog
node WMenu ---> corresponding MFC's CMenu
node WButton ---> corresponding MFC's CButton
node WStatic ---> corresponding MFC's CStatic
node WEdit ---> corresponding MFC's CEdit and CIPAddressCtrl
node WScrollBar ---> corresponding MFC's CScrollBar
node WSlider ---> corresponding MFC's CSlider and CProgressCtrl
node WComboBox ---> corresponding MFC's CComboBox and CComboBoxEx
other are base node.