Ignore:
Timestamp:
Aug 24, 2007, 2:10:26 AM (17 years ago)
Author:
dai
Message:

【32bitコンパイラ】
静的リンクライブラリを実装
ジェネリクスを実装
※64bitコンパイラは未実装

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TestCase/SimpleTestCase/ActiveBasic.StringsTest.ab

    r272 r299  
    1 #require <Classes/ActiveBasic/Strings/Strings.ab>
    2 
    31'--------------------------------------------------------------------
    42' Test case of AcitveBasic.Strings Namespace
     
    1412    Dim tw[1] = [2, 1] As WCHAR
    1513    Dim tm[1] = [1, 0] As CHAR
    16 
    1714
    1815    UnitTest("ChrCmp WC =", ChrCmp(VarPtr(w[1]), tw, 2 As SIZE_T) = 0)
Note: See TracChangeset for help on using the changeset viewer.