MS Windows porting question

2011-09-20 Thread Dan Stanger
Hello All, I have an application back end written for xlib, and would like to port it to MS windows, and was thinking of using gdk to do this. My reasoning is that I want to provide events to the application, and gdk seems to provide a layer that may make it easier. Does this make sense? Any ad

Re: MS Windows porting question

2011-09-28 Thread Thomas Jollans
On 21/09/11 03:14, Dan Stanger wrote: > Hello All, > I have an application back end written for xlib, and would like to port > it to MS windows, and was thinking of using gdk to do this. > My reasoning is that I want to provide events to the application, and > gdk seems to provide a layer that may

Re: MS Windows porting question

2011-09-28 Thread Maarten Bosmans
2011/9/21 Dan Stanger : > Hello All, > I have an application back end written for xlib, and would like to port it > to MS windows, and was thinking of using gdk to do this. This probably only makes sense if you also use gtk for the linux side of your program. That way you use the same code on all