Displaying 20 results from an estimated 100000 matches similar to: "Re: The meaning of L"\??\C:\Program Files..."?"
2004 Apr 14
1
Passing a pointer to .C() in Win32
Hi,
Is there any way to pass an integer from R to C and have
it cast as a pointer?
# Win32 Example:
library(tcltk)
tt <- tktoplevel()
hWndString <- tclvalue(tkwm.frame(tt))
# I'll avoid posting code to this function:
source("http://bioinf.wehi.edu.au/folders/james/R/hexStringToDecimalInteger.R")
hWnd <- hexStringToDecimalInteger(hWndString)
system32 <-
2002 Oct 26
0
How to prevent batch rsync to write rsync_argvs files in the home directory
Hi,
Whenever i am using the command
rsync --write-batch -av --stats `cat $1` -e ssh user@remote machine:/destination/
This is writing rsync_argvs files in the home directory as well as to the destination directory.
Can anyone give me any idea as how to prevent the writing of rsync_argvs files in the home directory which is of no use.
Regards,
Surabhi.
> ----------
> From:
2004 Sep 16
2
[LLVMdev] Files to lib/System/Win32
No, there isn't. It was originally published in Microsoft Systems
Journal. There's no license I can find in any of the files that
accompany the article. If publication in MSJ or MSDN doesn't make it
fair game, then I guess I'll have to rewrite it.
On Wed, 15 Sep 2004 21:28:04 -0700
Reid Spencer <reid at x10sys.com> wrote:
> Jeff,
>
> Thanks for the patch. It
2006 May 12
0
win32-process 0.4.0 - SIGINT/SIGBRK not working
Hello, I''ve been trying to use the PureRuby win32 process gem.
This is my child.rb file:
# child.rb
puts "child process #{Process.pid} started at #{Dir.getwd}"
trap("INT") {
puts "SIGINT signal received."
exit(1)
}
trap("TERM") {
puts "TERM signal received."
exit(1)
}
trap("KILL") {
puts "KILL signal
2004 Sep 16
0
[LLVMdev] Files to lib/System/Win32
Jeff,
Thanks for the patch. It looks good except for the code copied from
Microsoft. That software is copyrighted by Microsoft and cannot be
entered into the LLVM code base without some kind of license. Was there
an MSDN license that came with this software? If so, could you please
send it to me?
Also, the formatting of that code needs to be adapted to LLVM coding
standards, like the rest of
2009 Sep 17
1
smb.conf(5) format meaning question
In the smb.conf manpage, there is a notation used, (G) or (S) for global or share.
Does (S) mean it can only be used in a Share section (i.e. - will be ignored
in the global section), or is that they *can* be applied at the share level,
and, possibly set a default in the 'G'lobal section?
example:
"ea support = yes"
Seems like that could mean that extended attrs are
2004 Sep 28
2
wine: cannot determine executable type for L"C:\\Program Files\\lotus\\notes\\nlnotes.exe"
Hi all,
I'm tryong to have Notes running under Linux, but when I launch it I get
this error :
[yann@localhost yann]$ wine "c:\Program Files\lotus\notes\nlnotes.exe"
wine: cannot determine executable type for L"C:\\Program
Files\\lotus\\notes\\nlnotes.exe"
Anyone can help ??
Thanx
2005 Nov 22
1
Win32 Service Timeout command
> -----Original Message-----
> From: Jamey Cribbs [mailto:cribbsj at oakwood.org]
> Sent: Tuesday, November 22, 2005 2:44 PM
> To: Berger, Daniel
> Subject: Win32 Service Timeout command
>
>
> Hi, Dan. I have a quick question. Is there a way to set a timeout
> variable when starting/creating a win32 service using your package?
> When I attempt to start a
2009 Apr 30
0
CreateProcess and redirected stdout from Linux apps?
I'm using Wine 1.0.1. I have a Win32 application that uses ShellExecute in some places and CreateProcess in others to execute batch files and executables. Under both Windows XP and Wine, both ShellExecute and CreateProcess execute their executables successfully.
However, when using CreateProcess on Windows the output of batch files or console apps is redirected and displayed in a text box
2015 May 11
0
Windows environmental variables
Hi,
I recently had some difficulty getting an embedded R session running
on Windows, due to the way that R Sys.getenv works, which I would
consider a bug. Even if you do not agree, then you may still want to
document it for future users who might be bitten.
As outlined in R-exts (?8.2.2):
http://cran.r-project.org/doc/manuals/r-release/R-exts.html#Calling-R_002edll-directly
R_HOME/bin needs to
2005 Jan 25
3
Change Journals
Hi,
I''ve released win32-changenotify 0.3.0 today. Take a look.
Park and I have discussed a Ruby interface to change journals a little bit:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/base/creating_modifying_and_deleting_a_change_journal.asp
Park, would you like to do this, or did you want me to? I wasn''t sure from
your RubyForge post.
Also, do
2006 May 23
2
Can Win32 service more than one rails request at atime?
> On 5/23/06, Walter <Walter at mwsewall.com> wrote:
> [...]
> > I realize that mongrel is not thread safe, I was hoping mongrel might
> spawn a few processes and serve them in the background to emulate what I
> wanted.
> >
>
> Rails is not thread-safe.
>
Yes, that?s what I meant.
<snip>
>
> The idea of the BackgroundDrb is that you perform
2009 Jun 28
1
I need to be able to retrieve windows user info on a windows server.
Hi, I'm a Linux newbie.
I've been doing novice level programming on Delphi win32 for about 2 years,
and recently, I've been exploring freepascal/Lazarus on Ubuntu because I
want to port a small win32 application to Windows. I've managed to port
over most aspects of the win32 app, including database, but I'm now stuck at
trying to find a Linux equivalent of the netapi32 (a
2005 Jul 13
1
Windows program calling another program
I saw a discussion that looked exactly like the issue that I'm having,
but turned out to be a divide by zero error instead. I apologize if
this issue as already been addressed.
I am trying to run an IDE called MPLAB(v7.20) under wine(v20050524).
I can get the IDE up and it will successfully call another program
called mpasmwin.exe which assembles the file. This mpasmwin program
generates
2001 Jan 17
1
Scientific notation?
Hi,
Would there be a function and/or some options to force R to write a value of
say 1.0e-4 as "0.0001"? More specifically I want to use R to write ASCII
file(s) for other programs to read and some of these programs don't know how
to deal numbers in scientific notation or have a different convention.
Thanks in advance.
Yves Gauvreau
B.E.F.P. Universit? du Qu?bec ? Montr?al
cyg at
1997 Apr 01
0
R-beta: Re: R-alpha: windows advice
>
> Start Up
> ========
> Second, under Unix we have a Rprofile in the library directory but users
> can also have their own Rprofile files in different directories. Since
> R is not launched from a command line it seems hard to arrange this
> under windows.
> If an image gets saved I was planning to link it (via a double click) to
> the R.exe and in that instance I
2004 Sep 15
2
[LLVMdev] diffs for vc7.1
On Wed, 2004-09-15 at 08:58, Jeff Cohen wrote:
> On Wed, 15 Sep 2004 07:39:23 -0700
> Reid Spencer <reid at x10sys.com> wrote:
>
> > Yes, in fact I'd be daring enough to suggest that it be the standard.
> > We'll have fewer compilation problems with VC++ 2005 because it is
> > (supposedly) more standards compliant than previous versions. Please use
>
2004 Dec 13
0
[LLVMdev] Which StatusInfo fields should have values set when dealing with win32 platform
Henrik,
modTime.fromWin32Time(ftLastWriteTime);
Note that you'll need write a "fromWin32Time" for the TimeValue
class to make the conversion of ftLastWriteTime to TimeValue's
notion of normalized time.
isDir = dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY;
fileSize = nFileSizeLow + (nFileSizeHigh << sizeof(DWORD)*8);
The mode, user, and group fields aren't
2005 Feb 01
0
Some updates and questions on Takaaki''s problems
Hi all,
I think I''ve narrowed down the problem with
win32-file. It appears that EncryptFile() and
DecryptFile are only supported on Win2k or later. So,
I made some minor modifications to the extconf.rb and
source files and released win32-file 0.4.2 tonight.
That *should* solve that problem.
As for win32-shortcut, I''m not sure why it doesn''t
like IID_IPersistFile, or
2007 Dec 11
0
[ win32utils-Bugs-16211 ] win32-service will not install/build corectly if the system has VC8
Bugs item #16211, was opened at 2007-12-10 15:40
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=411&aid=16211&group_id=85
Category: win32-service
Group: Packaging
Status: Closed
Resolution: Rejected
Priority: 3
Submitted By: Sorin Sbarnea (intersol)
Assigned to: Daniel Berger (djberg96)
Summary: win32-service will not install/build corectly if the system