Chris January wrote:
find /proc/registry/HKEY_LOCAL_MACHINE/
does not go down the /proc/registry/HKEY_LOCAL_MACHINE/SOFTWARE
directory(key)
because there is no read access for people outside of the SYSTEM group:
$ ls -la /proc/registry/HKEY_LOCAL_MACHINE/
total 0
dr-xr-xr--5 Administ SYSTEM
A
find /proc/registry/HKEY_LOCAL_MACHINE/
does not go down the /proc/registry/HKEY_LOCAL_MACHINE/SOFTWARE directory(key)
because there is no read access for people outside of the SYSTEM group:
$ ls -la /proc/registry/HKEY_LOCAL_MACHINE/
total 0
dr-xr-xr--5 Administ SYSTEM 0 Jul 10 08
Is it possible to mount the registry into the filesystem? I'd love it if one could use
commands like 'ls', 'diff' and 'find' on the registry, treating keys as directories and
values as files. I have a vague recollection of a posting about this a long while back,
but I can't for the life of me fi
Following up from recent emails about Java/JNI using Sun's JDK I'd
thought I'd share my experiences.
Up and until Cygwin-1.3.13 the test script below would compile and run
as expected. The test produces a simple Java Native Interface (JNI)
program which calls C code from a Java program using J
Gary R. Van Sickle wrote:
On Tue, Oct 22, 2002 at 08:52:50PM -0500, Gary R. Van Sickle wrote:
Just installed it (WinXP), getting this:
c:\WINDOWS>uname c:\unix\bin\uname.exe: *** shared version
mismatch detected - 0xBC3E/0x3E. You have multiple copies of
cygwin1.dll on your system. Search f
Has anyone got Guile and dynamic-link working under Cygwin? I've tried
all sorts, mostly resulting in segmentation faults or a 'file not found'
error message when running the code. I am trying to get SWIG and Guile
working on Cygwin like it does on other Unix boxes as Cygwin has for the
first
You should be using gcc not g++ as JNI requires C linkage. Take a look at
this site for help and tuturials on using Java JNI with cygwin:
http://www.inonit.com/cygwin/
Cheers
William
> I'm trying to create a DLL:
>
> --/HelloWorld.cpp/--
> #include
> #include "HelloWorld.h"
> #
Anything sent to stderr does not appear on the terminal. It seems to
disappear into a black hole. I think it started when I was attempting to
redirect stdout and stderr into the same file in the same order it appears
on the console using something like
runme 1>&2 > filename
I tried all sorts of co
8 matches
Mail list logo