Fix showing console window at start of some app

2008-10-28 Thread slawek
Bloodshed DevC++ will not running console application if I click run program or compile it. I was wondering why and decided to put some test we have terminal access inside Wine code. I was using create_process(inside kernell32.dll). I was put the test at top of the function. This is a test for it:

Window Screensaver in Wine

2008-10-13 Thread slawek
I'm working on wrapper(app) which enabled to embed Windows window into xscreensaver-demo window and in screensaver window. In last time I have worried about project state. I was starting it three months ago, but I really programme it since two-three weeks. The most weight reason is that, I don't k

DX6 more compatibility.

2008-06-27 Thread slawek
I have one game, that needs DX6, but lowest clone version of DX is 7. The game don't run, because in dlls/ddraw/surface.c:IDirectDrawSurface7Impl_AddAttachedSurface is check the surface have z-buffer. There's a notice, that the check been added, because of information in msdn about this function. T