[Wine] Re: Using Monodevelop to write Winelib apps

oiaohm wineforum-user at winehq.org
Thu May 6 16:43:34 CDT 2010


Program3k try kdevelop 4 some time.  Yes I know its not for windows yet but it will come.  Monodevelop is not what you call a fast program and its very feature light.

Also if you are not aware if you are not using Linux parts there is no runtime speed advantage to build with wineg++ over using mingw g++.  Same complier and .exe.so forces the same loader pattern as a PE.   At most all it will make is minor loader delay in wine building with mingw nothing to write home about thinking most cases you are only loading a program once.   The time wasted building twice is not worth it.

Simply there is no point integrating wine into ide's in most cases.  There is no performance to be gained.

You are better off to build proper cross platform like QT.







More information about the wine-users mailing list