RE: CygPath to Clipboard (was: example needed pls ...)

2003-07-08 Thread "Schaible, Jörg"
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

RE: Mount Windows registry into filesystem

2003-07-07 Thread "Schaible, Jörg"
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

AW: Cygwin 1.3.19 Windows 2000 Professional SP3 bash $home /usr/bin/%USERPROFILE%

2003-01-27 Thread "Schaible, Jörg"
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.

RE: undefined ELF header when porting .so file from cygwin to linux

2002-11-05 Thread "Schaible, Jörg"
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

RE: Q. on creating DLL's for use w/ excel (export names without @0, @4 etc?) (cygwin 1.3.13-2)

2002-11-05 Thread "Schaible, Jörg"
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

FW: undefined ELF header when porting .so file from cygwin to linux

2002-11-05 Thread "Schaible, Jörg"
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

RE: Re: Viruses being transported with Cygwin messages

2002-10-14 Thread "Schaible, Jörg"
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

RE: cygpath returns garbage if DOS/win2k input environment variable is too long?

2002-09-27 Thread "Schaible, Jörg"
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

RE: cygpath returns garbage if DOS/win2k input environment variable is too long?

2002-09-25 Thread "Schaible, Jörg"
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

RE: Is there a command for creating shortcuts on the desktop?

2002-09-25 Thread "Schaible, Jörg"
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? > >

RE: Shed light on Tetex packages

2002-09-23 Thread "Schaible, Jörg"
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

Shed light on Tetex packages

2002-09-19 Thread "Schaible, Jörg"
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

RE: problem with find -exec

2002-04-23 Thread "Schaible, Jörg"
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

RE: problem with find -exec

2002-04-23 Thread "Schaible, Jörg"
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

help: info support broken

2002-04-22 Thread "Schaible, Jörg"
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,

RE: copying and pasting in rxvt

2002-03-20 Thread "Schaible, Jörg"
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

RE: copying and pasting in rxvt

2002-03-18 Thread "Schaible, Jörg"
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

RE: CVS Problems: Updated: gdbm-1.8.0-4

2002-03-04 Thread "Schaible, Jörg"
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

RE: CVS Problems: Updated: gdbm-1.8.0-4

2002-02-28 Thread "Schaible, Jörg"
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

RE: DLLs that can be used with MS C++

2002-02-21 Thread "Schaible, Jörg"
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

RE: $HOME Directory Relocation

2002-02-06 Thread "Schaible, Jörg"
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

RE: named colour list

2002-01-22 Thread "Schaible, Jörg"
>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:

RE: named colour list

2002-01-22 Thread "Schaible, Jörg"
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

RE: named colour list

2002-01-18 Thread "Schaible, Jörg"
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

RE: problem - system api on winnt

2002-01-17 Thread "Schaible, Jörg"
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

RE: pb with makefile

2002-01-09 Thread "Schaible, Jörg"
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.