Hi Experts,
I'm following the "Walkthrough: Creating and Building a New Help Topic" in the "Help Toolkit" to make sample RTC Help File.
By the way, after the
Help.Builder.EXE -t=c:\HelpExample\object.txt -out=c:\HelpExample\Object.xml was executed to convert the object.txt to Object.xml, the generated Object.xml is empty. (If I remembered correctly, I saw something last time I tried once with the same thing).
I subsequently continued to generate the addin_a.chm and addin_a.hh, and placed them in the accordingly folders.
However, the F1 user action called up but doesn't link to its topic.
I'm suspecting the failed linkage is it because of the empty Object.xml?

How can this be resolved?
Thank you for any inputs.
object.txt
T50000-P2818-L30:Direct Purchase Header
T50000-F1-P2818-L30:Linked Sales Order
N50000-P2818-L30:Direct Purchase Order
N50000-C1160030000-P2818-L30:Test
Object.xml
<?xml version="1.0" encoding="UTF-8"?>
-<objects xsi:schemaLocation="http://tempuri.org/object.xsd object.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://tempuri.org/object.xsd">
<tables/>
<forms/>
<reports/>
<pages/>
<dataports/>
</objects>