How to recompile TMS packages in C++B XE4

I am installing the latest version of the TMS Component pack 7.9.0.1. I am using C++Builder XE4 with no Delphi.

I have run across the [ilink64 Error] seen below. I had this error last time I installed and the solution was to add the line {$DEFINE BCB} at the top of the file TMSDEFS.INC and recompile the TMS Component Pack packages.

I have five TMS Package files listed below. When I select File->Open or File->Open Project and select .dpk file I get the message "The project can not be loaded because the required personality Delphi.Personality is not available".  Can you describe the steps to recompile the TMS Component Pack packages in C++B XE4.

tmsdedXE4.dpk
tmsexdXE4.dpk
tmswizdXE4.dpk
tmsxlsdXE4.dpk
tmsdXE4.dpk

[ilink64 Error] Error: Unresolved external 'CreateURLMoniker' referenced from C:\USERS\PATM\DESKTOP\DOCUMENTS\TMSSOFTWARE\TMS COMPONENT PACK\BUILDERXE4\WIN64\DEBUG\TMSDXE4.A|WUpdate.o


Original Posts from April 16, 2014
http://www.tmssoftware.com/site/forum/forum_posts.asp?TID=3640&KW=&PID=13018&title=work-around-for-64-bit-webupdate#13018

Did you see an error while using our installer?
Our installer uses MSBUILD and there shouldn't be any issue to compile for 64bit from our installer using MSBUILD.

If you did nevertheless see an error from the installer, please send by email the installer log file generated under \My Documents

I did not see an error during installation. Below are the Build Succeeded messages in the log file for CB XE4.  This problem is on a Windows 7 computer. I installed on a Windows 8 computer and did not seem to have this  [ilink64 Error]. 

  1044009 lines, 49.61 seconds, 9431064 bytes code, 13768 bytes data.
Done Building Project "C:\Users\patm\Desktop\Documents\tmssoftware\TMS Component Pack\TMSDXE4.dproj" (Build target(s)).

Build succeeded.
    0 Warning(s)
    0 Error(s)
Time Elapsed 00:00:59.32


Done Building Project "C:\Users\patm\Desktop\Documents\tmssoftware\TMS Component Pack\TMSDXE4.dproj" (Build target(s)).

Build succeeded.



504352 lines, 29.62 seconds, 4527300 bytes code, 645148 bytes data.
Done Building Project "C:\Users\patm\Desktop\Documents\tmssoftware\TMS Component Pack\TMSExDXE4.dproj" (Build target(s)).

Build succeeded.
    0 Warning(s)
    0 Error(s)

Time Elapsed 00:00:53.39
Done Building Project "C:\Users\patm\Desktop\Documents\tmssoftware\TMS Component Pack\TMSExDXE4.dproj" (Build target(s)).

Build succeeded.
   417 Warning(s)
    0 Error(s)
Time Elapsed 00:01:35.92



157051 lines, 15.18 seconds, 502564 bytes code, 1488 bytes data.
Done Building Project "C:\Users\patm\Desktop\Documents\tmssoftware\TMS Component Pack\TMSDeDXE4.dproj" (Build target(s)).

Build succeeded.
    0 Warning(s)
    0 Error(s)
Time Elapsed 00:00:21.18


40922 lines, 4.90 seconds, 572440 bytes code, 11640 bytes data.
Done Building Project "C:\Users\patm\Desktop\Documents\tmssoftware\TMS Component Pack\TMSXlsDXE4.dproj" (Build target(s)).

Build succeeded.
    0 Warning(s)
    0 Error(s)
Time Elapsed 00:00:09.18


40922 lines, 6.63 seconds, 826728 bytes code, 70420 bytes data.
Done Building Project "C:\Users\patm\Desktop\Documents\tmssoftware\TMS Component Pack\TMSXlsDXE4.dproj" (Build target(s)).

Build succeeded.
    0 Warning(s)
    0 Error(s)
Time Elapsed 00:00:09.92


5297 lines, 1.03 seconds, 57496 bytes code, 224 bytes data.
Done Building Project "C:\Users\patm\Desktop\Documents\tmssoftware\TMS Component Pack\TMSWizDXE4.dproj" (Build target(s)).

Build succeeded.
    0 Warning(s)
    0 Error(s)
Time Elapsed 00:00:04.64


If the build succeeded, you should have the generated .BPL files under:

C:\Users\Public\Documents\RAD Studio\11.0\Bpl<o:p></o:p>

Make sure this path is in your system path.

Try to add the generated TMSDXE4.BPL, TMSEXDXE4.BPL, TMSDEDXE4.BPL, TMSXLSDXE4.BPL, TMSWIZDXE4.BPL to the IDE via menu: Component / Install Packages.