font issues

2005-10-08 Thread luis lenders
Hi, what i find rather confusing in current wine , is that it only tries to use the fonts in ~/.wine/drive_c/windows/fonts. Lets say i'm a new user and i want to try out wine. I create a new directory ~/.wine and i try to install for example Guitar pro demo: http://213.246.36.227/download/GP4DEMO_E

Re: winamp and OleMainThreadWindow

2005-05-02 Thread luis lenders
Hi, whenever i run winamp i get an "extra" window like in attached screenshot (in the upper left corner): http://uk.f257.mail.yahoo.com/ym/ShowLetter/Untitled.jpg?viewimg=1&box=Inbox&MsgId=8406_5641744_357203_1322_61137_0_2958_82368_3272969419&bodyPart=2&filename=Untitled.jpg&tnef=&YY=45250&order=

Re:VfwCapture question (and attached a v4l2 patch for msn 6.2 webcam - Attempt 1)

2005-04-20 Thread luis lenders
Hi, looking at the screenshot this looks quite promising i must say! Although i do not use this app personally i think this is, like office and directx games (for which development unfortunately seems to have stopped :( ), one of them "killer applications" meaning widely used and very popular an

Re:Tooltips in own windows

2005-04-20 Thread luis lenders
uncomment the "Managed" line problem is still there. if i use WINE REGISTRY Version 2 [x11drv] "Managed" = "N" "UseTakeFocus" = "N" # [/wineconf] the tooltip problem is gone! Maybe it could help you to fix the problem, but at this moment i wouldn&#x

Re:Tooltips in own windows

2005-04-20 Thread luis lenders
Don't know if this is of any help to you but i noticed this problem too using some apps and it dissapears , if i remember correctly, using native comctl32. So you might run the apps using WINEDEBUG=+comctl32 to track down the problem. Regards I just wanted to make sure folks were aware of

How to implement a callback function

2005-04-17 Thread luis lenders
Hi , i would like to implement this function: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/multimed/htm/_win32_cappreview.asp Here fpProc is a pointer to the preview callback function Applications use this to get access to the videodata. Right now i already have a preview window

Preview-window works in Virtualdub,Paltalk etc.

2005-03-20 Thread luis lenders
Hi, don't know if it's of much use for anyone, but i can now view the images from my webcam in the preview window in programs like Virtualdub, Paltalk and WebCamnow. Basically the attached "patch" reads a RGB-image from my video4linux device and "turns" this into a bitmap, which is then displayed

Re:avicap32 patch

2005-03-08 Thread luis lenders
Hi That patch won't work. You forgot to include the changes in the headers in vfw.h I've sent you, e.g. #define WM_CAP_STARTWM_USER #define WM_CAP_UNICODE_START(WM_USER +100) #define WM_CAP_DRIVER_CONNECT (WM_CAP_START+ 10) #define WM_CAP_DRIVER_DISCONN

Re: Regression in "DeusEx"

2005-02-12 Thread luis lenders
Hello again, > The patch: > http://www.winehq.org/hypermail/wine-cvs/2004/10/0395.html > > Log message: >Get rid of the WIN_NEEDS_BEGINPAINT flag, Windows will happily loop >forever too if WM_PAINT is not handled properly. > > Causes regression in the game "DeusEx". > The game was pla

Re: Regression in "DeusEx"

2005-02-07 Thread luis lenders
It also causes a regression in foobar2000, see last comment on http://appdb.winehq.org/appview.php?versionId=2355 Hello again, > The patch: > http://www.winehq.org/hypermail/wine-cvs/2004/10/0395.html > > Log message: >Get rid of the WIN_NEEDS_BEGINPAINT flag, Windows will happily loop >

Regression in "DeusEx"

2005-02-07 Thread luis lenders
Hi, this patch also breaks foobar2000, see http://appdb.winehq.org/appview.php?versionId=2355 last comment Hello again, > The patch: > http://www.winehq.org/hypermail/wine-cvs/2004/10/0395.html > > Log message: >Get rid of the WIN_NEEDS_BEGINPAINT flag, Windows will happily loop >foreve

Re: video4linux - wine

2005-01-05 Thread luis lenders
MediaHost (TM) wrote: >> However, is there any development going on concerning v4l and/or USB? >> Actually it's a pity, that I couldn't realize this projectwe would >> have been willing to invest in such code >I'm not sure what the capabilities of video4linux are, >which devices it >su

Could someone look at this simple code and explain why it doesnt work?

2004-11-16 Thread luis lenders
Hi, i found this very simple app which just pops up a window: #include LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) { switch (msg) { case WM_DESTROY: PostQuitMessage(0); return 0; default: return DefWindowProc(hwnd, msg, wpa