CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8
  1. #1
    Join Date
    Jul 2008
    Posts
    63

    Exclamation Software requirement

    Hi All
    i have a sily question. I have a product developed in MFC and SQL Server 2005.
    I have to find out software minimum requirement and efficiency of software.
    How can we do this. If any body have any idea please tell me.
    Thanks

  2. #2
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,635

    Re: Software requirement

    I'd want to define those terms before I did anything else.

  3. #3
    Join Date
    Jul 2008
    Posts
    63

    Re: Software requirement

    Thanks
    But how?

  4. #4
    Join Date
    Nov 2003
    Location
    Belgium
    Posts
    8,150

    Re: Software requirement

    Don't you have the requirements written already somewhere?
    Requirements should be written before starting to write a single line of code...
    Marc Gregoire - NuonSoft (http://www.nuonsoft.com)
    My Blog
    Wallpaper Cycler 3.5.0.97

    Author of Professional C++, 4th Edition by Wiley/Wrox (includes C++17 features)
    ISBN: 978-1-119-42130-6
    [ http://www.facebook.com/professionalcpp ]

  5. #5
    Join Date
    Jul 2008
    Posts
    63

    Re: Software requirement

    Thanks
    But Sir i am going to develop the project on this situation how can i do this?

  6. #6
    Join Date
    Apr 2000
    Location
    Belgium (Europe)
    Posts
    4,626

    Re: Software requirement

    Since your software uses MFC and SQL server 2005
    your software requirements would be:

    All of the requirements imposed by both MFC and SQL server 2005, and whatever requirements your own program has on top of those.

    This will mean the user will need to have a version of windows compatible with your version of MFC (XP+ if you're using MFC 9)
    They will also need a server, and have a SQL server 2005 license up and running.

    And I hope you at least know the requirements your own program has.

  7. #7
    Join Date
    Jul 2008
    Posts
    63

    Re: Software requirement

    Thanks
    It is Ok Sir but my question is how much minimum memory it will take and how mcuh size of
    hard disk. for example memory is 128 MB and hard disk is 2GB. How i will do this.

  8. #8
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,635

    Re: Software requirement

    Quote Originally Posted by anandji05 View Post
    Thanks
    It is Ok Sir but my question is how much minimum memory it will take and how mcuh size of
    hard disk. for example memory is 128 MB and hard disk is 2GB. How i will do this.
    If you've already developed it, run it and see how much memory and drive space it's using. SQL server should have some minimum requirements documentation out there. More than likely it's going to need more than your app.

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

Featured