Read Only Problem
-
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
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[^]
-
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[][^]
-
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[^]
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
-
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
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[^]
-
I downloaded and installed vs 2005 sp1 but it didn't solve the problem...
SnaidiS(Semion)
Can you try things, given in my second link ?
Prasad Notifier using ATL | Operator new[],delete[][^]
-
Can you try things, given in my second link ?
Prasad Notifier using ATL | Operator new[],delete[][^]
-
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)
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[][^]
-
I downloaded and installed vs 2005 sp1 but it didn't solve the problem...
SnaidiS(Semion)
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[][^]
-
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[][^]
-
Good ! where is my 5 ?
Prasad Notifier using ATL | Operator new[],delete[][^]