Click here to Skip to main content
15,913,090 members
Home / Discussions / C#
   

C#

 
GeneralCreating a binary file Pin
Ista3-Apr-04 9:04
Ista3-Apr-04 9:04 
GeneralRe: Creating a binary file Pin
leppie3-Apr-04 10:14
leppie3-Apr-04 10:14 
GeneralRe: Creating a binary file Pin
Nick Parker3-Apr-04 10:22
protectorNick Parker3-Apr-04 10:22 
GeneralRe: Creating a binary file Pin
leppie3-Apr-04 11:14
leppie3-Apr-04 11:14 
GeneralRe: Creating a binary file Pin
Ista3-Apr-04 10:43
Ista3-Apr-04 10:43 
GeneralRe: Creating a binary file Pin
leppie3-Apr-04 11:01
leppie3-Apr-04 11:01 
GeneralRe: Creating a binary file Pin
Ista3-Apr-04 11:36
Ista3-Apr-04 11:36 
GeneralRe: Creating a binary file Pin
leppie3-Apr-04 11:47
leppie3-Apr-04 11:47 
Ista wrote:
and yes it is text file saved as a mac binary format.

Ahhh, now we getting some where Smile | :)

The problem u have is that the current file contains mac line endings (\r), and these just need to be converted to (\n\r). This could be as easy as using a TextWriter.WriteLine(TextReader.ReadLine()) to go thru the whole file (this works at least for Unix->DOS conversion).

Else you will have to feed the content into a string and replace all the occurances, and save it to a text file (not binary, that is used for saving primitives to a bytestream).

top secret
GeneralRe: Creating a binary file Pin
Ista3-Apr-04 12:41
Ista3-Apr-04 12:41 
GeneralRe: Creating a binary file Pin
leppie3-Apr-04 21:09
leppie3-Apr-04 21:09 
GeneralRe: Creating a binary file Pin
Ista4-Apr-04 15:43
Ista4-Apr-04 15:43 
GeneralRe: Creating a binary file Pin
leppie5-Apr-04 7:12
leppie5-Apr-04 7:12 
GeneralRe: Creating a binary file Pin
Ista5-Apr-04 9:22
Ista5-Apr-04 9:22 
GeneralRe: Creating a binary file Pin
leppie3-Apr-04 11:12
leppie3-Apr-04 11:12 
GeneralRe: Creating a binary file Pin
Ista3-Apr-04 11:33
Ista3-Apr-04 11:33 
GeneralNumeric bases types Pin
Roger H. Art3-Apr-04 7:29
sussRoger H. Art3-Apr-04 7:29 
GeneralRe: Numeric bases types Pin
leppie3-Apr-04 7:52
leppie3-Apr-04 7:52 
GeneralAdding Recs to DB Pin
MrJJKoolJ3-Apr-04 4:52
MrJJKoolJ3-Apr-04 4:52 
GeneralLOC Question Pin
Brian Delahunty3-Apr-04 4:28
Brian Delahunty3-Apr-04 4:28 
GeneralRe: LOC Question Pin
Heath Stewart3-Apr-04 4:34
protectorHeath Stewart3-Apr-04 4:34 
GeneralRe: LOC Question Pin
Nick Parker3-Apr-04 4:39
protectorNick Parker3-Apr-04 4:39 
GeneralRe: LOC Question Pin
Brian Delahunty3-Apr-04 4:49
Brian Delahunty3-Apr-04 4:49 
GeneralRe: LOC Question Pin
Nick Parker3-Apr-04 4:37
protectorNick Parker3-Apr-04 4:37 
Generalmultiframe gif Pin
Stephane David3-Apr-04 1:40
Stephane David3-Apr-04 1:40 
GeneralRe: multiframe gif Pin
Heath Stewart3-Apr-04 4:29
protectorHeath Stewart3-Apr-04 4:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.