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
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Read Only Problem

Read Only Problem

Scheduled Pinned Locked Moved C / C++ / MFC
helpquestion
24 Posts 6 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.
  • T ThatsAlok

    brahmma wrote:

    delete your .aps and .ncb file and then try again and .dsp, .dsw too!

    do you why .aps and .ncb file is created?

    "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

    cheers, Alok Gupta Global Interface Table: An Easy Way to Marshal an Interface Pointer[new] VC Forum Q&A :- I/ IV Support CRY- Child Relief and You

    N Offline
    N Offline
    Nibu babu thomas
    wrote on last edited by
    #15

    ThatsAlok wrote:

    do you why .aps and .ncb file is created?

    From MSDN: .aps -- The binary version of the current resource script file. This file is used for quick loading. The resource editor generates and uses a .APS file. This file contains a binary format of the resources. .ncb -- The .ncb file contains ClassView browser information. If it is read-only at the time Visual C++ opens the project, ClassView is unavailable.


    Nibu thomas A Developer Programming tips[^]  My site[^]

    T 1 Reply Last reply
    0
    • P prasad_som

      I think, your issue is similar to reported here[^], and claimed fixed now(SP1). Similarly, refer this[^] discussion.

      Prasad Notifier using ATL | Operator new[],delete[][^]

      S Offline
      S Offline
      Semion_N
      wrote on last edited by
      #16

      I downloaded and installed vs 2005 sp1 but it didn't solve the problem...

      SnaidiS(Semion)

      P 2 Replies Last reply
      0
      • N Nibu babu thomas

        ThatsAlok wrote:

        do you why .aps and .ncb file is created?

        From MSDN: .aps -- The binary version of the current resource script file. This file is used for quick loading. The resource editor generates and uses a .APS file. This file contains a binary format of the resources. .ncb -- The .ncb file contains ClassView browser information. If it is read-only at the time Visual C++ opens the project, ClassView is unavailable.


        Nibu thomas A Developer Programming tips[^]  My site[^]

        T Offline
        T Offline
        ThatsAlok
        wrote on last edited by
        #17

        Nibu babu thomas wrote:

        From MSDN:

        h he he

        "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

        cheers, Alok Gupta Global Interface Table: An Easy Way to Marshal an Interface Pointer[new] VC Forum Q&A :- I/ IV Support CRY- Child Relief and You

        N 1 Reply Last reply
        0
        • T ThatsAlok

          Nibu babu thomas wrote:

          From MSDN:

          h he he

          "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

          cheers, Alok Gupta Global Interface Table: An Easy Way to Marshal an Interface Pointer[new] VC Forum Q&A :- I/ IV Support CRY- Child Relief and You

          N Offline
          N Offline
          Nibu babu thomas
          wrote on last edited by
          #18

          ThatsAlok wrote:

          Nibu babu thomas wrote: From MSDN: h he he

          They made it, hence they know better. ;)


          Nibu thomas A Developer Programming tips[^]  My site[^]

          1 Reply Last reply
          0
          • S Semion_N

            I downloaded and installed vs 2005 sp1 but it didn't solve the problem...

            SnaidiS(Semion)

            P Offline
            P Offline
            prasad_som
            wrote on last edited by
            #19

            Can you try things, given in my second link ?

            Prasad Notifier using ATL | Operator new[],delete[][^]

            S 1 Reply Last reply
            0
            • P prasad_som

              Can you try things, given in my second link ?

              Prasad Notifier using ATL | Operator new[],delete[][^]

              S Offline
              S Offline
              Semion_N
              wrote on last edited by
              #20

              I tried all the solutions but without success... I'll upload the project to her, and if you pplz can please try to solve it somehow:( here: http://www.uploading.com/files/HE1IXIZV/CDialogSK_demo.rar.html[^] Thank you.

              SnaidiS(Semion)

              P 1 Reply Last reply
              0
              • S Semion_N

                I tried all the solutions but without success... I'll upload the project to her, and if you pplz can please try to solve it somehow:( here: http://www.uploading.com/files/HE1IXIZV/CDialogSK_demo.rar.html[^] Thank you.

                SnaidiS(Semion)

                P Offline
                P Offline
                prasad_som
                wrote on last edited by
                #21

                Semion_N wrote:

                http://www.uploading.com/files/HE1IXIZV/CDialogSK\_demo.rar.html\[^\]

                It requires some kind of login.

                Prasad Notifier using ATL | Operator new[],delete[][^]

                1 Reply Last reply
                0
                • S Semion_N

                  I downloaded and installed vs 2005 sp1 but it didn't solve the problem...

                  SnaidiS(Semion)

                  P Offline
                  P Offline
                  prasad_som
                  wrote on last edited by
                  #22

                  Good news for you ! Got the culprit. Go to SkinDialog_DemoDlg.cpp. There is first line in the file as, #using <system.dll>, remove that line. This line was causing problem, it is unnecessarily there. Removing this line should solve your problem.

                  Prasad Notifier using ATL | Operator new[],delete[][^]

                  S 1 Reply Last reply
                  0
                  • P prasad_som

                    Good news for you ! Got the culprit. Go to SkinDialog_DemoDlg.cpp. There is first line in the file as, #using <system.dll>, remove that line. This line was causing problem, it is unnecessarily there. Removing this line should solve your problem.

                    Prasad Notifier using ATL | Operator new[],delete[][^]

                    S Offline
                    S Offline
                    Semion_N
                    wrote on last edited by
                    #23

                    Oh, Thank you! It worked fine!;P

                    SnaidiS(Semion)

                    P 1 Reply Last reply
                    0
                    • S Semion_N

                      Oh, Thank you! It worked fine!;P

                      SnaidiS(Semion)

                      P Offline
                      P Offline
                      prasad_som
                      wrote on last edited by
                      #24

                      Good ! where is my 5 ?

                      Prasad Notifier using ATL | Operator new[],delete[][^]

                      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