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. General Programming
  3. C / C++ / MFC
  4. How to parse VBA script file in MFC ?

How to parse VBA script file in MFC ?

Scheduled Pinned Locked Moved C / C++ / MFC
c++toolshelptutorial
5 Posts 3 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.
  • P Offline
    P Offline
    Paresh Chitte
    wrote on last edited by
    #1

    How to parse VBA script file in MFC ? I want to extract following information from the VBA script file, 1. Number of modules in the script. 2. Name of all the modules. 3. All the function names in the given module. Is there any scripting engine ? Any help would be appreciated ? Regards, Paresh.

    P 1 Reply Last reply
    0
    • P Paresh Chitte

      How to parse VBA script file in MFC ? I want to extract following information from the VBA script file, 1. Number of modules in the script. 2. Name of all the modules. 3. All the function names in the given module. Is there any scripting engine ? Any help would be appreciated ? Regards, Paresh.

      P Offline
      P Offline
      Peter Weyzen
      wrote on last edited by
      #2

      Look into LEX & YACC... It's been awhile since I used them, but they could help if nothing else does. Though there must be a more modern alternative!

      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Peter Weyzen Staff Engineer [SoonR Inc -- PC Power delivered to your phone](http://www.soonr.com)

      P 1 Reply Last reply
      0
      • P Peter Weyzen

        Look into LEX & YACC... It's been awhile since I used them, but they could help if nothing else does. Though there must be a more modern alternative!

        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Peter Weyzen Staff Engineer [SoonR Inc -- PC Power delivered to your phone](http://www.soonr.com)

        P Offline
        P Offline
        Paresh Chitte
        wrote on last edited by
        #3

        Thanks for your reply. Could you please give some reference to start with ? Regards, Paresh.

        C 1 Reply Last reply
        0
        • P Paresh Chitte

          Thanks for your reply. Could you please give some reference to start with ? Regards, Paresh.

          C Offline
          C Offline
          CPallini
          wrote on last edited by
          #4

          There's a HUGE documentation about bison and flex, Google is your best friend. :)

          If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.

          P 1 Reply Last reply
          0
          • C CPallini

            There's a HUGE documentation about bison and flex, Google is your best friend. :)

            If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.

            P Offline
            P Offline
            Paresh Chitte
            wrote on last edited by
            #5

            Thanks. Regards, Paresh.

            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