Thread: Help with Visual C++ program

  1. #1
    Registered User
    Join Date
    Apr 2003
    Posts
    1

    Help with Visual C++ program

    Hi,

    I am trying to edit/"re-write" an existing program that is freeware related to my hobby which is ametuer radio. I want to customize by taking it apart and looking at how it has been programmed, then edit or change that to my needs so that it performs specific functions better suited to what I am using it for. Any help, suggestions, or even the terminology for this would be greatly appreiciated. I have already found out that the program was written is Microsoft Visual C++ 6.0 ......is there any program that I could find that would let me "look" at how the program works?
    Thanks for your time
    Steve

  2. #2
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    If you don't have the source, forget it. The are some programs around, (decompilers), which will convert an executable back to some assembler, but it rarely is productive to try to go any further.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Client-server system with input from separate program
    By robot-ic in forum Networking/Device Communication
    Replies: 3
    Last Post: 01-16-2009, 03:30 PM
  2. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  3. Problem executing C program in Visual C++ 6.0
    By ladyscarlet99 in forum C++ Programming
    Replies: 2
    Last Post: 10-10-2005, 05:48 AM
  4. Learning OpenGL
    By HQSneaker in forum C++ Programming
    Replies: 7
    Last Post: 08-06-2004, 08:57 AM
  5. fopen();
    By GanglyLamb in forum C Programming
    Replies: 8
    Last Post: 11-03-2002, 12:39 PM