similar to: Question about Winelib

Displaying 20 results from an estimated 10000 matches similar to: "Question about Winelib"

2001 Aug 15
1
WineLib Warning?
When compiling the following line of code using WineLib 20010731 you get a warning message. // generates a warning CompareString(LOCALE_USER_DEFAULT, dwFlags, s1, -1, s2, -1); These warning relates to the defines found in include/winbase.h file where we have: UINT WINAPI CompareStringA(DWORD,DWORD,LPCSTR,DWORD,LPCSTR,DWORD); UINT WINAPI
2009 Apr 26
4
Squeezing every last drop of performance out of DirectX
Hi Folks, I have been using Wine for some time now to run Team Fortress 2 (and other HL2 based games) on my Ubuntu system. I was previously running Ubuntu 7.10 with an Athlon64 3800+, a 7600GT (256MB of RAM), and 2GB of DDR2 333MHz. Recently I upgraded to Ubuntu 8.10 (i386) with an AthlonX2 64 6000+, an 8800GT (1GB of RAM) and 4GB of DDR 800MHz. I was really hoping for a nice performance bump
2008 Jun 13
2
WineLib child Window to X11 Window
Is there a way to create child winapi window to x11 window with winelib? I need it to port a piece of window application to linux. I need a HWND equivalent of X11 Window handle to pass it to CreateWindow as parent.
2002 Sep 25
3
Diablo, Direct3d, How to disable Direct3d
>I assume this is due to new Direct3D code that wasn't present when I last ran >DiabloII. If so, is there any way to disable this code so that Diablo doesn't >detect direct3d and runs with 2d directx like it always ran before? yes there is: go to your diablo ii installation dir. ( Program Files\Diablo ii ) then type something like: wine D2VidTst.exe you can now select what kind
2011 Jan 16
5
Winelib Calling POSIX function from Windows application
Suppose that I have Windows application using Code: LoadLibrary followed by Code: GetProcAddress It should be possible to load a library implemented in terms of POSIX function but I do not understand how. Should I load the dll.so file generated by winegcc or do i need a plain .dll file?[/code]
2002 Aug 26
5
Openglide
Do openglide 3d games work with wine, as they don't depend on directx?
2012 Feb 14
5
AMD/ATI or Nvidia
How well do AMD Radeon cards run on Wine now? From past experience, I wasn't able to get as many games to run with an ATI Radeon compared to Nvidia.
2010 Jan 03
3
dxdiag - exits without success
Hi there. I'm trying to turn on DirectX in Wine. (please read whole message, and only after that blamming me). Recently, I've used Gentoo and it's Wine. But after that, I switched to Fedora and start using Fedora's Wine. Some programs load successfully, but not DirectX. As I said before, everything was normal in Gentoo, but not in Fedora. (for both I have amd64 (x86_64) arch).
2001 Jun 28
3
Porting with Winelib
Hi, I am looking into good way to port Windows applications to Linux and hopefully any other Unixes. I'd like to know about questions below. If anyone answer them, I'd appreciate it. 1. Can I use Winelib to port commercial application whose sources will be not disclosed ? 2. Is it possible to link Winelib statically with an application and distribute it ? 3. In case that I
2008 Apr 25
2
White cube in dx 3d tests
Hi, I just installed DirectX 9.0c on latest Wine according to howto I found here on wine sites. Well the problem is, that in dxdiag 3D tests it shows just very fast spinning (that should be, shouldn't it?) cube, but with no DirectX texture on it, just a white cube. I have nVidia 8400MG. It's working 'cause in Windows I play normally with DX 9 installed. My distro is ArchLinux. Thx
2008 Jul 19
1
Re: Winelib: How can I compile a Borland C++ Builder application
N?stor Amigo Cairo wrote: > Hi! > > I'm new to winelib. I'm trying to port a Borland C++ Builder 6.0 > application, but I need VCL library: vcl.h. > > Any ideas?? I would want to make it run natively on Linux. You can't. Winelib still requires Wine to run it. It's a library not an executable. If you want to write native Linux application that can run by itself
2001 Apr 26
2
DirectX and Wine
I'm having problems compiling and linking a simple DirectX program with Wine. The problem is: a global variable c_dfDIMouse should be declared in dinput.h and defined in library dinput. c_dfDIMouse really is declared in dinput.h, but it seems that c_dfDIMouse is not declared in library dinput. During linking I get the error: undefined reference to `c_dfDIMouse'. Anyone got a clue? Thanks
2001 Jun 19
1
winelib with a dll
Sorry to bug you all, but I want to know if I am trying to do something impossible. I am trying to use winelib to compile an exe that links to a dll, without compiling the dll under winelib (i.e. the equivalent of simply linking in the .lib). I have a win32 DLL project (hw5) that generates a hw5.lib, hw5.dll and hw5.h under M$. I have a win32 gui exe project (hw6) that includes hw5.h, links to
2008 Dec 02
4
Downloading winelib??
Hi, Can anyone tell me how to install winelib? I cannot find it anywhere on the winelib website. Or does it come with Wine? Thanks Col
2001 Jul 10
1
winelib and no mfc
Hi, I have assumed that if I want to use winelib for porting, I must compile MFC under Linux regardless if my app uses MFC or not. Is this true? It seems like if I have to compile MFC and yet I don't use it, I should choose another alternative to port my app since the process of getting MFC to compile is extensive. Also, my app involves video compression for internet use. Should I expect a
2006 Jul 09
2
Wine - almost a laugh but really a cry
After reading about a major Direct3D rewrite in the new wine-0.9.16 version , I gave it a try (again) and installed it on my Fedora Core 5 system (Athlon64 3200+ with a Geforce 6600GT and latest proprietary nvidia driver installed - kernel-2.6.17-1.2145_FC5). To see whether anything has really changed, I dug up my old Diablo2/LoD and installed it. And Lo, things have changed! Whereas previous
2005 Feb 24
1
Run Direct3D Samples in CodeSamples
Hi All I am a newbie to Wine and I am trying to run some Direct3D 9 samples given in the Code Samples page.... However, the system gives me the following errors : err:module: import_dll Library d3dx9d_24.dll ( which is needed by - my program.exe ) not found err:module:LdrInitializeThunk Main exe initialization for my program.exe failed, status c0000135 It runs all samples and applications
2008 May 30
2
.dll settings?
all of my games that i try to install all ask me ti install directx, so i am wondering do i need to set some of the dx .dll's to native in winecfg or just ignore the directx promptings. also how do you change a game to render with openGL instead of directx? -- "Black holes are where god divided by Zero." -------------- next part -------------- An HTML attachment was scrubbed...
2001 Aug 14
3
questions about winelib
I need to write a win32 program. However, my workstation is a Linux box. I was goingto create a cross compiler and compile my code and run it on wine... However, I heard about winelib, and allegedly I can just use winelib and compile on my linux box using good ol' gcc and it will just work. Is this true? If so how would I set that up? Where can I find the docs?
2001 Nov 22
3
Compiling winelib on SPARC
Does the latest winelib compile and work on the Sparc? Are there any special patches/instructions for this? Are there any mirrors that have the precompiled binary winelib for Sparc? Thanks in advance.