Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. SDI Limit ??

SDI Limit ??

Scheduled Pinned Locked Moved C / C++ / MFC
performancequestion
6 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    boon kian
    wrote on last edited by
    #1

    Hi Like to find out if there is a limit to the amount of dialog boxes ,controls items and classes i can put inside a SDI project ?? Because i keep getting the "out of memory" msg when i try to use the class wizards !! PLease advice !! Thank you bk

    A 1 Reply Last reply
    0
    • B boon kian

      Hi Like to find out if there is a limit to the amount of dialog boxes ,controls items and classes i can put inside a SDI project ?? Because i keep getting the "out of memory" msg when i try to use the class wizards !! PLease advice !! Thank you bk

      A Offline
      A Offline
      Anna Jayne Metcalfe
      wrote on last edited by
      #2

      I;'ve never seen this, and believe me the project I'm working on at work is pretty big (about 5500 resources and 50 projects). :-O Mind you, I don't use the ClassWizard much...I find it easier to write the handlers myself - and you learn more that way. FYI Classwizard doesn't exist in VC.NET (VC7) so if you're relying on it it will take you longer to adapt when you make the change from VC6 to VC.NET. Anna :rose: www.annasplace.me.uk

      "Be yourself - not what others think you should be"
      - Marcia Graesch

      Trouble with resource IDs? Try the Resource ID Organiser Add-In for Visual C++

      B 1 Reply Last reply
      0
      • A Anna Jayne Metcalfe

        I;'ve never seen this, and believe me the project I'm working on at work is pretty big (about 5500 resources and 50 projects). :-O Mind you, I don't use the ClassWizard much...I find it easier to write the handlers myself - and you learn more that way. FYI Classwizard doesn't exist in VC.NET (VC7) so if you're relying on it it will take you longer to adapt when you make the change from VC6 to VC.NET. Anna :rose: www.annasplace.me.uk

        "Be yourself - not what others think you should be"
        - Marcia Graesch

        Trouble with resource IDs? Try the Resource ID Organiser Add-In for Visual C++

        B Offline
        B Offline
        boon kian
        wrote on last edited by
        #3

        Hi Anna, Thanx a lot !!:-O Btw when i delete away some of the bitmap resources in my project this prob disappear ! So it seems to me there is a limit... :omg: (I noe it sounds absurb as i think vc can cater for big projs!) I am pretty new in VC and in currently in a rush to complete a proj. So i am not really familiar with all the codings and hence more than often had to rely on ClassWizard. I am not sure of how to write those codes to associate a class with a dialog box and some of the codes to add a variable to a control. Perhaps if u are free can give me a advise or two ! I really appreciate it very much. Thanx you !! bk

        A 1 Reply Last reply
        0
        • B boon kian

          Hi Anna, Thanx a lot !!:-O Btw when i delete away some of the bitmap resources in my project this prob disappear ! So it seems to me there is a limit... :omg: (I noe it sounds absurb as i think vc can cater for big projs!) I am pretty new in VC and in currently in a rush to complete a proj. So i am not really familiar with all the codings and hence more than often had to rely on ClassWizard. I am not sure of how to write those codes to associate a class with a dialog box and some of the codes to add a variable to a control. Perhaps if u are free can give me a advise or two ! I really appreciate it very much. Thanx you !! bk

          A Offline
          A Offline
          Anna Jayne Metcalfe
          wrote on last edited by
          #4

          If you're new to it all the best thing to do in all honesty is to buy one of the many books on getting started with MFC. As I followed a different path so I can't make any suggestions, but if you ask nicely in the Lounge I'm sure you'll get some. And of course the other to do is make use of the samples that come on the Visual C++ CD, and of course MSDN. It's all pretty daunting, but once you get the hang of it you'll find it easy enough. Anna :rose: www.annasplace.me.uk

          "Be yourself - not what others think you should be"
          - Marcia Graesch

          Trouble with resource IDs? Try the Resource ID Organiser Add-In for Visual C++

          B 1 Reply Last reply
          0
          • A Anna Jayne Metcalfe

            If you're new to it all the best thing to do in all honesty is to buy one of the many books on getting started with MFC. As I followed a different path so I can't make any suggestions, but if you ask nicely in the Lounge I'm sure you'll get some. And of course the other to do is make use of the samples that come on the Visual C++ CD, and of course MSDN. It's all pretty daunting, but once you get the hang of it you'll find it easy enough. Anna :rose: www.annasplace.me.uk

            "Be yourself - not what others think you should be"
            - Marcia Graesch

            Trouble with resource IDs? Try the Resource ID Organiser Add-In for Visual C++

            B Offline
            B Offline
            boon kian
            wrote on last edited by
            #5

            icic ... i got one .... but i must say they are a tough read !:confused: anyway really thanx a lot !! Have a good day ! bk

            A 1 Reply Last reply
            0
            • B boon kian

              icic ... i got one .... but i must say they are a tough read !:confused: anyway really thanx a lot !! Have a good day ! bk

              A Offline
              A Offline
              Anna Jayne Metcalfe
              wrote on last edited by
              #6

              They are at first, but after a while you get used to it. Good luck! Anna :rose: www.annasplace.me.uk

              "Be yourself - not what others think you should be"
              - Marcia Graesch

              Trouble with resource IDs? Try the Resource ID Organiser Add-In for Visual C++

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups