MACROMEDIA COLDFUSION 4.5-DEVELOPING WEB Develop Manual page 318

Developing web applications with coldfusion
Table of Contents

Advertisement

292
To import a C++ custom tag:
1.
Export the custom tag's registry entry by using the Regedit utility. This creates a
file similar to the following:
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Allaire\ColdFusion\CurrentVersion\
CustomTags\CFX_TEST]
"LibraryPath"="C:\\cfusion\\cfx\\CFX_TEST\\test.dll"
"ProcedureName"="ProcessTagRequest"
"Description"="Sample CFX tag."
"CacheLibrary"="1"
2.
In the install script, import the registry entry by including the following command
in the install script:
regedit importfilename
To import a Java custom tag:
1.
Export the custom tag's registry entry by using the Regedit utility. This creates a
file similar to the following:
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Allaire\ColdFusion\CurrentVersion\
CustomTags\CFX_TEST]
"ClassName"="ProcessTagRequest"
"Description"="Sample CFX tag."
2.
In the install script, import the registry entry by including the following command
in the install script:
regedit importfilename
Developing Web Applications with ColdFusion

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 4.5

Table of Contents