2605.html

来自「以电子书的形式收集了VB一些常见问题解决方法,可以很方便的查找自己需要解决的问题」· HTML 代码 · 共 41 行

HTML
41
字号
<html>
  <head>
    <title>怎么会这样 ? </title>
  </head>
  <BODY BACKGROUND="" BGCOLOR="white" TEXT="black" LINK="red" VLINK="#808080" ALINK="">
    <center>
      <h1>怎么会这样 ? </h1>
    </center>

<HR><p>
Posted by <a href="mailto:johnnyab@ms8.hinet.net">Johnny Guo</a> on April 16, 1998 at 08:30:21:<p>
Type SomeType<br>    Var1 as long <br>    Var2(257) as byte<br>end type<p><p>在VB下求出其结构大小为 262 [  len(someType) = 262]<p>但是用DELPHI,及 VC++之 sizeof() 求出其大小 = 264!!!!!!<p>而且用在 DLL 函式呼叫(其实是 rasapi32.dll) 时 也要用 264才行 !<p>VB是否在计忆体对位上有问题 ?<br>     <br>  
<br>
<p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 2605-->
<!--top: 2630--><li><a href="2630.html"><b>写错了啦!</b></a> 小吴 <i>18:28:15 4/20/98</i>
(<!--responses: 2630-->2)
<ul><!--insert: 2630-->
<!--top: 2632--><li><a href="2632.html"><b>还是有些错啦!</b></a> cww <i>21:23:07 4/20/98</i>
(<!--responses: 2632-->1)
<ul><!--insert: 2632-->
<!--top: 2633--><li><a href="2633.html"><b>看错了,Sorry</b></a> 小吴 <i>21:39:05 4/20/98</i>
(<!--responses: 2633-->0)
<ul><!--insert: 2633-->
</ul><!--end: 2633-->
</ul><!--end: 2632-->
</ul><!--end: 2630-->
<!--top: 2609--><li><a href="2609.html"><b>没有错</b></a> 小吴 <i>23:26:42 4/16/98</i>
(<!--responses: 2609-->2)
<ul><!--insert: 2609-->
<!--top: 2617--><li><a href="2617.html"><b>不一定没有错</b></a> cww <i>18:40:15 4/17/98</i>
(<!--responses: 2617-->1)
<ul><!--insert: 2617-->
</ul><!--end: 2617-->
</ul><!--end: 2609-->
</ul><!--end: 2605-->
<br><HR><p>

</body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?