Results 1 to 9 of 9

Thread: Agent Control in C++

  1. #1

    Thread Starter
    Fanatic Member prog_tom's Avatar
    Join Date
    May 2001
    Location
    Los Angeles and Little Rock
    Posts
    810

    Post Agent Control in C++

    Just to fill my curiousity,

    I was wondering how to load an *.acs in VC++.

    prog_tom
    JOIN THE REVOLUTION!!!! Dual T3 backedup science community.
    http://physics.sviesoft.com/forum

  2. #2
    Hyperactive Member noble's Avatar
    Join Date
    Nov 2000
    Location
    Philly
    Posts
    471
    I dont know exactly where i found this but it's a perfect
    example of how to load the microsoft agent and have it
    perform all of it's movements and sayings.

    There is also an editor available for you to create your own
    agents......

    All i know is that the creator of this code was Santosh Rao at [email protected]

    All credit goes to him.
    Bababooey
    Tatatoothy
    Mamamonkey

  3. #3
    Hyperactive Member noble's Avatar
    Join Date
    Nov 2000
    Location
    Philly
    Posts
    471
    one more thing....there is an HTML file
    in the HTML directory that tells you what you need to use the
    microsoft agent in your program....core components and
    what not.


    good luck, let me know how it works
    Bababooey
    Tatatoothy
    Mamamonkey

  4. #4

    Thread Starter
    Fanatic Member prog_tom's Avatar
    Join Date
    May 2001
    Location
    Los Angeles and Little Rock
    Posts
    810
    Thanks,

    However,

    I prefer API But your support is greatly appreciated, I'm looking forward to obsorb something from it and assist you back with your help.

    At this point, I cannot even get this running

    It says some *.pch is missing or some crap.

    prog_tom
    JOIN THE REVOLUTION!!!! Dual T3 backedup science community.
    http://physics.sviesoft.com/forum

  5. #5
    Hyperactive Member noble's Avatar
    Join Date
    Nov 2000
    Location
    Philly
    Posts
    471
    try rebuild all
    Bababooey
    Tatatoothy
    Mamamonkey

  6. #6

    Thread Starter
    Fanatic Member prog_tom's Avatar
    Join Date
    May 2001
    Location
    Los Angeles and Little Rock
    Posts
    810
    MFC is kind of annoying, don't you think?

    prog_tom
    JOIN THE REVOLUTION!!!! Dual T3 backedup science community.
    http://physics.sviesoft.com/forum

  7. #7
    Hyperactive Member noble's Avatar
    Join Date
    Nov 2000
    Location
    Philly
    Posts
    471
    not really, what i like about MFC is that it takes care of a lot
    of the little things for you.....there may be increased overhead
    in terms of runtimes but to me it's a small price to pay to have
    easy access to object oriented classes which take care of a lot
    of junk for you.

    the best thing to do with MFC is to work WITH it, not against it
    and you should have no problems.
    Bababooey
    Tatatoothy
    Mamamonkey

  8. #8

    Thread Starter
    Fanatic Member prog_tom's Avatar
    Join Date
    May 2001
    Location
    Los Angeles and Little Rock
    Posts
    810
    Is it possible to write Agent controls in WinAPI? Why do most people use MFC?

    prog_tom
    JOIN THE REVOLUTION!!!! Dual T3 backedup science community.
    http://physics.sviesoft.com/forum

  9. #9
    Hyperactive Member noble's Avatar
    Join Date
    Nov 2000
    Location
    Philly
    Posts
    471
    if it's possible in MFC then it's possible to use simply the API

    some ppl use MFC because most of the classes are wrappers
    around the API functions.
    Bababooey
    Tatatoothy
    Mamamonkey

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width