Thread: memory address of an application

  1. #1
    Registered User
    Join Date
    Jul 2004
    Posts
    1

    memory address of an application

    for example microsoft excel is running on my machine.
    How can I find the memory address in which excel as an
    object is running?

  2. #2
    Registered User
    Join Date
    Jun 2004
    Posts
    42
    Why do you want to get the program memory address? Is it useful?

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    My guess is that it's some precursor question to say "how do I read row 3, column 2"
    To which the answer is use either OLE or COM

    Do a board search to find previous discussions on the topic.

    Oh, windows specific, so moved to windows board.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. tools for finding memory leaks
    By stanlvw in forum C++ Programming
    Replies: 4
    Last Post: 04-03-2009, 11:41 AM
  2. Assignment Operator, Memory and Scope
    By SevenThunders in forum C++ Programming
    Replies: 47
    Last Post: 03-31-2008, 06:22 AM
  3. Memory Address of Array Question
    By Zeusbwr in forum C++ Programming
    Replies: 3
    Last Post: 10-24-2004, 09:58 AM
  4. Memory address?
    By Munkey01 in forum C++ Programming
    Replies: 4
    Last Post: 02-01-2003, 09:04 PM
  5. Im so lost at . .
    By hermit in forum C Programming
    Replies: 18
    Last Post: 05-15-2002, 01:26 AM