Displaying 20 results from an estimated 9000 matches similar to: "symlinks"
2005 Feb 26
7
Symlinks for Windows
Hi all,
Dave Burt mentioned the possibility of adding symlinks
to the Dir class.
http://www.sysinternals.com/ntw2k/source/misc.shtml#junction
There is also Autrijus Tang''s symlink Perl module at
http://search.cpan.org/~autrijus/Win32-Symlink-0.04/
Looks easy enough, but it only seems to work for
directories, not regular files. Should we add this to
the Directory class, or simply
2004 Aug 28
2
We need a new installer!
I''ve finished updating all the packages for now. All
the sample scripts for all the packages have been
moved to doc/examples. So, things should be stable
for a while.
Shanko, any chance of creating new installer based on
the current releases?
Dan
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
2005 Feb 28
3
test/unit error report for win32-service
Dan,
I am assuming that the version in CVS is the most current one.
Report follows.
-- shanko
------------------------------------------------------
C:\win32utils\win32-service\test>ruby tc_service.rb
This test will stop and start your Clipboard service, as well as
pause and
resume your Schedule service. This is harmless unless you are actually
using these services at the moment you
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
2005 Feb 14
8
DONT_RESOLVE_DLL_REFERENCES info
For future reference, it looks like we should avoid
DONT_RESOLVE_DLL_REFERENCES in any extensions.
http://weblogs.asp.net/oldnewthing/archive/2005/02/14/372266.aspx
Regards,
Dan
2005 May 01
6
win32-changejournal 0.2.0-1 compile error
I get the following error when trying to compile:
win32-changejournal-0.2.0-1
on:
Windows 2000, Service Pack 4
Microsoft Visual Studio 6
Any ideas? Thanks,
Zach
----- ERROR BELOW-----
C:\unzipped\win32-changejournal-0.2.0-1\win32-changejournal-0.2.0>nmake
Microsoft (R) Program Maintenance Utility Version 6.00.9782.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
2005 Apr 21
9
Screen capture, save to file
Is there anything in the utils to capture a screen ( or maybe just a
window) and save to a file.
I have this, but I have no idea where it came from, but it gives a
corrupted image
Paul
# -*- ruby -*-
# screen capture --
# This script runs with a Ruby/DL which is included in ruby-1.7.
require ''dl/import''
module ScreenCapture
extend DL::Importable
dlload
2004 Oct 04
2
open3 for windows
Hi all,
The topic of creating a unified API for open3 for Windows came up at
RubyConf 2004 this year.
Park, I was wondering if you would mind if we modified win32_popen so that
the API matches the open3 library that ships with Ruby.
This also means deciding whether or not to leave in the open2, open4, and
posix stuff. I guess it doesn''t hurt to leave this in, although Open3.open4
2004 Oct 08
2
win32-popen3 just about ready
Hi all,
Well, what''s in CVS at the moment is what I''m planning on releasing
tomorrow, unless anyone has any objection. Please test, check out the docs,
etc. Let me know if there''s anything fatal I''m missing.
Regards,
Dan
2004 Nov 04
4
Attempt to build a gemspec
Hi all,
I''m trying to build a gemspec for win32-ipc, using a precompiled binary.
Here''s my gemspec file:
#win32-ipc.gemspec
require "rubygems"
spec = Gem::Specification.new do |s|
s.name = "win32-ipc"
s.version = "0.3.1"
s.platform = Gem::Platform::WIN32
s.summary = "A base class for Win32 synchronization
objects."
2005 Feb 07
7
win32-driveinfo in CVS
Hi all,
I committed win32-driveinfo 0.1.0 to CVS.
What is it?
===========
A class for getting information of drives
Synopsis
========
include Win32::DriveInfo
(sectorsPerCluster,
bytesPerSector,
numberOfFreeClusters,
totalNumberOfClusters,
freeBytesAvailableToCaller,
totalNumberOfBytes,
totalNumberOfFreeBytes) = getDriveSpace(''c'').to_a
2006 Feb 26
1
A quick announcement
Hi all,
In light of Curt''s decision to use VC++ 6 to build the latest one click
installer, along with what are undoubtedly future compatibility problems
between old and new compilers, I think it''s best if we try to move over
the simpler packages to a pure Ruby solution using Win32API. I have
started that process by releasing pure Ruby versions of win32-clipboard
and
2004 Apr 24
5
win32-taskscheduler alpha
Well, I''m going to release the first version of win32-taskscheduler today.
For now, I''ve kept the API about the same as it originally was because I was
spending way too much time futzing around and I wanted to get something out
the door.
For now, I''m calling this a BETA release, with the API subject to change.
See the ''Future Plans'' section of
2005 Feb 28
1
Re: win32utils installer
> -----Original Message-----
> From: win32utils-devel-bounces@rubyforge.org
> [mailto:win32utils-devel-bounces@rubyforge.org] On Behalf Of
> Shashank Date
> Sent: Monday, February 28, 2005 6:36 AM
> To: Shashank Date
> Cc: win32utils-devel@rubyforge.org
> Subject: [Win32utils-devel] Re: win32utils installer
>
>
> Hi All,
>
> I am working on this bug
2005 Feb 06
7
SHGetFolderPath and stuff
Hi all,
I was taking another look at SHGetFolderPath() and
related stuff today based on suggestions from Shanko
and Zach. I think this would be fairly simple.
My main question is, where do we put these values?
Under File, Dir, or Shell? Or somewhere else? I vote
Dir, since all the special CSIDL seem to be
directories.
Thus you would have something like:
Dir::ADMINTOOLS
Dir::BITBUCKET
2020 Sep 04
2
using experimental intrinsics failed
Hi Craig:
It’s llvm 10.1 I think, I did the same thing, removing everything except the code block but still failed with llvm-as.
Thank you
Xuan Tang
On Sep 3, 2020, 20:14 -0500, Craig Topper <craig.topper at gmail.com>, wrote:
> I just pasted that code and ran it through llc, opt, and llvm-as. All passed without issue. What version of llvm are you using?
>
> ~Craig
>
>
>
2012 Mar 14
2
[LLVMdev] llvm-config --cxxflags does not give the result the configuration script wants?
I got your point. Thank you, and I'd like to provide the relative message
now. But firstly, what do you mean by the "relevant command generated by
your makefile"? What I can tell you now is:
The Error Message:
make[3]: Entering directory `/home/tang.kk/ppcg/ppcg/isl/interface'
CXXLD extract_interface
extract_interface.o:(.data.rel.ro._ZTI13MyASTConsumer[typeinfo for
2004 Oct 22
1
win32-ipc idea - allow a block
Hi all,
What do you think about allowing a block to the various wait methods in
win32-ipc? These could be fired off if signalled, e.g.
i = IPC.new
i.wait{ puts "We got a signal!" }
That way, you wouldn''t constantly have to check the return value. Make
sense? Or not?
Regards,
Dan
2020 Sep 04
2
using experimental intrinsics failed
Hi Craig:
I tried that, now the function is like this:
; Function Attrs: norecurse nounwind readnone ssp uwtable
define { double, double } @add(double, double, double, double) local_unnamed_addr #0 {
%5 = call double @llvm.experimental.constrained.fadd(double %0, double %2, metadata !"round.downward", metadata !"fpexcept.ignore")
%6 = fadd double %1, %3
2015 Mar 10
2
Notes on building a gcc toolchain for Rtools (but not multilib)
----- Original Message -----
> From: "Duncan Murdoch" <murdoch.duncan at gmail.com>
> To: "Hsiu-Khuern Tang" <tangoh at gmail.com>, r-devel at r-project.org
> Sent: Monday, March 9, 2015 10:40:02 AM
> Subject: Re: [Rd] Notes on building a gcc toolchain for Rtools (but not multilib)
>
> On 09/03/2015 11:07 AM, Hsiu-Khuern Tang wrote:
> > On