Error compiling .hlp file

When I compile my HLP file, I get the warning "HC4004: FPS709help.rtf is not an RTF (Rich Text Format) file." The contents of this file is excluded from the compiled help system. I am using RoboHelp 8 with Word 2003 on an XP machine. Can anyone help with this?

When I compile my HLP file, I get the warning "HC4004: FPS709help.rtf is not an RTF (Rich Text Format) file." The contents of this file is excluded from the compiled help system. I am using RoboHelp 8 with Word 2003 on an XP machine. Can anyone help with this?

Similar Messages

  • Error compiling Java file

    Hi, I have a Java file which is a basic diary function, but I cannot get it to compile as it seems to have a problem with the date class (cannot resolve symbol error). I am new to java and any tips/suggestions would be helpful.
    Here is the code:
    import java.io.*;
    import java.util.*;
    import java.lang.String;
    import java.util.Date;
    class organiser
         static BufferedReader in = new BufferedReader(new InputStreamReader (System.in));
         public static void main (String [] args) throws IOException
          Date now = new Date();
          String message = now.toString();
          message += "  ";
          message += "Hello, please select an option";
          System.out.println(message);
              Calendar rightNow = Calendar.getInstance();
              Date now = new date(rightNow.get(Calendar.DAY_OF_MONTH),rightNow.get(Calendar.MONTH)+1,rightNow.get(Calendar.YEAR));
              boolean kill=false;
              Vector nums = new Vector();
              nums.addElement("zz");
              Welcome(NOW);
              while(!kill)
                   MainMenu();
                   int n = Options();
                   switch (n)
                        case 1:{AddAnEvent();break;}
                        case 2:{SeeTodayEvents();break;}
                        case 3:{SeeTodayReminders();break;}
                        case 4:{SeeParticularDay();break;}
                        case 5:{SeeRange();break;}
                        case 6:{SeeAll();}
                        case 7:{Update();}
                        case 8:{kill=true;}
         static int Options() throws IOException
              boolean finished=false;
              while (!finished)
                   String s =in.readLine();
                   try
                        int x=Integer.parseInt(s);
                        if(x>0 && x<9)return x;
                        else System.out.println("You must choose an option");
                   catch(Exception e)
                   System.out.println("You must choose an option");
         return 8;
    static void MainMenu()
         System.out.print("Choose an option to continue:");
         System.out.println("---");
         System.out.println("Enter 1 to add an event");
         System.out.println("Enter 2 to see all todays events");
         System.out.println("Enter 3 to see all todays reminders");
         System.out.println("Enter 4 to see all events on a particular day");
         System.out.println("Enter 5 to see all events on a particular time interval");
         System.out.println("Enter 6 to see all events");
         System.out.println("Enter 7 to update the diary file");
         System.out.println("Enter 8 to exit the organiser program");
    static void Welcome(date NOW)
    static void AddAnEvent() throws IOException
         System.out.println("Enter date for new event in format 01/01/2001");
         date b = requestDate();
         System.out.println("How many days before the event wopuld you like to be reminded?");
         int k = requestReminderDate();
         System.out.println("Enter description of event");
         String s=in.readLine();
         event mo = new event(b,k,s);
         System.out.println("Entry successfully added");
    static date requestDate() throws IOException
         date ed=new date(01,01,2001);
         boolean never=true;
         while(never)
              try{
                   String s =in.readLine();
                   String day = "";
                   String month = "";
                   String year = "";
                   day = day+s.charAt(0);
                   day = day+s.charAt(1);
                   month = month+s.charAt(2);
                   month = month+s.charAt(3);
                   year = year+s.charAt(4);
                   year = year+s.charAt(5);
                   year = year+s.charAt(6);
                   year = year+s.charAt(7);
                   if(ed.validateDate(Integer.parseInt(day),Integer.parseInt(month),Integer.parseInt(year)))
                        ed = new date(Integer.parseInt(day),Integer.parseInt(month),Integer.parseInt(year));
                        return ed;
              else System.out.println("You have entered an invalid date");
         catch(Exception e)
              System.out.println("You have entered the date in an unrecognised format");
    return ed;
    static int requestReminderDate()throws IOException
         boolean never=true;
         while (never)
              String s =in.readLine();
              try
                   int x=integer.parseInt(s);
                   return x;
              catch(Exception e)
                   System.out.println("You have entered the date in an unrecognised FORMAT");
         return 0;
         System.exit(1);
    }

    hi,
    static int Options() throws IOException
    static void MainMenu()
    static void Welcome(date NOW)
    static void AddAnEvent() throws IOException
    static date requestDate() throws IOException
    static int requestReminderDate()throws IOException
    i think u made all these methods as staic because u got compiling error "the method ------- from the type organiser is not static" .
    u are meant to write the code something like this,
    Class Organiser{
    Public Organiser(){
    call();
    private void call(){
      Date now = new Date();
          String message = now.toString();
          message += "  ";
          message += "Hello, please select an option";
          System.out.println(message);
              Calendar rightNow = Calendar.getInstance();
              Date now = new date(rightNow.get(Calendar.DAY_OF_MONTH),rightNow.get(Calendar.MONTH)+1,rightNow.get(Calendar.YEAR));
              boolean kill=false;
              Vector nums = new Vector();
              nums.addElement("zz");
              Welcome(NOW);
              while(!kill)
                   MainMenu();
                   int n = Options();
                   switch (n)
                        case 1:{AddAnEvent();break;}
                        case 2:{SeeTodayEvents();break;}
                        case 3:{SeeTodayReminders();break;}
                        case 4:{SeeParticularDay();break;}
                        case 5:{SeeRange();break;}
                        case 6:{SeeAll();}
                        case 7:{Update();}
                        case 8:{kill=true;}
    public int Options() throws IOException{
        public  void MainMenu(){
        public  void Welcome(date NOW){
        public  void AddAnEvent() throws IOException{
         public date requestDate() throws IOException{
        public  int requestReminderDate()throws IOException{
    public static void main (String [] args) throws IOException
    Organiser organiser=new Organiser();
    }and follow coventions as said in previous replies
    with regards
    satya

  • Localize new workspace ES lenguage: error compiling swc file

    Hi,
    I'm trying to localize Workspace ES to another language (in detail Italian). But when I launch the command line to compile the SWC file this following error appears:
    Loading configuration file C:\Adobe\Flex Builder 3\Flex SDK 2\frameworks\flex-config.xml
    Error: could not find source for resource bundle data.
    The compile command is:
    compc -locale=it -output=export/it/workspace_rb.swc -source-path ./it "C:/Adobe/Flex Builder 3/Flex SDK 2/frameworks/locale/" -include-esource-bundles alc_wks_client_msg alc_wks_client_trace alc_wks_client_ui SharedResources collections controls core data effects formatters logging messaging rpc skins states styles utils validators --
    Anyone has a similar problem and how do you fix it?

    Hi,
    It appears to me that are you using Flex Builder 3? If so,
    it looks like your path to the Flex SDK 2 is incorrect...
    Try this:
    compc -locale=it -output=export/es/workspace_rb.swc -source-path
    ./it "C:/program files/adobe/flex builder 3/sdks/2.0.1/frameworks/locale/
    es_ES" -include-resource-bundles alc_wks_client_msg alc_wks_client_trace
    alc_wks_client_ui SharedResources collections controls core data effects
    formatters logging messaging rpc skins states styles utils validators --
    For more details, take a look also in the localization section at the guide at http://www.adobe.com/go/learn_lc_customizeWorkspace (page 21 for the command and page 36 for the localization steps).
    Hope that helps!

  • Error Compiling Movie: Unknown Error - compiling .mxf files and .png files

    Hi there, really hoping someone can help here!
    I'm attempting to output a Premiere Pro CS6 v.6.0.0 timeline through the AME V6.0.382 64bit and am getting the "unknown error" at various points during the output. The timeline contains .mxf files directly imported from a Canon MX105 recorded at 1980x1080 - the sequence is in the same resolution - 25p 50mb. It also contains .png slides, .jpeg slides, titles, transitions, 3-way color correction, mutliband audio compression, a volume plugin. I've tried "watching" the output as it renders and removing potential "bad frames" within Premiere but I've done this 3 times and they keep rearing their head later down the project, and I can't afford to remove any more clips.
    I'm working on an OSx v10.8.2 Mountain Lion Mac with 2.6g i7 w/8gigs RAM.
    Any help greatly appreciated, I'm quite new to this so any further information required to troubleshoot, just ask.
    Thanks,
    Paul

    I'm having (what appears to be) the same problem.  I've spent a total of 8 hours talking to Adobe tech support about it, and they've said they would look into it.  Here is a project containing two consecutive frames of my animation; the first (4965) does not load (and appears with the "Media pending" image if you try to view it), but the second (4966) loads fine.  In every other application I've tried, both images load fine.  Adobe support said "there's something wrong with the header" but I've looked at them with several programs (e.g. below) and can't see anything different between the file that works and the one that fails.
    Jeffrey's Exif Viewer
    http://regex.info/exif.cgi
    TweakPNG
    http://entropymine.com/jason/tweakpng/
    Synalyze It!
    https://www.synalysis.net/tutorial-decode-a-png-file.html

  • Error while compiling java file

    Hi, im newby in java,
    i was trying to compile java files, and after that i will use it in JSP as javabean.
    I have 2 files already, the first file is a connection code, and its compiled successfully, it looks like this
    i named this as ConnectionBean.java
    package my_package;
    import java.sql.*;
    public class ConnectionBean {
         private Connection con;
         private static final String driver = "org.postgresql.Driver";
         private static final String url = "jdbc:postgresql://localhost:5432/PSQLDS";
         private static final String username = "postgres";
         private static final String password = "mypassword";
         public ConnectionBean() {
         public Connection logOn() {
              try {
                   Class.forName(driver); con = DriverManager.getConnection(url, username, password); }
              catch(ClassNotFoundException e) {
                   System.err.println("ConnectionBean: driver unavailable..."); con = null; }
              catch (SQLException e) {
                   System.err.println("ConnectionBean: driver not loaded..."); con = null; }
              return con;
         public void logOff() {
              try {
                   con.close(); }
              catch (Exception e) {
                   e.printStackTrace(); }
    as you can see above im using "package", and yes i have manage to put all my java files within the correct path (ROOT\WEB-INF\classes\my_package)
    And also, i have test this class as javabean on JSP file and it works.
    There for i continue to create the second java file, as a purpose to create a back engine for JSP. I use the same package as ConnectionBean.java, it looks like this
    i named this as ListPageEngine.java
    package my_package;
    import java.beans.*;
    import java.sql.*;
    public class ListPageEngine {
         public static void main(String[] args) {
              ConnectionBean conBean = new ConnectionBean();}
    on compiling process using command "javac ListPageEngine.java", i get this error message
    ListPageEngine.java:11: cannot find symbol
    symbol : class ConnectionBean
    location: class my_package.ListPageEngine
    ConnectionBean conBean = new ConnectionBean();}
    ^
    ListPageEngine.java:11: cannot find symbol
    symbol : class ConnectionBean
    location: class my_package.ListPageEngine
    ConnectionBean conBean = new ConnectionBean();}
    ^
    2 errors
    I think, i am pretty much sure that all my configuration (wheater its Apache TomCat, Environment Variable or PostgreSQL server) was good, as a prove, i was able to use ConnectionBean.class in my JSP file.
    I susspect the problem is related with "package", seems i cannot use ConnectionBean class within ListPageEngine class when i use package.
    For another information, i didn't install such thing as J2EE, i only install JDK 1.5, i also guess this might be the cause.
    Right now im all stuck, i try to find thread which might be related with my problem but i failed to find it, most of them get the same answer by UncleSAM which are
    Try the following forum (about JSP technology)
    http://forum.java.sun.com/forum.jspa?forumID=45
    JavaBeans spec contains nothing about JSP, but JSP spec describes using of beans.
    i hope my question is clear so anyone who might have experience or clue with this problem might be able to help me.
    Thanks before

    finally folks, i found answer to my own problem hehehehe..
    the problem is on the compiling command (javac ... my_file.java), i found that i need to add some parameter on the command to make it works.
    This problem solved.

  • Error message when compiling book "file is corrupt" referring to a photo.  Or "cannot find original photo".  Can you use photos that have been "edited" out of "Book Mode"?

    Error message when compiling book "file is corrupt" referring to a photo.  Or "cannot find original photo".  Can you use photos that have been "edited" out of "Book Mode"?

    I did copy it to my desktop, but it still won't let me open it.  I think the file on the disc might be corrupt or something like that though the cd itself checks out fine as far as viruses go.  I was able to verify the disc, but that's about it.  My husband tried it on his iMac and we have the same issue.  It's unzipping the folder, but won't let us open the folder on both the Mac Book Pro or the iMac by double clicking, going to file/open or right clicking.  It just keeps saying the same message as I posted above.  I think I'm just going to have the client put the pictures on either a memory card or a USB memory stick so she won't have to compress the files for zipping purposes.  It's been too frustrating trying to open this folder on this cd she gave me.  She said she created/zipped the cd on her Mac Book Pro but it sure won't open on mine.

  • Sccm 2012 r2 error setup cannot compile mof file tasksequenceprovider.mof

    Am getting this error during SCCM 2012 R2 installation on the same server which has SQL 2012 with SP1. "setup cannot compile mof file tasksequenceprovider.mof". Any help?

    Hi,
    The following blog introduced a tool scans winodws module which may help find out the missing file.
    http://blogs.technet.com/b/configurationmgr/archive/2010/01/05/the-configuration-manager-service-pack-install-guide.aspx

  • Redirecting java compilation errors to a file

    Hi,
    How do I redirect java compilation errors to a file while using a dos environment ? Help needed asap.
    Gayathri

    javac FileName.java 2> errorFileName

  • Errors while trying to compile rdf file on LINUX

    hi all,
    We are trying to compile rdf file on linux using this command line:
    $ORACLE_HOME/bin/rwconverter.sh userid=scott/tiger@dbname batch=no source=test.rdf stype=rdffile dtype=repfile overwrite=yes.
    The following errors occured:
    REP-0004: Warning: Unable to open user preference file.
    REP-3000: Internal error starting Oracle Toolkit.
    What's the problem!
    plz help.

    Hi,
    These Metalink (http://metalink.oracle.com) notes might help you:
    210795.1 : Troubleshooting Guide for REP-4 error
    200474.1 : Comprehensive REP-3000 Troubleshooting and Overview Guide
    Navneet.

  • Error while De-Compiling class files

    Hi Gurus,
    I am facing one issue.
    While de-compiling class files, Some of the class files are not getting de-compiled correctly. When I open de-compiled Java file, the code is with errors where some of the code lines are not in proper form.
    I have experienced this with couple of times now. I am using JAD as a tool.
    Please help.
    Thanks,
    -Abm

    "Some of the class files are not getting de-compiled correctly. When I open de-compiled Java file, the code is with errors where some of the code lines are not in proper form."
    Well, unless you put a sample of error, how do you expect any solution?--Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Error compiling file?!

    Hello,
    For the third time I tried now to render a Quicktime (photo jpg and also h264) but somewhere on the last frames it skips the render with the message "error compiling file" - unknown error...
    Does anybody has any idea why and what to do ?
    Thanks :)
    pearl

    AAMinistries which Adobe software or service is your inquiry in relation too?  What are you currently attempting to accomplish?

  • Compile Apps schema got errored out  FAILED: file adinvset.pls on worker  1

    Hi All,
    While compiling the apps schema through adadmin i got the below error message
    FAILED: file adinvset.pls on worker 1.
    ATTENTION: Please fix the above failed worker(s) so the manager can continue.
    i checked the worker log file below is the error message from worker log file:
    Time when worker started job: Wed Mar 24 2010 18:11:45
    Start time for file is: Wed Mar 24 2010 18:11:45
    sqlplus -s APPS/***** @/u04/appldev/devappl/ad/11.5.0/admin/sql/adinvset.pls &systempwd 16 0 FALSE FALSE
    Arguments are:
    SYSTEM_password = *****, Total_workers = 16
    Logical_worker_num = 0, Is_incremental = FALSE
    Load_without_compile = FALSE
    ERROR:
    ORA-01017: invalid username/password; logon denied
    but we did not changed the apps password,i am able to connect both apps and system at sqlplus with out any issue,before running the adadmin all environment variables are set.
    Please advice,

    Hi,
    for password managment policy for the sys and system users for auditing purpose.
    So we can not put the restriction for the sys and system users passwords containd atleast one alphabit,one number and one special charecter?You cannot, and according to the MOS document there is no workaround. You can simply change the system and sys passwords for now (with no special characters), and apply the patch then change the passwords back.
    You could also log a SR to confirm with Oracle support if there are any workaround which is not published for public access.
    Regards,
    Hussein

  • Viewing HLP files

    Anytime I share my hlp file with anyone they receive the
    following errors
    Cannot find or load the file wh2robo.dll. This file should be
    copied to C:\Windows\System32 or a directory in your path
    what am I doing wrong?

    Hi jar92380
    Those that know me will probably gasp when they read this,
    because it's been so long since I've used RoboHelp for Word.
    However, try expanding your single source layouts, then right click
    the layout you are building. Click the Properties item on the
    context menu. Click the Next > button once. Look in the Compile
    Options area. My guess is that you have the option labeled
    "ActiveEdit (for Development)" enabled. Click to set it for
    "Release (for Shipping)" and recompile. Maybe this will correct it.
    Cheers... Rick

  • RoboHelp  for Word 7 is not saving the rtf and won't compile .hlp

    I use RoboHelp for Word 7 to produce WinHelp files. It's been working fine for several months on this computer.
    Just in the past week, I had an issue with my Word 2007 when trying to open a .doc file. I got the message that the converter nswrd632.wpc wasn't found. After searching on the Microsoft forums, I edited the registry and registered that converter.
    But now (and this may be unconnected to the Word converter message) RH won't save the .docx or .rtf file. Whenever I click Save All, nothing happens. When I click Exit Project, the message comes up about needing to save the files, and I click Yes to All. Nothing happens except the message closing. No files are saved and RH does not exit. The only way I can exit RH is to click No, which of course means my changes aren't saved. I can't save the .docx file through the Word menu, either.
    I also cannot compile the file. Again, no error message, just doesn't compile.
    I have searched the forums for RH for Word, with the result that I've reinstalled RH, made sure the RH add-ins are enabled, and deleted all the .dot files. Nothing is working. I went to Peter Grainge's Snippet 112 and followed the directions there--no change.
    I have found that after making my edits in the Word document, if I manually save the RTF file by going to the Word Save As directory, the edits will be saved and RH will compile the .hlp file - one time.
    Any ideas?

    Hi, I have a nearly identical problem, except my project uses .doc files instead of .rtf files. I was able to solve the "cannot save" problem by following the information below. I still have not resolved the "cannot compile" problem.
    I'm using Windows XP, RH7 Build 100, Office 2007. My project was created using Office 2003 and I did not experience any of these issues until I recently upgraded to Office 2007.
    This fix was sent to me by my group's "tech" guy.
    A number of Adobe RoboHelp for Word 7 users have reported that they cannot save changes or generate an output. The cause has been isolated to the RHComAdd.DLL being disabled.
    Check for that in Word:
    For versions up to 2003 go to Help | About | Disabled Items. If RHComAdd.DLL appears, re-enable it.
    For Word 2007, go to the Office Button | Word Options | Add-ins. Under "Manage" select Disabled Items and click Go. If RHComAdd.DLL appears, highlight it and re-enable it. (THIS IS WHAT I DID)
    Alternatively, you can re-register the DLL. Go to Start | Run and type in the following line, assuming you have installed RoboHelp to the default location.
    regsvr32 "C:\Program Files\Adobe\Adobe RoboHelp 7\RoboHELP\RHComAdd.dll"
    How does this DLL get disabled? The cause has been identified as a Word document being opened in Internet Explorer rather than in Word.
    This problem was fixed in Build 7.0.2.
    Hope this helps you. I'm still working on the compile error.
    -Shannon Mooney

  • GID file recreation and unable to locate HLP file

    I am currently using RoboHelp Office Version 2000 to compile
    our Help System. Our application users are experiencing an error:
    "Cannot locate the <projectname>.HLP file. Do you want to try
    to find this yourself?" This error has been occurring since we
    decided to move the RoboHelp files into their own HELP directory
    instead of residing in the application executable directory. I
    tried deleting the GID file. After opening the Help System (the GID
    file then gets re-created), the error does not occur until running
    a Search or Find command. Is it a requirement that the Help files
    reside in with the application executable? If not, is there a path
    to the HLP file that gets stored in the GID file that could
    possibly cause the search engine to look in the wrong place for
    this file?

    The USB drive is formatted as NTFS. It can be read, but not natively written, on a Mac. If you want to drive to be both readable and writable on both platforms, it should be formatted as FAT32. To do that, you have to back up and erase it.

Maybe you are looking for