Results 1 to 6 of 6

Thread: Problems editing Hog 2 lib.lib files on a mac

Hybrid View

  1. #1
    Join Date
    Feb 2004
    Location
    Melbourne, Australia
    Posts
    163
    I would avoid RTF as it allows for embedding graphics etc. Makes for larger files and invariably includes information not required.

    Plain text is definitely the way to go.

  2. #2
    Quote Originally Posted by tharding
    I would avoid RTF as it allows for embedding graphics etc. Makes for larger files and invariably includes information not required.

    Plain text is definitely the way to go.
    you really dont want to do any rtf stuff.

    when i started writing the software, i used to auto generate a library file, and the hog is very very sensitive to spurious information,
    its very sensitive to line endings too.
    they must be in the form <carriage return line feed> or "\n\r" to c programmers.
    macs dont do this correctly.
    and these characters are invisible. you cant see them in a text editor.
    thats why danny uses the xcode editor, and i use code warrior - to edit library files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •