similar to: New win32-dir

Displaying 11 results from an estimated 11 matches similar to: "New win32-dir"

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
2005 May 01
3
win32-dir 0.1.0 compile problems
I tried to download/compile/install win32-dir, but I couldn''t get it to go. Over a private email Daniel Berger had me... "Curious. What platform are you on exactly? Try modifying the extconf.rb file. Add ''have_library("SHFolder")'' above ''have_library("shell32")''. If that doesn''t work, try uncommenting the other
2013 Sep 01
1
[PATCH] remove a duplicate tk function definition (and alphabetize)
'tkcoords' is defined twice (in the same way) in src/library/tcltk/R/Tk.R. Attached is a patch against r63780 that removes the duplicate definition and alphabetizes the functions. I've read that minor patches such as this should be sent to r-devel [1]. Scott [1] http://permalink.gmane.org/gmane.comp.lang.r.devel/33987 -- Scott Kostyshak Economics PhD Candidate Princeton
2001 Sep 19
2
tcltk: Difficulties creating menus
I am struggling with adding menus to a tcltk application. The following example (from the O'Reilly book on Perl/Tk) works fine: #!/usr/bin/perl -w use Tk; my $mw = MainWindow->new; $menub = $mw->Menubutton(-text => "Color")->pack(); foreach (qw/red yellow green blue grey/) { $menub->radiobutton(-label => $_, -command => \&set_bg,
1998 Oct 12
0
session terminated
I have the 1.9.18p8 version on a unix machine HP-UX 10.20 I try to connect from a pc with NT4.0 SP3 where I'm logged in as "tec110" On the samba server i have shared the fs /cadra/AB as [AB] and /cadra/AC as [AC] The user is able to cget the service from the pc with a tec110 and a pswd but when i try to connect to the second service [AC] i have this msg : "A specified
2002 Jun 13
1
2nd release of my new-protocol testing app
I've been having a lot of fun improving my new-protocol testing app. It's seems to be in pretty good shape (for test code), so I figured I'd announce another release for those brave souls that may want to help me in my thinking about a (potential) new rsync protocol. It's a tar.gz file this time because I broke up the code into multiple files. I named it "rzync" just
2005 Sep 15
0
FW: XP Profile write ok, no read.
Is there nobody who can help me :-( -----Oorspronkelijk bericht----- Van: samba-bounces+louis=van-belle.nl@lists.samba.org [mailto:samba-bounces+louis=van-belle.nl@lists.samba.org] Namens Louis van Belle Verzonden: woensdag 14 september 2005 17:08 Aan: samba@lists.samba.org Onderwerp: [Samba] XP Profile write ok, no read. Hi, I still have a problem with samba and profiles. The profile is
2005 Sep 14
4
XP Profile write ok, no read.
Hi, I still have a problem with samba and profiles. The profile is correctly written to the profile share. but when i logon a other computer, logon takes ages.. and im unable to do anything registry is locked for example. ( see logs below ) when i copy the network profile to the local computer there is no problem. ( because the local profile is used ) OS : Linux Kernel 2.6.11 ( custom build
2007 Oct 09
1
misbehaviour of some tk windows, R 2.6.0 on SUSE 10.1?
I don't know whether this is specific to (my installation of) SUSE 10.1, or is more general. With R 2.6.0, I am finding that some widgets made through the tcltk package are having problems which become evident through scrollbar activity. An example is demo(tkfaq) -- see below. To reproduce the problem, I do the following: after the tk window appears, hold down the
2009 Dec 04
0
Wine release 1.1.34
The Wine development release 1.1.34 is now available. What's new in this release (see below for details): - Many fixes for crypto certificates support. - A lot of MSHTML improvements. - Various fixes to support the Left 4 Dead 2 DRM. - A number of OLE marshalling fixes. - More Listview improvements. - Various bug fixes. The source is available from the following locations:
2015 Jan 08
4
RFC: getifexists() {was [Bug 16065] "exists" ...}
If we do add an argument to get(), then it should be named consistently with the ifnotfound argument of mget(). As mentioned, the possibility of a NULL value is problematic. One solution is a sentinel value that indicates an unbound value (like R_UnboundValue). But another idea (and one pretty similar to John's) is to follow the SYMSXP design at the C level, where there is a structure that