So any reason, why not to use regtool ?
Soren A wrote:
> I had written:
>> Thus one
>> entry I examined looks like this:
>>
>>
> "TEMP"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,
> 6f,00,6f,0
>> 0,74,\
>> 00,25,00,5c,00,54,00,45,00,4d,00,50,00,00,00
>
> Mystery is done. There ar
Tried /prog/registry yet ?
William S Fulton wrote:
> 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
Hi David,
something broke your HOME environment variable. While the value is basically OK, it
seems that the variable itselft has not longer the correct type. To use system
environment variables in another environemnt variable (or any other registry entry),
the type of the string REG_EXPAND_SZ.
Lam [mailto:alfredlam@;nowmediatech.com]
Sent: Wednesday, November 06, 2002 2:13 AM
To: Schaible, Jörg
Subject: Re: undefined ELF header when porting .so file from cygwin to linux
Can you give me an example of how to go about doing it using these
files(e.g a.cpp, b.cpp, a.h,b.h,scdll32.lib)
Thanks
Hi Matthiew,
> int WINAPI foobar() { return 1234; }
^^
This is the problem. By default WINAPI defines something like __stdcall that causes
this!
Regards,
Jörg
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Docu
Oringinal unfortunatelly sent private ... :(
-Original Message-
From: Schaible, Jörg
Sent: Tuesday, November 05, 2002 9:56 AM
To: 'Alfred Lam'
Subject: RE: undefined ELF header when porting .so file from cygwin to
linux
Hi Alfred,
> which I have obtained in cygwin wi
Hello,
> > > Folks, don't roar at me, but I am seeing a number of
> messages arrive here,
> > > infected. One came with a message via Robert Collins, twice,
> Like spam, most common email viruses forge the 'from'
> address. I am seeing
> a few of these too, but, as Chris said, they aren't co
Hi Randall,
> Completely incorrect. I use "cygpath" to convert CLASSPATHs
> all the time
> and it works just fine. Syntactically, they're just like PATH
> (on either
> side of the Unix / Windows divide) and cygpath doesn't care
> what they're
> used for, only what lexical / syntactic struct
Hi Ralf,
> 1) In my win2k, I set (a long) Java CLASSPATH
> 2) under cygwin I want to convert it (in my .tcshrc) an it
> fails. If I do it
> on the command line, it looks like the following:
> rhauser@PCGF590K:~> cygpath --unix "$CLASSPATH"
> ô??a?
[...]
>
> My questions:
> 1) is there a way to
Try this:
ln -s /bin/bash.exe --target-directory=`cygpath -D` bash
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 25, 2002 6:41 AM
> To: [EMAIL PROTECTED]
> Subject: Is there a command for creating shortcuts on the desktop?
>
>
Hi Jan,
first of all: Thank you for clearing things up.
[snip]
> > - tetex-extra is only optional if tetex-base was chosen - tetex-x11
> > is only optional if tetex-tiny was chosen - tetex-doc and
> > tetex-devel are optional independent of the "basic" choice - whats
> > package "tetex" for? It
Hello Tetex maintainer,
looking at the currently available Tetex packages I wonder whether it is really good
to follow the "install everything" method, since they seem to be not disjuctive.
Reading the announcement in
http://sources.redhat.com/ml/cygwin-announce/2002-08/msg7.html I seem to
Hi Mike,
>Also I didn't understand that
>shell stomps
>the ; and also, also I didn't know that the space was required
Well, I know, because I'd once stumbled, too .
>(the second
>line of the man page for find -exec doesn't have a space btw).
Uups. IIRC I *had* problems without the space.
>T
Hi Mike,
>find . -xdev -exec 'grep -l -F "string" {}';
>I'd be grateful if anyone can see what I'm doing wrong,
excerpt from the man page:
-exec command ;
Execute command; true if 0 status is returned. All following
arguments
to find are taken to be argume
Hi,
since the last update (last week) my info support is broken. Allthough I
have recreated the dir file (FAQ) and all menu items appear, none if them is
actually working. Calling info I get now (suddenly localized !?!) following
screen:
== snip ==
File: dir,
Hi Randall,
>Here's what I did: I used "od -c" to determine what are the actual
>sequences generated by the keys I cared to map and then wrote
>a .inputrc
>file based on that.
ahh, this was the missing step. I never knew, what key code sequences could
be used to assign a function at the key c
Hi Gerrit,
># Make Home work
>"\e[7~": beginning-of-line
># Make End work
>"\e[8~": end-of-line
># Make Delete work
>"\e[3~": delete-char
># make Insert work
>"\e[2~": paste-from-clipboard
is there any documentation for the key mappings ? I tried without success to
bind something to ALT+CurUp or
Hi Charles and Jason,
>On Thu, Feb 28, 2002 at 12:18:35PM -0500, Charles Wilson wrote:
>> Well, the current cygwin port of CVS seems to store all
>'normal' files
>> in the repository in LF/CR mode. On checkout (from a local
>repository)
>> all 'normal' files are created in LF/CR mode. This
Hi Charles,
>Note that merely updating cyggdbm to this new version will NOT
>magically enable CVS to host repositories on text mounts; nor will
>it magically fix CVS's existing problems with CR/LF. This gdbm
>update may fix the gdbm database files within the CVSROOT repository,
>but CVS itself is
Hi,
>just to get this straight.
>Are you saying that I can't make C++ dll's in cygwin for use
>in 'normal'
>Windows?
No. They're just saying, that you cannot use C++-DLL's from any C++ compiler
together. There is nothing specific with Windows or gcc.
Regards,
Jörg
--
Unsubscribe info: ht
Hi Laurence,
I tried to correlate Window's home and Cygwin's home by the following lines
in /etc/profile. I end up mounting /home to the "Profile" directory of
Windows (wherever it may be in the different versions) and set home
according to $USERPROFILE that is set by the system. This gives a qui
>Either rxvt loads libW11.dll dynamically or cygcheck has a bug ...
OK, forget it, I read the rest of the thread ... :(
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:
Hi Chuck,
>rxvt DOES use libW11.dll.
/dev/c/Temp/Eimer/Day> cygcheck rxvt
Found: c:\cygwin\bin\rxvt.exe
c:\cygwin\bin\rxvt.exe
c:\cygwin\bin\cygwin1.dll
C:\WINNT\System32\KERNEL32.dll
C:\WINNT\System32\NTDLL.DLL
C:\WINNT\System32\USER32.dll
C:\WINNT\System32\GDI32.DLL
Either r
Hi Dylan,
for historical reasons I start my rxvt with:
C:\cygwin\bin\rxvt.exe -g 120x50+732+0 -bg lightsalmon -fg black -fn "Lucida
Console-11" -sr -sl 5000 -e /bin/bash --login -i
So I can use the named colors, "lighsalmon" works fine on my box. OTOH I am
not really sure *why* it works, since t
Hi Shanti,
>> When i copy the same executable to some other machine
>which does not
>> have cygwin and i run it from winnt cmd promt
... and why do you assume, that your app runs Cygwin utilities (e.g. cp), if
you did not install Cygwin ... ??
>> What could be the problem. i need to
Hi David,
make is no shell. Make will start for each line a separate task.
Regards,
Jörg
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.
26 matches
Mail list logo