Thread: application project

  1. #1
    Registered User
    Join Date
    Jun 2004
    Posts
    2

    application project

    Hello I was just wondering if someone could offer me some advice as to which project type to adopt for this application I am going to be developing. All of the code is going to be c++, but I am unsure as to which project type I should select from my compiler (using vs .net 2003). The majority of the classes will be using COM and ATL.

    I do not know whether to develop a standard windows app, an mfc windows app or a .net windows app. I wouldn't like to choose the basic windows project because none of the controls have any events selectable, whereas the mfc project for windows provides some wraping and gives events for the controls. The .net project would provide the easiest tools for development, but this means that every machine has to have the .net framework installed.

    Any advice would be helpful. Thanks.

  2. #2
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    It would help if you described what the actual application will be doing.
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  3. #3
    Registered User
    Join Date
    Jun 2004
    Posts
    2
    The application will be a basic speech app. It will taking input from an external device, such as stero, dictation device, etc, anything really that can be connected to the pcs line in wave device. The classes will then be using Speech API to try and recognise various words from the input stream. Recognised and unrecognised words will be displayed on the interface accordingly. The app will also allow the user to be able to train the system for higher recognition accuracy. All of the code will be in c++, and will be using COM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Open-source Game Project
    By Glorfindel in forum Projects and Job Recruitment
    Replies: 0
    Last Post: 03-24-2009, 01:12 AM
  2. renaming a project created with MSVC 6
    By Bleech in forum Windows Programming
    Replies: 2
    Last Post: 10-31-2006, 01:19 AM
  3. MFC run application by clicking on file...
    By dug in forum Windows Programming
    Replies: 4
    Last Post: 12-02-2004, 04:33 AM
  4. Please, suggest a project ….
    By Dragon227Slayer in forum C# Programming
    Replies: 1
    Last Post: 06-12-2004, 11:16 AM
  5. Please, suggest a project ….
    By Dragon227Slayer in forum Tech Board
    Replies: 1
    Last Post: 06-12-2004, 10:48 AM