Can anyone suggets a LINUX to Windows utility (share/freeware) that will
convert LINUX source (EOL=lf) to Windows source (EOL=cr/lf) files? I’m
getting eaten alive here trying to port a LINUX driver to a Windows driver.
Donkey shines … (that’s west Texas German for Thanks)
–
Gary G. Little
Have Computer, will travel …
909-698-3191
909-551-2105
So Gary, you are from West Texas or West, Texas (on I-35)?
Vasili
“Gary G. Little” wrote:Can anyone suggets a LINUX to Windows utility (share/freeware) that will
convert LINUX source (EOL=lf) to Windows source (EOL=cr/lf) files? I’m
getting eaten alive here trying to port a LINUX driver to a Windows driver.
Donkey shines … (that’s west Texas German for Thanks)
–
Gary G. Little
Have Computer, will travel …
909-698-3191
909-551-2105
—
You are currently subscribed to ntdev as: xxxxx@yahoo.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
---------------------------------
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now
I-35 is Central Texas … I’m from west Texas … along the New Mexico/Texas border … down around Odessa and Midland.
–
Gary G. Little
Have Computer, will travel …
909-698-3191
909-551-2105
“Galchin Vasili” wrote in message news:xxxxx@ntdev…
So Gary, you are from West Texas or West, Texas (on I-35)?
Vasili
“Gary G. Little” wrote:
Can anyone suggets a LINUX to Windows utility (share/freeware) that will
convert LINUX source (EOL=lf) to Windows source (EOL=cr/lf) files? I’m
getting eaten alive here trying to port a LINUX driver to a Windows driver.
Donkey shines … (that’s west Texas German for Thanks)
–
Gary G. Little
Have Computer, will travel …
909-698-3191
909-551-2105
—
You are currently subscribed to ntdev as: xxxxx@yahoo.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
------------------------------------------------------------------------------
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now
If you use CodeWright you can do a find&replace to change it. 0x0A to
0x0D,0x0A. It might even have a automatic capability. You can write a
simple command line program with two parameters - input and output and after
you see if you like the results, do a delete and a rename. With
FindFirst/FindNext you could just supply a directory name and build in your
extension to process.
----- Original Message -----
From: “Gary G. Little”
Newsgroups: ntdev
To: “NT Developers Interest List”
Sent: Monday, February 03, 2003 5:47 PM
Subject: [ntdev] Linux to Windows conversions
> Can anyone suggets a LINUX to Windows utility (share/freeware) that will
> convert LINUX source (EOL=lf) to Windows source (EOL=cr/lf) files? I’m
> getting eaten alive here trying to port a LINUX driver to a Windows
driver.
>
> Donkey shines … (that’s west Texas German for Thanks)
>
> –
> Gary G. Little
> Have Computer, will travel …
> 909-698-3191
> 909-551-2105
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@yoshimuni.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
> -----Original Message-----
From: Gary G. Little [mailto:xxxxx@aerosurf.net]
Sent: Monday, February 03, 2003 2:48 PM
Can anyone suggets a LINUX to Windows utility
(share/freeware) that will
convert LINUX source (EOL=lf) to Windows source (EOL=cr/lf) files? I’m
getting eaten alive here trying to port a LINUX driver to a
Windows driver.
Try ftp.
Make sure you ftp the files as “ASCII” text files, and ftp will
automatically convert the EOL characters to an encoding method suitable for
the destination. Note that if you FTP the files as “binary”, this
conversion will not take place.
Harmony,
–Christine
Unix2dos in the cygwin package.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Gary G. Little
Sent: Monday, February 03, 2003 5:48 PM
To: NT Developers Interest List
Subject: [ntdev] Linux to Windows conversions
Can anyone suggets a LINUX to Windows utility (share/freeware) that will
convert LINUX source (EOL=lf) to Windows source (EOL=cr/lf) files? I’m
getting eaten alive here trying to port a LINUX driver to a Windows
driver.
Donkey shines … (that’s west Texas German for Thanks)
–
Gary G. Little
Have Computer, will travel …
909-698-3191
909-551-2105
You are currently subscribed to ntdev as: xxxxx@dchbk.us
To unsubscribe send a blank email to xxxxx@lists.osr.com
Hi Gary,
the standard unix utility for this is called “recode”.
For DOS/Windows a recode.exe exists.
Look at: http://www.iro.umontreal.ca/contrib/recode/
-----Original Message-----
From: Gary G. Little [mailto:xxxxx@aerosurf.net]
Sent: Monday, February 03, 2003 2:48 PM
Can anyone suggets a LINUX to Windows utility
(share/freeware) that will
convert LINUX source (EOL=lf) to Windows source (EOL=cr/lf) files? I’m
getting eaten alive here trying to port a LINUX driver to a
Windows driver.
Mit freundlichen Gr??en,
Thomas Berndes
Engel Technologieberatung, Entwicklung/Verkauf von Soft- und Hardware KG
Gueterfelder Damm 69-71 14532 Stahnsdorf Germany
Tel: +49-3329-615000 Fax: +49-3329-612050 EMail: xxxxx@engel-kg.com
Are there many files ? If not so many, you could use “Wordpad” to read
them in, and save them away as in RTF format. Read each RTF with “WORD”
and save it away again in textfile format.
Gary,
You didn’t get my joke. West, Texas is a Czech community on I-35 north of Waco vs West Texas, e.g. Midland/Odessa as you said. Actually to be more precise I wouldn’t say I-35 is Central Texas. It runs from as you know from the Red River on the border with Okieland (I am half Okie) all the way to San Anton. Actually I believe I-35 starts in Minnesota. I-35 goes right through my maternal grandpa’s farm in northern OK. I remember when I was a young boy and the governement took 200 acres from him by eminent domain. Anway …
Regards, Vasili
“Gary G. Little” wrote:I-35 is Central Texas … I’m from west Texas … along the New Mexico/Texas border … down around Odessa and Midland.
–
Gary G. Little
Have Computer, will travel …
909-698-3191
909-551-2105"Galchin Vasili" wrote in message news:xxxxx@ntdev…
So Gary, you are from West Texas or West, Texas (on I-35)?
Vasili
“Gary G. Little” wrote: Can anyone suggets a LINUX to Windows utility (share/freeware) that will
convert LINUX source (EOL=lf) to Windows source (EOL=cr/lf) files? I’m
getting eaten alive here trying to port a LINUX driver to a Windows driver.
Donkey shines … (that’s west Texas German for Thanks)
–
Gary G. Little
Have Computer, will travel …
909-698-3191
909-551-2105
—
You are currently subscribed to ntdev as: xxxxx@yahoo.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
---------------------------------
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now—
You are currently subscribed to ntdev as: xxxxx@yahoo.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
---------------------------------
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now
Are there many files ? If not so many, you could use “Wordpad” to read them
in,
and save them away as RTF. Read each RTF with “WORD” and save it away
again as textfile.
----- Original Message -----
From: “Gary G. Little”
Newsgroups: ntdev
To: “NT Developers Interest List”
Sent: Monday, February 03, 2003 11:47 PM
Subject: [ntdev] Linux to Windows conversions
> Can anyone suggets a LINUX to Windows utility (share/freeware) that will
> convert LINUX source (EOL=lf) to Windows source (EOL=cr/lf) files? I’m
> getting eaten alive here trying to port a LINUX driver to a Windows
driver.
>
> Donkey shines … (that’s west Texas German for Thanks)
>
> –
> Gary G. Little
> Have Computer, will travel …
> 909-698-3191
> 909-551-2105
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@compaqnet.be
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
VC++ IDE will do it.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Galchin Vasili
Sent: Monday, February 03, 2003 3:12 PM
To: NT Developers Interest List
Subject: [ntdev] Re: Linux to Windows conversions
So Gary, you are from West Texas or West, Texas (on I-35)?
Vasili
“Gary G. Little” wrote:
Can anyone suggets a LINUX to Windows utility (share/freeware) that will
convert LINUX source (EOL=lf) to Windows source (EOL=cr/lf) files? I’m
getting eaten alive here trying to port a LINUX driver to a Windows
driver.
Donkey shines … (that’s west Texas German for Thanks)
–
Gary G. Little
Have Computer, will travel …
909-698-3191
909-551-2105
—
You are currently subscribed to ntdev as: xxxxx@yahoo.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
_____
Do you Yahoo!?
Yahoo! http:
Mail Plus - Powerful. Affordable. Sign up now
http: — You
are currently subscribed to ntdev as: xxxxx@storagecraft.com To
unsubscribe send a blank email to xxxxx@lists.osr.com</http:></http:>
unix2dos, if you have access to a *nix box:) [or cygwin i guess…]
“Gary G. Little” wrote:
>
> Can anyone suggets a LINUX to Windows utility (share/freeware) that will
> convert LINUX source (EOL=lf) to Windows source (EOL=cr/lf) files? I’m
> getting eaten alive here trying to port a LINUX driver to a Windows
> driver.
>
> Donkey shines … (that’s west Texas German for Thanks)
>
> –
> Gary G. Little
> Have Computer, will travel …
> 909-698-3191
> 909-551-2105
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@yahoo.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
>
> _____
>
> Do you Yahoo!?
> Yahoo! http:
> Mail Plus - Powerful. Affordable. Sign up now
> http: — You
> are currently subscribed to ntdev as: xxxxx@storagecraft.com To
> unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@stanford.edu
> To unsubscribe send a blank email to xxxxx@lists.osr.com
></http:></http:>
Try Zeus, http://www.zeusedit.com. It’s a good programmers editor. It
gets my patronage mainly because of a reasonably good emulation of Brief,
but it can also emulate Emacs and MSVC IDE.
It’s got lots of features I don’t use, but one very useful one is that I no
longer care about the EOL sequence and switch between Windows and Unix
source repositories without bother.
Mark.
At 10:47 PM 2/3/2003, you wrote:
Can anyone suggets a LINUX to Windows utility (share/freeware) that will
convert LINUX source (EOL=lf) to Windows source (EOL=cr/lf) files? I’m
getting eaten alive here trying to port a LINUX driver to a Windows driver.
Donkey shines … (that’s west Texas German for Thanks)
–
Gary G. Little
Have Computer, will travel …
909-698-3191
909-551-2105
Ah, the scenic flat lands
That’s fall asleep at the wheel country. Not
too far a hop from Big Bend though.
–
Bill McKenzie
Compuware Corporation
http://www.compuware.com/products/driverstudio/
“Gary G. Little” wrote in message
news:xxxxx@ntdev…
I-35 is Central Texas … I’m from west Texas … along the New Mexico/Texas
border … down around Odessa and Midland.
–
Gary G. Little
Have Computer, will travel …
909-698-3191
909-551-2105
“Galchin Vasili” wrote in message news:xxxxx@ntdev…
So Gary, you are from West Texas or West, Texas (on I-35)?
Vasili
“Gary G. Little” wrote:
Can anyone suggets a LINUX to Windows utility (share/freeware) that will
convert LINUX source (EOL=lf) to Windows source (EOL=cr/lf) files? I’m
getting eaten alive here trying to port a LINUX driver to a Windows driver.
Donkey shines … (that’s west Texas German for Thanks)
–
Gary G. Little
Have Computer, will travel …
909-698-3191
909-551-2105
—
You are currently subscribed to ntdev as: xxxxx@yahoo.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now
Use edit.com to read the files, then save them again. That will do the job.
Burk.
Burkhard Daniel
Software Technologies Group, Inc.
xxxxx@stg.com * http://www.stg.com
fon: +49-179-5319489 fax: +49-179-335319489
Thanks to everyone that replied and the suggestions offered.
Other than the exterrnal executables I had already tried most if not all of
them using both VS 6.00 and VS .NET. 6.0 seemed to work the best. Notepad,
Wordpad, Word, etc. etc. etc. "Shall we dance ta da da … ooops …
I think I simply had a … sorry I know of no other way to describe it …
fucked up file. Making it worse is that I had made edits to it before I new
how bad it was, and couldn’t fall back. I had many many lines of code with
multiple statements that ran over 40,000 characters long. Either I got it
that way or some where in working with it CR/LF or LF was converted to CR or
a space.
Any way, judicial use of looking for “;” and inserting “;\n” resolved most
of the problem. Then it waqs just a matter of howse keeping.
–
Gary G. Little
Have Computer, will travel …
909-698-3191
909-551-2105
“Burkhard Daniel” wrote in message news:xxxxx@ntdev…
>
> Use edit.com to read the files, then save them again. That will do the
job.
>
> Burk.
> –
> Burkhard Daniel
> Software Technologies Group, Inc.
> xxxxx@stg.com * http://www.stg.com
> fon: +49-179-5319489 fax: +49-179-335319489
>
>
>
>
> -----Original Message-----
From: Gary G. Little [mailto:xxxxx@aerosurf.net]
Sent: Tuesday, February 04, 2003 9:34 AM
Thanks to everyone that replied and the suggestions offered.
You’re welcome. Thanks for keeping enquiring minds informed.
BTW, please allow me to offer my heartfelt sympathy on your latest efforts
to port a Linux driver to Windows.
May you keep your sanity, and your sense of humor.
Harmony,
–Christine
I thought Wordpad does that ?
Alberto.
-----Original Message-----
From: Vikram [mailto:xxxxx@stanford.edu]
Sent: Monday, February 03, 2003 11:10 PM
To: NT Developers Interest List
Subject: [ntdev] Re: Linux to Windows conversions
unix2dos, if you have access to a *nix box:) [or cygwin i guess…]
“Gary G. Little” wrote:
>
> Can anyone suggets a LINUX to Windows utility (share/freeware) that will
> convert LINUX source (EOL=lf) to Windows source (EOL=cr/lf) files? I’m
> getting eaten alive here trying to port a LINUX driver to a Windows
> driver.
>
> Donkey shines … (that’s west Texas German for Thanks)
>
> –
> Gary G. Little
> Have Computer, will travel …
> 909-698-3191
> 909-551-2105
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@yahoo.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
>
> _____
>
> Do you Yahoo!?
> Yahoo! http:
> Mail Plus - Powerful. Affordable. Sign up now
> http: — You
> are currently subscribed to ntdev as: xxxxx@storagecraft.com To
> unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@stanford.edu
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
—
You are currently subscribed to ntdev as: xxxxx@compuware.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
The contents of this e-mail are intended for the named addressee only. It
contains information that may be confidential. Unless you are the named
addressee or an authorized designee, you may not copy or use it, or disclose
it to anyone else. If you received it in error please notify us immediately
and then destroy it.</http:></http:>
Actually, I35 goes way further north. Long ago I used to live in OKC, where
I35 and I40 meet. And well, it’s tornado country too, you fall asleep at
your own risk.
Alberto.
-----Original Message-----
From: Bill McKenzie [mailto:xxxxx@compuware.com]
Sent: Tuesday, February 04, 2003 9:36 AM
To: NT Developers Interest List
Subject: [ntdev] Re: Linux to Windows conversions
Ah, the scenic flat lands
That’s fall asleep at the wheel country. Not
too far a hop from Big Bend though.
–
Bill McKenzie
Compuware Corporation
http://www.compuware.com/products/driverstudio/
“Gary G. Little” wrote in message
news:xxxxx@ntdev…
I-35 is Central Texas … I’m from west Texas … along the New Mexico/Texas
border … down around Odessa and Midland.
–
Gary G. Little
Have Computer, will travel …
909-698-3191
909-551-2105
“Galchin Vasili” wrote in message news:xxxxx@ntdev…
So Gary, you are from West Texas or West, Texas (on I-35)?
Vasili
“Gary G. Little” wrote:
Can anyone suggets a LINUX to Windows utility (share/freeware) that will
convert LINUX source (EOL=lf) to Windows source (EOL=cr/lf) files? I’m
getting eaten alive here trying to port a LINUX driver to a Windows driver.
Donkey shines … (that’s west Texas German for Thanks)
–
Gary G. Little
Have Computer, will travel …
909-698-3191
909-551-2105
—
You are currently subscribed to ntdev as: xxxxx@yahoo.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now
—
You are currently subscribed to ntdev as: xxxxx@compuware.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
The contents of this e-mail are intended for the named addressee only. It
contains information that may be confidential. Unless you are the named
addressee or an authorized designee, you may not copy or use it, or disclose
it to anyone else. If you received it in error please notify us immediately
and then destroy it.