Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Commercial RTF parser

Commercial RTF parser

Scheduled Pinned Locked Moved The Lounge
10 Posts 7 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Jim Crafton
    wrote on last edited by
    #1

    Anybody out there have any info on a good commercial RTF parser ?

    S 1 Reply Last reply
    0
    • J Jim Crafton

      Anybody out there have any info on a good commercial RTF parser ?

      S Offline
      S Offline
      Steve Hopkins
      wrote on last edited by
      #2

      MS Word is the first that springs to mind, but a company called Sub-Systems also sell an RTF editor, and you can buy the source - but beware it is written in C, and every variable is a #define, which makes things interesting with the debugger! :mad: Steve. Even if you're not paranoid, they might still be watching you.

      T 1 Reply Last reply
      0
      • S Steve Hopkins

        MS Word is the first that springs to mind, but a company called Sub-Systems also sell an RTF editor, and you can buy the source - but beware it is written in C, and every variable is a #define, which makes things interesting with the debugger! :mad: Steve. Even if you're not paranoid, they might still be watching you.

        T Offline
        T Offline
        Tim Deveaux
        wrote on last edited by
        #3

        One really nice improvement in VC7 is a tooltip that shows the #define statement for a macro when you're in the debugger. Beauty, eh.

        R 1 Reply Last reply
        0
        • T Tim Deveaux

          One really nice improvement in VC7 is a tooltip that shows the #define statement for a macro when you're in the debugger. Beauty, eh.

          R Offline
          R Offline
          realJSOP
          wrote on last edited by
          #4

          Does the debugger constants for you too?

          N T 2 Replies Last reply
          0
          • R realJSOP

            Does the debugger constants for you too?

            N Offline
            N Offline
            NormDroid
            wrote on last edited by
            #5

            Now your asking too much. John whilst on the subject of programming, following a few of your threads - Question are you a full/part/hobby programmer, forgive me if this is a rude question, but you stated that you wouldn't be able to afford VS7 'cos it cost so much. If your a hobbiest your doing damn fine and asking the right questions. Norm

            R 1 Reply Last reply
            0
            • R realJSOP

              Does the debugger constants for you too?

              T Offline
              T Offline
              Tim Deveaux
              wrote on last edited by
              #6

              Well, yes - by macro I mean whatever the substitution is - so if I #define TIM 8 the tooltip shows "#define TIM 8" (which helps clue you in that this is not a var) - this means you can see all the WM_ stuff etc. Real cool - though of course as good little programmers we're not supposed to care what these are. :)

              J 1 Reply Last reply
              0
              • N NormDroid

                Now your asking too much. John whilst on the subject of programming, following a few of your threads - Question are you a full/part/hobby programmer, forgive me if this is a rude question, but you stated that you wouldn't be able to afford VS7 'cos it cost so much. If your a hobbiest your doing damn fine and asking the right questions. Norm

                R Offline
                R Offline
                realJSOP
                wrote on last edited by
                #7

                Expanding constants? I dunno, if they can expand a #define, they should be able to do the same thing for constants. :) I actually work as a programmer (apparantly as long as Microsoft allows it), and I do it at home as well in an effort to stay as current as possible without having to spend any money. The boss is balking at the new cost of MSDN because we have no intention (at work) of moving beyond VC6 in the near or even moderate future. We simply have too much code to consider the switch at this time. However, this pretty much makes the MSDN subscription WAY over-priced considering our development goals. At home, I doubt if my wife would be happy when I go to her and say "Hey honey, I want to subscribe to MSDN again, and it's only $1000." She will probably squeeze off a loaf in utter amazement. Many things change when you own the house you're living in. :( With the cost of Microsoft tools, I'm going to have to switch to programming for Linux at home. Maybe I'll get lucky and I'll find a local company who needs Linux software written for in-house use. That's the only viable way to make money as a linux programmer right now.

                T 1 Reply Last reply
                0
                • R realJSOP

                  Expanding constants? I dunno, if they can expand a #define, they should be able to do the same thing for constants. :) I actually work as a programmer (apparantly as long as Microsoft allows it), and I do it at home as well in an effort to stay as current as possible without having to spend any money. The boss is balking at the new cost of MSDN because we have no intention (at work) of moving beyond VC6 in the near or even moderate future. We simply have too much code to consider the switch at this time. However, this pretty much makes the MSDN subscription WAY over-priced considering our development goals. At home, I doubt if my wife would be happy when I go to her and say "Hey honey, I want to subscribe to MSDN again, and it's only $1000." She will probably squeeze off a loaf in utter amazement. Many things change when you own the house you're living in. :( With the cost of Microsoft tools, I'm going to have to switch to programming for Linux at home. Maybe I'll get lucky and I'll find a local company who needs Linux software written for in-house use. That's the only viable way to make money as a linux programmer right now.

                  T Offline
                  T Offline
                  Tim Deveaux
                  wrote on last edited by
                  #8

                  What kind of constants do you mean? consts and enums should show in VC 6... The diff I like is that they've gotten the preprocessor into the mix in the ide. VNice.

                  1 Reply Last reply
                  0
                  • T Tim Deveaux

                    Well, yes - by macro I mean whatever the substitution is - so if I #define TIM 8 the tooltip shows "#define TIM 8" (which helps clue you in that this is not a var) - this means you can see all the WM_ stuff etc. Real cool - though of course as good little programmers we're not supposed to care what these are. :)

                    J Offline
                    J Offline
                    Josh Knox
                    wrote on last edited by
                    #9

                    There goes MS putting the Visual Assist guys outta business. Josh josh@that-guy.net

                    H 1 Reply Last reply
                    0
                    • J Josh Knox

                      There goes MS putting the Visual Assist guys outta business. Josh josh@that-guy.net

                      H Offline
                      H Offline
                      Henry Jacobs
                      wrote on last edited by
                      #10

                      I seen this coming the day I found Visual Assist.

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups