declare variable %MACLIB as string
declare variable %sns as object

!! ֐邩ׂ
if not CheckFunction( "ClipTrans" ) then
	set %sns = CreateObject("IchiTarodll.Taro" )
	%MACLIB= %sns.JB6TaroPathRegReadCOM()
	if %MACLIB = nil then 
		%para = {.Title = "ꑾY", .Icon = 3, .Button = 1}
		MsgBox("Cu܂B", %para)
		stop
	end if
	SystemLoadLibrary( %MACLIB )
	set %sns = nil
end if

ClipTrans()

end


