Click here to Skip to main content
15,921,905 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: download from http Pin
tyler416-Oct-05 23:23
tyler416-Oct-05 23:23 
GeneralRe: download from http Pin
ThatsAlok17-Oct-05 18:06
ThatsAlok17-Oct-05 18:06 
GeneralRe: download from http Pin
tyler417-Oct-05 23:56
tyler417-Oct-05 23:56 
Questionhelp in VC code Pin
Anonymous16-Oct-05 21:44
Anonymous16-Oct-05 21:44 
AnswerRe: help in VC code Pin
Cedric Moonen16-Oct-05 22:01
Cedric Moonen16-Oct-05 22:01 
GeneralRe: help in VC code Pin
ThatsAlok16-Oct-05 22:18
ThatsAlok16-Oct-05 22:18 
GeneralRe: help in VC code Pin
Cedric Moonen17-Oct-05 3:26
Cedric Moonen17-Oct-05 3:26 
GeneralRe: help in VC code Pin
Eytukan17-Oct-05 3:53
Eytukan17-Oct-05 3:53 
AnswerRe: help in VC code Pin
ThatsAlok16-Oct-05 22:41
ThatsAlok16-Oct-05 22:41 
AnswerRe: help in VC code Pin
Iain Clarke, Warrior Programmer17-Oct-05 0:20
Iain Clarke, Warrior Programmer17-Oct-05 0:20 
Questionvc++ ado xml mssql 2000 problem - only reurns the first 2033 characters of my xml Pin
compoundeye16-Oct-05 21:41
compoundeye16-Oct-05 21:41 
Answersolved my own problem Pin
compoundeye17-Oct-05 11:26
compoundeye17-Oct-05 11:26 
Questionmoving controls on a dialog dynamically Pin
caykahve16-Oct-05 21:23
caykahve16-Oct-05 21:23 
AnswerRe: moving controls on a dialog dynamically Pin
Iain Clarke, Warrior Programmer17-Oct-05 0:17
Iain Clarke, Warrior Programmer17-Oct-05 0:17 
GeneralRe: moving controls on a dialog dynamically Pin
caykahve17-Oct-05 2:12
caykahve17-Oct-05 2:12 
AnswerRe: moving controls on a dialog dynamically Pin
David Crow17-Oct-05 2:42
David Crow17-Oct-05 2:42 
GeneralRe: moving controls on a dialog dynamically Pin
Eytukan17-Oct-05 4:24
Eytukan17-Oct-05 4:24 
QuestionHow to create assembly file Pin
Ritu Kwatra16-Oct-05 21:04
Ritu Kwatra16-Oct-05 21:04 
AnswerRe: How to create assembly file Pin
ThatsAlok16-Oct-05 21:45
ThatsAlok16-Oct-05 21:45 
AnswerRe: How to create assembly file Pin
Rage16-Oct-05 23:36
professionalRage16-Oct-05 23:36 
QuestionHow to create assembly file Pin
Ritu Kwatra16-Oct-05 21:04
Ritu Kwatra16-Oct-05 21:04 
QuestionChecking Windows Version in installation Pin
Anonymous16-Oct-05 20:38
Anonymous16-Oct-05 20:38 
QuestionLine Profiling Pin
ashwath200516-Oct-05 20:31
ashwath200516-Oct-05 20:31 
QuestionInstallation for VC++ project Pin
Anonymous16-Oct-05 20:28
Anonymous16-Oct-05 20:28 
Questionhelp! why the compiler kept modifying my source file? Pin
ewighell16-Oct-05 19:29
ewighell16-Oct-05 19:29 
when built my program in VC++ 6.0,I frequently receive a message box displaying "this file has been modified out of the source editor , do you want to reload it?" , and after this, I find that the file is indeed changed and in turn some errors occured, how can this happen?

afterwards, I find a clue for this error: the file being modified each time is the same file named "DetailedDesign.h". and the file is changed typically when I make a call to "rebuild all".

so I tried setting the file "read only",and when I call "rebuild all", one error occured, following are all of the generated informations:

Deleting intermediate files and output files for project 'DetailedDesign - Win32 Debug'.
Error: Could not delete file "E:\my project
\DetailedDesign\DetailedDesign.h" : access denied。
--------------------Configuration: DetailedDesign - Win32 Debug--------------------
Creating Type Library...
Microsoft (R) MIDL Compiler Version 5.01.0164
Copyright (c) Microsoft Corp 1991-1997. All rights reserved.
Processing E:\my project\DetailedDesign\DetailedDesign.idl
DetailedDesign.idl
Processing D:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\oaidl.idl
oaidl.idl
Processing D:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\objidl.idl
objidl.idl
Processing D:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\unknwn.idl
unknwn.idl
Processing D:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\wtypes.idl
wtypes.idl
Processing D:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\ocidl.idl
ocidl.idl
Processing D:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\oleidl.idl
oleidl.idl
Processing D:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\servprov.idl
servprov.idl
Processing D:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\urlmon.idl
urlmon.idl
Processing D:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\msxml.idl
msxml.idl
midl : error MIDL2212 : error while writing to file .\.\DetailedDesign.h
Error executing midl.exe.

DetailedDesign.dll - 1 error(s), 0 warning(s)

thank you very much ,any info is appreciated!








I am trying to love c++

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.