Anyway, if it makes more sense for me to just report problems that I have
with uCon when running it on wine, that's fine with me. Bottom line is
I will do whatever is most appropriate/helpful/efficient to get it running
and that includes doing some wine code if necessary.
I also have no proble
Dan,
Maybe I mis-read something out of context...
On http://winehq.org/site/contributing#port_app, under the section
"Porting Your Windows Application to Wine" it suggests this.
I wrote uCon (a win32 application) and I would really like it to
work with Wine. The majority of it does now. The GUI
Do I need/want the entire Wine source tree if my next step is to attempt to
build my application using Winelib?
Yes. Its in wine/tools/winemaker I think. You might try adapting your
project to mingw on windows before you attempt to build it as a
winelib application. It seems to be less trouble t
Hi,
I'm brand new to the list and would like to get a Windows application that
I wrote (uCon) to work with wine/winelib. I've submitted it to the application
database. I've tried it on Wine and it *almost* works, so I'd like to pursue
this further by building uCon with Winelib (as is recommended