similar to: WineLib Linker Error?

Displaying 20 results from an estimated 100 matches similar to: "WineLib Linker Error?"

2005 Mar 21
1
Program Crashes on Startup
Hi, I'm trying to run a software package for viewing weather data under wine, but the program crashes with an unhandled exception before I can even see a window. The program is freely available (for educational and non-commercial use) here: http://sdg.ocs.ou.edu/builds/final/win/WeatherScope/WeatherScope-1.2.1.exe This is running with Wine 20050310. I've included the relevent
2001 May 16
1
wine-20010510 fails to run?
The system I am using is a clean install of Mandrake 8.0 which has the gcc version 2.96 installed. I downloaded the wine-20010510 snapshot and successfully ran the ./tools/wininstall. The build seems to have run without problems and if I type: wine --version the correct release number is displayed indicating the install was also succesful. As per the FAQ I also did the following:
2006 Mar 06
1
Wins Installation problem on solairs x86 version 5.10
Follwoing errors are shown while installation. Any quick help will be highly appriciated. config.c: In function `init_server_dir': config.c:217: warning: right shift count >= width of type config.c: In function `init_paths': config.c:256: warning: unsigned int format, uid_t arg (arg 3) mmap.c: In function `try_mmap_fixed': mmap.c:107: warning: implicit declaration of function
2009 Apr 07
2
Running an R script from Delphi 7
Gentlepersons: A long time ago I used to be able to start R (version 2.6.1) from a Delphi 7 program and run a script by using a procedure like the following: function StartRAndWait (CommandLine : string) : Boolean; var Proc_info: TProcessInformation; Startinfo: TStartupInfo; ExitCode: longword; CreateOK : Boolean; begin Result := False; { Initialize the structures }
2008 Dec 21
0
[PATCH] Fix ectest to not check a case which isn't guaranteed to work, and which we don't use.
When I removed the special case for EC_ILOG(0) in commit 06390d082dcdfa8addb3dde337543bc0f0ebae44, it broke ec_dec_uint() with _ft=1 (which should encode the value 0 using 0 bits). This feature was tested by ectest.c, but not actually used by libcelt. An assert has been added to ec_dec_uint() to ensure that we don't try to use this feature by accident. ec_enc_uint() was actually correct,
2001 Feb 15
0
FrameMaker 6.0 problem - further information
I originally posted that I have been unable to run FrameMaker 6.0 under wine. Frame complains that it can't find printer fonts (whatever that means) and it prompts to see if I want to edit the registry. As requested by a couple of responders, I ran wine with font debugging on. Attached is the last 200 line of the log before the call to MessageBox(). Any ideas would be appreciated. Since
2010 Aug 23
1
[Bug] [Urgent] CreateProcess Failed internal error (1359)
Hi, I working on porting an IDE on MacOSX with the help of Wine, And I discover a random bug on wine. Please use this sample code to reproduce it (to be compiled on Windows): Code: ///////////////////////////////////////////////////////////////////////////// int Quit(int aReturnCode) { #ifdef _DEBUG wcout << L"Press Enter to quit"; getchar(); #endif return aReturnCode; }
2001 Feb 20
1
I need some help for using wine
hello, wich rpm must i download if i have glibc-2.1.92 ? (redhat 7.0) Yves ----- Original Message ----- From: <wine-users-request@winehq.com> To: <wine-users@winehq.com> Sent: Thursday, February 15, 2001 11:25 PM Subject: wine-users digest, Vol 1 #330 - 9 msgs > Send wine-users mailing list submissions to > wine-users@winehq.com > > To subscribe or unsubscribe via the
2001 Aug 01
1
wine & RH7.0 - failed dependencies
Hi I am using redhat 7.0 with the stock kernel. I downloaded the daily build of wine last night from <http://www.linux-easy.com/daily>. I just tried to install wine and it gave me the following messages: > sh-2.04# rpm -i -h ~gjs/wine-20010731-1.i386.rpm > error: failed dependencies: > libXv.so.1 is needed by wine-20010731-1 > libXxf86dga.so.1 is needed by wine-20010731-1
2001 Aug 06
3
WINE install Error
I need some help. I have downloaded the latest WINE tarball (731) and managed to get through the ./configure stage, installing rpms as needed. However, when WINE installs it gives me these set of errors: "cd `dirname wrc/__depend__` && make depend make[2]: Entering directory `/mnt/windows/Vault/Wine/wine/wine-20010731/tools/wr c' yacc -bppy -ppp -d -t ./ppy.y make[2]: yacc:
2001 Sep 03
1
(no subject)
Running a Dell Pentium III with Solaris 8.0 for Intel installed. Have X11 and Flex installed Downloaded Wine-20010731.tar.gz and am attempting to install on the machine. Please HELP!!! thanks warren I am getting the following errors: after running make depend && make LD_LIBRARY_PATH="../../unicode:$LD_LIBRARY_PATH" ../../tools/winebuild/winebuild -fPIC -L../../dlls -o
2003 Aug 19
1
Problems building dlls for use with winelib
Hi, I am currently having trouble building the DLLs of an application ported from Win32 to Winelib - compiling, thanks to some hints from Dimi O. Paun, now works fine, only(?) the final linking step fails. Since Winelib-documentation is unfortunately pretty outdated, I tried to orientate myself on the makefiles of the Winelib dlls in the cvs /wine/dlls/ directory. I tried the following
2001 Dec 26
0
Nero
Hi, i try to run Nero Bruning Rom 5.0 under Wine ! I had installed it with the wine release 20010731 that came with my suse 7.3 after adding the line [scsi c0t2d0] "Device" = "/dev/sg0" to my ~/.wine/config it ran fine and was able to burn CDs on my teac cd-r55s scsi recorder. Only some minor graphic glitches were annoying. The i removed wine build 20010731 and dowloaded
2006 Dec 04
8
Calling R functions in Delphi
Hello All, We would like to call quantile() function from the R-package STATS in a Delphi program. If this is possible, could anyone provide us with an example? Thanks in advance. --Anna ----------------------------------------- Anna Belova Abt Associates Inc. 4800 Montgomery Ln, St 600 Bethesda, MD-20814 phone: 301-347-5304 fax: 301-652-7530 http://www.abtassociates.com/environment
2001 Dec 09
2
Could not load 'USER.DLL' (RH7.2)
I find that I can't run 16-bit apps because of a problem with user.dll. Here is an example. [john]$ wine /mnt/C/Win31/cardfile.exe err:module:BUILTIN_LoadModule loaded .so but dll user.dll still not found Could not load 'USER.DLL' required by 'CARDFILE', error=2 Terminated A 32-bit app (such as notepad.exe) does work though, other than some minor issues related to fonts. I
2006 Oct 27
0
Wine release 0.9.24
This is release 0.9.24 of Wine, a free implementation of Windows on Unix. What's new in this release: - Support for multiple monitors using Xinerama. - Various MSI fixes and improvements. - A ton of memory leaks fixed. - Many common controls fixes. - Lots of bug fixes. Because of lags created by using mirrors, this message may reach you before the release is available at the public
2001 Aug 13
2
Setup Requires a different version - Half Life install problem
"Setup Initialization Error Setup Requires a different version of Windows. Check to make sure that you are running Setup on the Windows Platform for which it is intended." I have wine 20010731 installed from source, and I am trying to install halflife from the original cd. $ mount /mnt/cdrom $ cd /mnt/cdrom $ wine SETUP.EXE Anyone got any ideas? Other apps installed to a
2001 Sep 12
1
winedbg no longer launches automatically
Wine debug no longer launches for me. Not that I know how to use it, but I like trying to find and report bugs. Warning: /usr/bin/winedbg.exe not accessible from a DOS drive Warning: /usr/bin/winedbg not accessible from a DOS drive Warning: /usr/bin/winedbg 137011720.exe not accessible from a DOS drive Warning: /usr/bin/winedbg 137011720 not accessible from a DOS drive Warning: /usr/bin/winedbg
2001 Aug 02
1
Word97 on 'no-windows' computer
RH7.1, wine release 20010731. There is no windows installed on this computer and I try to install Word97 in 'no-windows' environment'. After I run 'wine setup' I see the initial word installation screen but after entering code numbers I see the following eror messge: Setup error 544: Setup is unamble to open data file E:\MSSETUP.T\~msstfof.t\Word97.stf. Run setup again from
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