From: mynamehere@comcast.net   
      
   "Dave" wrote in message   
   news:kX8Sd.7124$x53.4251@newsread3.news.atl.earthlink.net...   
   | After following Microsofts admonition to reformat my system before   
   doing a   
   | final compilation of my app I got many warnings/errors upon compiling   
   an rtf   
   | file created in word. I used the Help Workshop program: hcw.exe that's   
   | included with Visual Basic. This exact same file compiled perfectly   
   with no   
   | notes, warnings or errors prior to reformatting my system. Prior to   
   the   
   | reformatting, I copied the help.rtf file onto a CD and checked the box   
   to   
   | verify written data - which it did successfully. What the heck is   
   going on   
   | here ? Please help. Thanks.   
   |   
   | HC3025: Warning: topic #1 of d:\help file - .rtf created   
   | 2-05-05\Help.rtf :   
   | Jump to undefined Topic ID: "INSTALLATION".   
   | HC3025: Warning: topic #1 of d:\help file - .rtf created   
   | 2-05-05\Help.rtf :   
   | Jump to undefined Topic ID: "DATE_TIME_CORRECT".   
   | HC3025: Warning: topic #1 of d:\help file - .rtf created   
   | 2-05-05\Help.rtf :   
   | Jump to undefined Topic ID: "TIPS&SUGGESTIONS".   
   | HC3025: Warning: topic #1 of d:\help file - .rtf created   
   | 2-05-05\Help.rtf :   
   | Jump to undefined Topic ID: "GETTING_STARTED".   
   | Resolving keywords...   
   | Adding bitmaps...   
   | 1 Topic   
   | 37 Jumps   
   | 1 Keyword   
   | 2 Bitmaps   
   |   
   |   
      
   It's been a while since I did a Help file in Help Workshop, but I seem   
   to remember making an ID mapping file, a .txt file I think, that   
   assigned each TopicID, such IDH_2001 or IDH_INSTALLATION, to a numeric   
   value. The format was something like   
    IDH_2001 = 2001   
    IDH_INSTALLATION = 2002   
   etc.   
      
   So maybe you are just missing the mapping file. You can probably   
   recreate one if you don't have it.   
      
   PS: I agree with Randy, there is no reason to reformat a drive just to   
   do a release. Just check the version of every file listed in references,   
   etc. and in any setup program, so your program can run on Win98 or   
   whatever OS version you need to support.   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|