similar to: winelib setup problem

Displaying 20 results from an estimated 400 matches similar to: "winelib setup problem"

2001 Jun 22
1
What will I need
Thanks, but will I need any special libraries (tcl or something)? Once again thanks for help U¿ytkownik "Bill Medland" <medbi01@accpac.com> napisa³ w wiadomo¶ci news:01c0fa80$6752a040$6f0c10ac@medbi01... > GodMan <godman@tenbit.pl> wrote in article > <9gt6hn$jbb$1@news.internetia.pl>... > > Hello, > > What will I need (and where can I download it?) to
2001 Aug 02
1
processes don't die
I can't even think how to search winehq for this one. I have been running Wine successfully one one machine for ages. without problems. I am setting up a fresh machine. On that machine when I run the same application it leaves a whole load of copies of wine processes running when the application shuts down. I can't see any obvious differences in the config. Does anyone have any
2001 Sep 06
1
crystal reports under wine
Has anyone had any success with Crystal Reports under Wine? The problem I am currently having is with the print engine itself and is probably nothing to do with printing; Page fault on trying to access 0x00000000 in CRPE32.DLL.Prompt3DViewAngle (which I presume is bought in by Crystal from 3dgraphics) The dll is either version 8.0.0.371 or 8.0.0.392 -- Bill Medland
2001 Apr 10
3
DLL at fixed location and memory sharing between executables
Is there a way to get the following to work under WINE? (i.e. to get two executables to share global memory as they do under windows) We have a DLL that is at a specified memory location. At the top of the code a variable is declared as follows: #pragma data_seg( "global_mem" ) #pragma bss_seg( "global_mem" ) unsigned uAttachmentCount = 0; Now.. The main program links
2006 Feb 19
1
Importing data
Hi all, I'm a new R user trying to import some tab delimited data. It's not clear to me why the following code won't work on my Mac: > read.delim("asphodel:Users:will:Desktop:Math_282:hw2:hw2- data1.txt",header=TRUE) Error in file(file, "r") : unable to open connection In addition: Warning message: cannot open file
2001 Dec 09
2
compile failure at - libavifile.so Error Code 2
I am trying to install wine from the latest source on a FreeBSD 4.4 box. I did chip# ./configure --prefix=/usr/local/wine chip# make depend && make then chip# make install but am getting the following error. cd `dirname advapi32/__install__` && make install [ -d /usr/local/wine/lib ] || mkdir -p /usr/local/wine/lib /usr/bin/install -c libadvapi32.so
2013 Jul 23
0
[LLVMdev] Questions about MachineScheduler
On Jul 22, 2013, at 11:50 AM, Tom Stellard <tom at stellard.net> wrote: > Hi, > > I'm working on defining a SchedMachineModel for the Southern Islands > family of GPUs, and I have two questions related to the > MachineScheduler. > > 1. I have a resource that can process 15 instructions at the same time. > In the TableGen definitions, should I do: > > def
2001 Apr 18
1
Runtime error with winelib and CreateMutex()
Can't find anything at goggle, so hope someone in this group can help. I've installed codeweavers-wine-20010305-1.i386.rpm on my RedHat 7.0, which put everything in /opt/wine/. I built the following program (in file hello.cpp): #include <iostream.h> #include <windows.h> int main() { INT i = 0; cout << "i = " << i << endl; HANDLE h =
2001 Sep 17
1
whats the status on winhlp32?
I am just starting to look into the help side of our application and wanted to check on the status, especially with regard to the following: 1. We have to use the Microsoft winhlp32.exe; there isn't a Wine version? 2. It requires the native comdlg32.dll and/or comclt32.dll to get the Index button to do anything 3. Even then, that will only bring up the index itself, not the contents nor the
2001 Sep 05
3
Problems setting up printing/registry
I am trying to set up Wine to be able to print. I am able to print from Linux I am able to print ps from Linux I am following a combination of the westfalen HOWTO and the Wine documentation (assuming that the documentation is more up to date) I am testing by trying to print from notepad. I have got as far (after too many hours!!) as the following when I select the Print option
2008 May 07
2
Homeworld 2 fails to launch
I haven't been able to get HW2 to launch under wine when i try it always spits out this along with a TON of fixmes, all having something to do with dxdiag wine: Call from 0x7b841e00 to unimplemented function ntoskrnl.exe.IoGetDeviceProperty, aborting wine: Call from 0x7b841e00 to unimplemented function ntoskrnl.exe.IoGetDeviceToVerify, aborting any ideas? all of the wineappdb tests have
2009 May 16
1
Homeworld 2 Crash right after start?
Hey Everyone, I cant get HW2 to work for some reason. I looked at the APP DB and it did not help me much. I run it but i get an error. It just creates a dump file that reads as follows : Homeworld2.exe caused a Breakpoint in module Debug.dll at 0023:003f19b6. Error occurred at 5/16/2009 01:03:58. Homeworld2.exe, run by domce. Microsoft Windows XP?. 2 processor(s), type 586. 1986 MBytes
2020 Jun 13
5
Voice "broken" during calls
Am 13.06.2020 um 13:47 schrieb Michael Keuter: Hi > Try "sip show peer <peername>" for a phone. So: mobile phone: bpi*CLI> sip show peer 0049177xxxxxxx * Name : 0049177xxxxxxx Description : Secret : <Set> MD5Secret : <Not set> Remote Secret: <Not set> Context : default Record On feature : automon
2013 Jul 22
2
[LLVMdev] Questions about MachineScheduler
Hi, I'm working on defining a SchedMachineModel for the Southern Islands family of GPUs, and I have two questions related to the MachineScheduler. 1. I have a resource that can process 15 instructions at the same time. In the TableGen definitions, should I do: def HWVMEM : ProcResource<15>; or let BufferSize = 15 in { def HWVMEM : ProcResource<1>; } 2. Southern Islands has
2005 Dec 30
5
Dtrace locks up on sol
Hi all... I''ve just got my hands on a Solaris 10 box for the first time. I''ve heard wonderous things about dtrace, so the first command I type is dtrace -l which disappointingly does nothing at all. It just hangs, and neither Ctrl-D, Ctrl-C or kill -9 from another shell will do anything to kill it. The box is: SunOS t2000 5.10 Generic_118822-25 sun4v sparc SUNW,Sun-Fire-T200
2015 Feb 27
1
[LLVMdev] clang\clang++ 3.6.0 don't find C\C++ header , in windows ?
1 hour ago I downloaded llvm-3.6.0-rc4-win32.exe from http://llvm.org/pre-releases/3.6.0/ . I tried to compile simple C code that just print "hello" , but it didn't compile , because clang.exe can't find . when I use clang-cl.exe with the same code , it worked . I also have the same problem with clang++ even with , I add -I flag to GCC (4.9.1) C++ headers , the result:
2011 Apr 18
8
When i run the application theres something error anyone -
When i run the application theres something error PROGRAM ERROR then blah blah anyone help me how to configure this application:(
2011 May 09
57
Does wine support rts. program?
anybody tell me does wine supported rts program.. ?
2011 Sep 28
7
Accpac :( :(
i think nobody cant fix my problem until now... im waiting for 3months.
2020 Jun 13
0
Voice "broken" during calls
So the call used Alaw as Codec. > Am 13.06.2020 um 17:23 schrieb Luca Bertoncello <lucabert at lucabert.de>: > > Am 13.06.2020 um 13:47 schrieb Michael Keuter: > > Hi > >> Try "sip show peer <peername>" for a phone. > > So: > > mobile phone: > bpi*CLI> sip show peer 0049177xxxxxxx > > > > > * Name :