Click here to Skip to main content
15,922,650 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: making dll Pin
Taka Muraoka22-Apr-07 3:11
Taka Muraoka22-Apr-07 3:11 
Questioni want the vertical scrollbar is alway visible on CListCtrl Pin
MachineMHK21-Apr-07 21:59
MachineMHK21-Apr-07 21:59 
QuestionMaking help include file...Error message Pin
Vaclav_21-Apr-07 19:04
Vaclav_21-Apr-07 19:04 
AnswerRe: Making help include file...Error message Pin
Michael Dunn21-Apr-07 19:43
sitebuilderMichael Dunn21-Apr-07 19:43 
GeneralRe: Making help include file...Error message Pin
Vaclav_21-Apr-07 20:01
Vaclav_21-Apr-07 20:01 
AnswerRe: Making help include file...Error message Pin
cp987621-Apr-07 20:04
cp987621-Apr-07 20:04 
GeneralRe: Making help include file...Error message Pin
Vaclav_22-Apr-07 5:26
Vaclav_22-Apr-07 5:26 
GeneralRe: Making help include file...Error message Pin
cp987622-Apr-07 13:09
cp987622-Apr-07 13:09 
Vaclav_Sal wrote:
.hm file just vanished from my project files


You don't need the .hm file to be there, it is an output from the build. One from another project is almost certainly useless - it is made from your resource.h file.


Vaclav_Sal wrote:
Cannot find "hcw"


hcw.exe is the microsoft help workshop, on my machine located at
C:\Program Files\Microsoft Visual Studio\Common\Tools
so it sounds as if you have a corrupted VS installation.

Vaclav_Sal wrote:
date of \Debug directory "creation" changed to year 2020


You can simply delete the debug directory - it should be recreated at build time if it isn't there, but I doubt that the /debug directory creation time has anything to do with things.

Did you delete (project name).hpj from the project? If you go into project settings, for this file you will see a custom build step that invokes makehelp.bat, you should find makehelp.bat in your project directory, and if you have a look inside it you will find where makehm.exe and hcw.exe are called. Deleting the .hpj file from the project will stop this custom build step.

As I said before, I think that you have a corrupted VS installation and rather than keep chasing these things, I'd reinstall.






Peter
"Until the invention of the computer, the machine gun was the device that enabled humans to make the most mistakes in the smallest amount of time."

QuestionRe: Making help include file...Error message Pin
David Crow23-Apr-07 5:16
David Crow23-Apr-07 5:16 
AnswerRe: Making help include file...Error message Pin
Vaclav_23-Apr-07 12:30
Vaclav_23-Apr-07 12:30 
QuestionRe: Making help include file...Error message Pin
David Crow23-Apr-07 17:11
David Crow23-Apr-07 17:11 
QuestionCygwin Pin
Anka_Ame21-Apr-07 12:05
Anka_Ame21-Apr-07 12:05 
QuestionHttpSendRequest problem Pin
Kingsnackysnack21-Apr-07 10:54
Kingsnackysnack21-Apr-07 10:54 
AnswerRe: HttpSendRequest problem Pin
Michael Dunn21-Apr-07 17:47
sitebuilderMichael Dunn21-Apr-07 17:47 
GeneralRe: HttpSendRequest problem Pin
Kingsnackysnack22-Apr-07 11:29
Kingsnackysnack22-Apr-07 11:29 
QuestionUsing command line parameters with ShellExecute() ? Pin
Atom21-Apr-07 8:59
Atom21-Apr-07 8:59 
AnswerRe: Using command line parameters with ShellExecute() ? Pin
toxcct21-Apr-07 10:22
toxcct21-Apr-07 10:22 
GeneralRe: Using command line parameters with ShellExecute() ? Pin
Atom21-Apr-07 15:32
Atom21-Apr-07 15:32 
GeneralRe: Using command line parameters with ShellExecute() ? Pin
Michael Dunn21-Apr-07 17:49
sitebuilderMichael Dunn21-Apr-07 17:49 
GeneralRe: Using command line parameters with ShellExecute() ? Pin
Atom22-Apr-07 3:28
Atom22-Apr-07 3:28 
GeneralRe: Using command line parameters with ShellExecute() ? Pin
toxcct22-Apr-07 4:33
toxcct22-Apr-07 4:33 
GeneralRe: Using command line parameters with ShellExecute() ? Pin
Atom22-Apr-07 7:19
Atom22-Apr-07 7:19 
GeneralRe: Using command line parameters with ShellExecute() ? Pin
toxcct22-Apr-07 7:41
toxcct22-Apr-07 7:41 
QuestionHow to work with manage code in the dll Pin
Romiks21-Apr-07 8:43
Romiks21-Apr-07 8:43 
QuestionServer application which will listen to a port. Pin
chandni_chandrakant_maheta21-Apr-07 4:23
chandni_chandrakant_maheta21-Apr-07 4:23 

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.