similar to: winlib help - program hangs - one more

Displaying 20 results from an estimated 6000 matches similar to: "winlib help - program hangs - one more"

2003 Mar 10
2
AOL on Linux
Hello. I am a newbie to wine. In my local area, the only way to have unmetered access to th internet is to use AOL. After some research on the internet, it gas come to light that some linux users have managed to install AOL's version 5.0 of their software to access AOL. Following these instructions, AOL5 is installed on my computer. The command "wine setup32.exe" was run. AOL5
2013 Feb 04
1
Subfolders problem
I have moved from dovecot 1.x to 2.x and I have big problem with subfolders. When I'm moving subfolder with other subfolders is moving only main subfolder, without subfolders, example : mail-storage-1 /var/vmail/home/adamskitest/mdbox/mailboxes # find | egrep -e "janusz|jarek" ./jarek ./jarek/dbox-Mails ./jarek/dbox-Mails/dovecot.index.log ./jarek/jarek2 ./jarek/jarek2/dbox-Mails
2002 Aug 11
4
Install Shield
I wanted to install a multimedia encyclopedia in my pc, it used the usual version of install shield thet dosen't work with wine, but I got a message (In italian, the software I was installing is in italian) that can be translated like this: Some system components must be updated before performing install. Something was installed, including windows media player 6.4, and wine crashed. I had a
2002 Nov 04
1
samba not showing all files.
Hello, I've got a web server with samba running on it. The idea is i have a samba web share to which users can put web pages. My problem is none of the files are being shown, i have 5 folders and 24 files, only the five folders show up in a network neighborhood view. I've checked permissions, all the users can place content in that location, but the files are not visible. samba 2.2.6, any
2001 Feb 07
2
Undefined symbols
Where could I get information about wine libraries content ? For instance, if I'm migrating a WNT console based application using winelib, which is the library I must link with object files ? I don't have this information. Thanks in advance. Ignasi Villagrasa.
2002 Aug 14
2
Linux C++ program using 3rd-party DLL?
Hi, I'm working with a spectrometer at an research institute but they only have windows 16-bit dll to control the sprectrometer. The dll is documented. My question is: Can I write a linux c++ program that uses this dll with wine? On the wine webpage it says "Optional use of external vendor DLLs" but how do I do it? On a first glance I have also not found any hints on that in
2005 May 31
2
FYI: Problems while loading package "class (VR)"
Hi, Today, I performed automatic updates of packages and somehow lost "class" package. I loaded a library that depended on it and got: Error: package 'class' could not be loaded In addition: Warning message: there is no package called 'class' in: library(pkg, character.only = TRUE, logical = TRUE, lib.loc = lib.loc) I tried to load it by instal-package: class (VR) and
2002 Dec 29
1
TWAIN
Hi :) I installed TWAIN drivers for my scanner under wine ... everything done with success, next I installed IrfanView ... everything done ... but when I want to choose TWAIN driver in IF it says that it can't find driver. Is there any solution? Wine doesn't support TWAIN or maybe its IrfanView problem? Greetings, Nookie
2005 Mar 25
2
Casting in R
Hi, I am looking for functions that would allow me to access raw binary data of R vectors. One way would be to use: x = (1:10)*pi writeBin(x, "temp.bin") r = readBin("temp.bin", "raw", n=length(x)*8) Other to write my own C code. Is there any other simpler way? I this message is a rewording of my yesterday message "Looking for function for Double to
2005 May 26
2
Reading text files and readLine
Hi, I am trying to write a function to read in a whole text file as a single string ( so I can calculate its "sha1" hash function using package "digest"). I need a single string containing the whole file, and so far I was using paste(readLines(fileName), collapse = ""). Unfortunately this function gives me warnings : incomplete final line found by readLines on
2002 Oct 28
1
Asset Navigator and wine
I'm extremely new to wine and I'd like to completely move off of windows at work but I'm running into problems getting the a program (Asset Navigator) to work with wine. I launch it and I get a list of errors then straight to the debugger. Here is a list from the terminal window . (Is there a way to get the debug output in file format?) fixme:commctrl:FlatSB_SetSCrollProb stub (this
2003 Mar 14
1
Trying to run Office97 Setup in Native Wine
warn:module:BUILTIN32_dlopen cannot open .so lib for builtin winspool.drv: /usr/lib/wine/winspool.drv.so: cannot open shared object file: No such file or directory warn:module:MODULE_LoadLibraryExA Loading of native DLL C:\Windows\System\winspool.drv failed (error 193). warn:module:MODULE_LoadLibraryExA Failed to load module 'C:\Windows\System\winspool.drv'; error=193
2003 Apr 13
1
wine-win2000-office-redhhat
I postep a msg before, I follewed some of the advices, I upgraded to Wine 20030408 and well for what has to do with winword the same, it opens a window saying that msi is needed (microsoft installer), so ideas about how to solve this.... please.. and well I installled the new wine from a rpm, I tryed to run sol.exe and runs ok, then I tryed to run photoshop.... and again noo way, for photo
2005 May 27
1
xmlAttrs and problems with reading node attributes of XML file (b ug?)
Hi, Consider the following code: require(XML) xmlFile = paste( "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>\n", "<mzXML xmlns=\"a\" xmlns:xsi=\"b\" xsi:schemaLocation=\"c\">\n", "<parentFile a=\"a\" b=\"b\" />\n",
2005 Oct 04
6
Animation of Mandelbrot Set
Hi, I was playing with Mandelbrot sets and come up with the following code, I thought I would share: library(fields) # for tim.colors library(caTools) # for write.gif m = 400 # grid size C = complex( real=rep(seq(-1.8,0.6, length.out=m), each=m ), imag=rep(seq(-1.2,1.2, length.out=m), m ) ) C = matrix(C,m,m) Z = 0 X = array(0, c(m,m,20)) for (k in 1:20) { Z =
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?
2004 Sep 09
3
function "apply" and 3D arrays (PR#7221)
Full_Name: jarek tuszynski Version: 1.8.1 OS: windows 2000 Submission from: (NULL) (198.151.13.10) Example code: > a=array(1:27, c(3,3,3)) > apply(a,2, var) [,1] [,2] [,3] [1,] 1 1 1 [2,] 1 1 1 [3,] 1 1 1 [4,] 1 1 1 [5,] 1 1 1 [6,] 1 1 1 [7,] 1 1 1 [8,] 1 1 1 [9,] 1 1 1 > apply(a,2, mean) [1]
2005 Sep 15
2
Splitting the string at the last sub-string
Hi, I need to split a string into 2 strings, with the split point defined by the last occurrence of some substring. I come up with some convoluted code to do so: str = "Chance favors the prepared mind" sub = "e" y = unlist(strsplit(str,sub)) z = cbind(paste(y[-length(y)], sub, sep="", collapse = ""), y[length(y)]); y z z[1] z[2] Is there a simpler way
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
2009 Sep 29
3
Equivalent for Matematica function Which...
Dear All! I'm looking for equivalent of Matematica function "Which" which works as follows: z = Which[x<10,0.3, 10<=x<20,0.5, 20<=x<100,1] where x is a vector I can replace it with custom function with set of ifelse but I'm looking for simpler and faster (much faster) solution best wishes Jarek