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. Urgently need Help

Urgently need Help

Scheduled Pinned Locked Moved C / C++ / MFC
c++perldatabasetoolshelp
2 Posts 2 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.
  • N Offline
    N Offline
    NityaKakkar
    wrote on last edited by
    #1

    I want to create an MFC application in it I want to use perl. Suppose there's a Dialog Box on it there r few buttons when we click on them the perl code associated with that button should be executed. For eg. there's a button when we click on that button it asks for the name of the project to be created in Visual Source Safe Database. Or simply u can tell me this eg. For eg. when we click on a button it asks for the ur name & then prints Hello ur name. Then i'll try to embed this code myself in VC++. Now, if we click on the create new project button the following code should get executed chomp ($proj = ); system ("ss Create $proj"); print("$proj Project has been Created Successfully.\n\n"); Above code first asks for the name of the project that has to be created. Then second line executes the system cmd & creates a project that the name u specified. ss Create is an system cmd for executing system cmd we use system keyword. And finally prints the msg Project_Name Project has been Created Successfully. This cmd creates a project in VSS. This script I created for CLI I.e cmd prompt. Now I want the same application to be executed using VC++. Plz. let me know as soon as possible.:):):):):):):)

    T 1 Reply Last reply
    0
    • N NityaKakkar

      I want to create an MFC application in it I want to use perl. Suppose there's a Dialog Box on it there r few buttons when we click on them the perl code associated with that button should be executed. For eg. there's a button when we click on that button it asks for the name of the project to be created in Visual Source Safe Database. Or simply u can tell me this eg. For eg. when we click on a button it asks for the ur name & then prints Hello ur name. Then i'll try to embed this code myself in VC++. Now, if we click on the create new project button the following code should get executed chomp ($proj = ); system ("ss Create $proj"); print("$proj Project has been Created Successfully.\n\n"); Above code first asks for the name of the project that has to be created. Then second line executes the system cmd & creates a project that the name u specified. ss Create is an system cmd for executing system cmd we use system keyword. And finally prints the msg Project_Name Project has been Created Successfully. This cmd creates a project in VSS. This script I created for CLI I.e cmd prompt. Now I want the same application to be executed using VC++. Plz. let me know as soon as possible.:):):):):):):)

      T Offline
      T Offline
      ThatsAlok
      wrote on last edited by
      #2

      NityaKakkar wrote: u can tell me this eg. For eg. when we click on a button it asks for the ur name & then prints Hello ur name. Read Chapter 1 And 2 of Teach yourself Visual C++ in 21 days.

      "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

      cheers, Alok Gupta

      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