📄 issues.htm
字号:
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<HTML>
<HEAD>
<META NAME="HPP" CONTENT="V=2.1 L=B ECP=1004 DCP=850 LID=1-86">
<TITLE>Inprise Delphi CORBA Support - Known Issues</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000C0" VLINK="#AE00AE" ALINK="#FF007F">
<BASEFONT SIZE=3>
<P ALIGN=CENTER>
<P ALIGN=LEFT>
<H1>Known Issues</H1>
<p>This page lists all known issues for this release of the compiler, the runtime
library and the associated Delphi units. </p>
<HR WIDTH="100%" ALIGN=CENTER>
<h3> Known Issues with the Compiler </h3>
<TABLE BORDER=0 WIDTH="100%" CELLSPACING=2 CELLPADDING=2>
<TR VALIGN=TOP>
<TD VALIGN=TOP ALIGN=LEFT> <IMG BORDER=0 WIDTH=14 HEIGHT=14 ALIGN=TOP SRC="../Images/bludiamd.gif">
</TD>
<TD VALIGN=TOP ALIGN=LEFT> Cross-referenced modules with recursive references
across unit boundaries are not supported. </TD>
</TR>
<TR VALIGN=TOP>
<TD VALIGN=TOP ALIGN=LEFT src="../Images/bludiamd.gif"> <IMG BORDER=0 WIDTH=14 HEIGHT=14 ALIGN=TOP SRC="../Images/bludiamd.gif">
</TD>
<TD VALIGN=TOP ALIGN=LEFT> Unicode (wstring and wchar) constants using the
Unicode escape sequence \uXXXX (e.g. const wchar OMEGA = L'\u03a9';) are
not supported. </TD>
</TR>
<TR VALIGN=TOP>
<TD VALIGN=TOP ALIGN=LEFT src="../Images/bludiamd.gif"> <IMG BORDER=0 WIDTH=14 HEIGHT=14 ALIGN=TOP SRC="../Images/bludiamd.gif">
</TD>
<TD VALIGN=TOP ALIGN=LEFT> The Int64 type is not supported as a variant and
so is not supported as an Any. In order to pass an Int64 as an Any you must
enclose it in a compound type such as a struct.<BR>
E.g. struct LStructType {long long l;}; </TD>
</TR>
</TABLE>
<H3 ALIGN=LEFT> Known Issues with the Runtime Library </H3>
<TABLE BORDER=0 WIDTH="100%" CELLSPACING=2 CELLPADDING=2>
<TR VALIGN=TOP>
<TD VALIGN=TOP ALIGN=LEFT src="../Images/bludiamd.gif"> <IMG BORDER=0 WIDTH=14 HEIGHT=14 ALIGN=TOP SRC="../Images/bludiamd.gif">
</TD>
<TD VALIGN=TOP ALIGN=LEFT> The isPersistant() method returns true when it
should return false. </TD>
</TR>
<TR VALIGN=BOTTOM>
<TD VALIGN=TOP ALIGN=LEFT src="../Images/bludiamd.gif"> <IMG BORDER=0 WIDTH=14 HEIGHT=14 ALIGN=TOP SRC="../Images/bludiamd.gif">
</TD>
<TD VALIGN=TOP ALIGN=LEFT> Recursive types are not supported. (e.g. a struct
that contains an element of it's own type.) </TD>
</TR>
<TR VALIGN=BOTTOM>
<TD VALIGN=TOP ALIGN=LEFT src="../Images/bludiamd.gif"> <IMG BORDER=0 WIDTH=14 HEIGHT=14 ALIGN=TOP SRC="../Images/bludiamd.gif">
</TD>
<TD VALIGN=TOP ALIGN=LEFT> Exceptions are not supported in Anys. (e.g. an
exception cannot be placed in or retrieved from an Any.) </TD>
</TR>
<TR VALIGN=BOTTOM>
<TD VALIGN=TOP ALIGN=LEFT src="../Images/bludiamd.gif"><img border=0 width=14 height=14 align=TOP src="../Images/bludiamd.gif"></TD>
<TD VALIGN=TOP ALIGN=LEFT>Oneway calls do not work at present in the VisiBroker
3.3 implementation.</TD>
</TR>
<TR VALIGN=BOTTOM>
<TD VALIGN=TOP ALIGN=LEFT src="../Images/bludiamd.gif"> <IMG BORDER=0 WIDTH=14 HEIGHT=14 ALIGN=TOP SRC="../Images/bludiamd.gif">
</TD>
<TD VALIGN=TOP ALIGN=LEFT> The depricated CORBA Principle is not supported.
A Principal class is stub'ed out with no functionality so that older IDL
will be processed without triggering an error on the keyword.</TD>
</TR>
</TABLE>
<P ALIGN=CENTER>
<P ALIGN=LEFT>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -