Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. amadeolr

    Incrementing Version Numbers

    I did get the MSDN article to finally work. I was copying the Version information from the .rc file to the .rc2 file instead of cutting it. I found some code that creates a DLL to do what I want here: http://www.codeproject.com/macro/autobuild.asp I think if I use the DLL created from the...
  2. amadeolr

    Incrementing Version Numbers

    Has anyone got this to work? I have a related question. I want to add the version and build number in another executable. Do I need to do the following? 1. Include the .rc, .rc2, and VersionNo.h files in the project. 2. Create a new macro with the VB script from the MSDN article.
  3. amadeolr

    Sending Text to Command Prompt?

    Ok, the system() function is exactly what I needed. This is much better solution compared to what I was trying. Thanks.
  4. amadeolr

    Sending Text to Command Prompt?

    I am attempting to write a C++ console application that will do the following: Open up a Command Prompt window. Pass a text string to the Command Prompt (like “del filename.txt”). The Command Prompt will execute the command and then return control to the C++ program. I am using CreateProcess to...

Part and Inventory Search

Back
Top