Displaying 20 results from an estimated 36 matches for "myprograms".
Did you mean:
myprogram
2011 Jan 18
2
Surprise Thread Preemptions
Hi,
I would like to know about which threads will be preempted by which on my OpenSolaris machine.
Therefore, I ran a multithreaded program "myprogram" with 32 threads on my 24-core Solaris machine. I make sure that each thread of my program has same priority (priority zero), so that we can reduce priority inversions (saving preemptions -- system overhead). However, I ran the following
2009 Aug 08
1
How to pass flags (arguments) to an application
Hi everyone. I have a problem running a Windows appilcation with wine.
The application is a Acucobol program.
When I run "wine wrun32.exe myprogram" it works ok.
When I run "wine wrun32.exe -C config.cfg myprogram" wine says
myprogram doesn't exist.
Any help?
--
Marcelo Arroyo
2003 Jan 08
3
Errors running R in Batch mode under Win2000
I have made many different attempts to run a R program in Batch mode. I run a DOS command like:
C:\Progra~1\R\rw1061\bin\rterm.exe -q --no-restore --no-save myprogram.R out.txt
What happens:
1. DOS Shell starts up well
2. R starts
3. I get the messages:
"ARGUMENT 'myprogram.R' __ignored__"
"ARGUMENT 'out.txt' __ignored__"
4. R Shell is ready to
2018 Nov 26
3
CentOS 7 bash perhaps off topic
hi all,
I have a small script that seems to be exiting and hitting the sleep 60...
The smwebsocket just connects to the web socket provided and outputs the
data. This works manually.
the myprogram just opens a database and writes the line...
My desire is to run the smwebsocket, connect to the websocket and output
the data (line by line) when we get a line that matches Location take that
line
2012 Jan 21
1
recomile a dll file in R
dear all,
I created a dll file from a fortran program. How I can recompile it in R? I
use "dyn.load(F:/myprogram.dll)" without any error but when I run
"source(F:/myprogram.r)" this error occurs:
"Error in file(file, "r", encoding = encoding) :
cannot open the connection
In addition: Warning message:
In file(file, "r", encoding = encoding) :
2009 Jan 25
4
Too much functionality in WINE
...ible options at compile time, is there a list of files that are required for just the wine executable. apparently ldd wine doesn't completely work for this and readelf was not too helpful. It did great for what is required to run wine but I guess I need to know where the dlls, etc... are that myprograms call when run with wine.
2007 Dec 10
1
Question re: RWinEdt conflicting with my WinEdt
Hi,
This is a question regarding the RWinEdt package for R. I have WinEdt
5.5, RWinEdt 1.7-9, and R 2.6.0 on WindowsXP.
Somehow my configuration or start up files between RWinEdt and WinEdt
are getting confused. Usually when I open either one, the last files I
was working on *with that program* are opened automatically. So if I
last used mydoc.tex in WinEdt and myprogram.R in RWinEdt those
2006 Dec 20
2
\Sexpr in MikTex
Greetings, \Sexpr{} has worked on MikTex with earlier versions of R, I can not seem to get it to work with
R-2.4.0. I run Sweave with MikTex using the following statement in Run under Accessories.
latex -include-directory="C:\Program Files\R\R-2.4.0\share\texmf" "C:\Documents and Settings\Suzette\Desktop\MyFile\MyProgram.tex"
Any advice would be much appreciated,
Suzette
2010 Aug 18
8
No wine command
I installed wine, but when I type wine in the console the command are not found! Please help me.
2009 Jul 07
2
Transferring files Mac OS X 10.5.6
Hey, I'm trying to transfer a file from my Mac desktop to my wine program folder. The situation is that I downloaded a setup .exe to my Mac desktop and was able to use it to install my program with wine. Now I need to update the software and all I have available is the .exe for the program itself to replace in the program folder.
basically, i need to replace
wine "c:\program
2009 Sep 23
1
Strange behaviour with global variable in C
I understand global variables can be a bad idea, but even so I would like to
understand what is going on here...
### DESCRIPTION OF PROGRAM ###
...I have a strange bug on a global variable in some C code which I am compiling
using
$ MAKEFLAGS="CFLAGS=-g -O0" R CMD SHLIB myProgram.c
the global variable in question is the log likelihood. In an old version of the
program I initialized
2008 Jun 24
9
No Sound in Wine - disable / remove pulseaudio
Wine requires direct access to sound device(s) to make sound. This is true for both ALSA and OSS driver back-ends. However most sound servers are not compatible with neither of these back-ends. This also true about pulse-audio - it is not fully compatible with Wine.
If you using new distro (Fedora 8, Ubuntu 8.04, SuSE 11) and do not have sound you should:
1. Report problem to your distro support
2004 Mar 01
2
dynamic linking
Hi,
I want to set up a dynamic link between a library e.g. myLibrary.a and a
C++ file myProgram.cc to use in R. Is this possible? If so how does one
go about doing it?
Any help will be greatly appreciated.
Cheers,
Sam.
2006 Nov 27
2
calling R from cmd line, loading in data sets on the call
Hi -
I have read the archives on R cmd and passing parameters, and I guess I
am not totally clear if that solved this problem ...
I would like to call an R script from the command line, and in the
process pass in data sets and parameters ... right now, I manually
specify the files to be read in as the data sets for the script, and
then it processes, but I need to be able to automate this
2007 Apr 04
1
Need mtrace (malloc debugging) help
Hi all,
I am using "mtrace" malloc debugging utility to trace memory leaks in my
application.
I followed following steps:
1. Added mtrace() function in the beginning of my main function.
2. exported the MALLOC_TRACE environment variable.
$ export MALLOC_TRACE=memory.log
3. Run the program
4. trace the program for memory leaks.
$ mtrace <myprogram> $MALLOC_TRACE
But In
2007 Mar 19
0
Re: Multiple users without write permission on "drive_c"
Grischa Stegemann <grix7-usenet@yahoo.de> wrote:
> I have a multiuser environment with lots of users. Some of them are supposed to
> use a program running with wine. The problem is how to make the users in
> question use a global "drive_c" directory without giving them write permissions
> to it?
>
> So far I have a wrapper script which copies a '.wine'
2008 Apr 15
1
Running Windows console program
Hello,
I have a Windows console program (not DOS) which must give me a console output. I run program using such command "wine myprogram.exe" in a bash window. Wine shows me no error, but I don't see any output of myprogram.exe
Thank you for any suggestions. :)
2009 May 20
2
Creating a Rpm with a windows-program and wine included
Hello,
I am trying to make an RPM for Linux that provides a windows program (That runs as a service on win) with included wine. The role model for this is google picasa. Picasa doesn?t need Wine to be installed.
Can anyone give me advice on how this has to be done?
2010 May 01
4
Re: Access HTTPS/SSL enabled sites
Gert van den Berg wrote:
> On Wed, Jan 6, 2010 at 08:52, matvrix <wineforum-user at winehq.org> wrote:
>
> > crypt32 has to be "Native, Builtin"
> >
> >
> But if its not included with IE, you need to copy it for Windows,
> otherwise the wine buildin gets used...
In /usr/lib/wine is a crypt32.dll.so.
How can I use the crypt32.dll from a windows
2011 Mar 05
1
Titan quest on web
Hello,
I tried to install titan quest today, install works, i test the game it works,I put my save game and I try to go joining a game on net.
I had an error about C++ ... (it isn't important)
Today 4 hours before I got the same bug on windows seven, solution was running game on administrator mode.
I tried to do a sudo wine myprogram.exe, it give :
Code:
.wine is not owned by you