Changeset 299 for Include/basic.sbp


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/basic.sbp

    r275 r299  
    11'basic.sbp
     2
     3#_core
    24
    35' Unicodeが不安定な間の暫定対応
     
    136138Sub _System_StartupProgram()
    137139    'Unsafe
    138 
    139140        'この関数はアプリケーションの起動時にシステムからコールバックされます
    140141
     
    149150        ActiveBasic.Core._System_TypeBase.Initialize()
    150151
    151         'Initialize static variables
     152        ' Initialize static variables
    152153        _System_InitStaticLocalVariables()
    153154
     
    177178
    178179
    179 
     180#include <system\interface.ab>
     181#include <system\built_in.ab>
    180182#include <system\string.sbp>
    181183#include <system\debug.sbp>
Note: See TracChangeset for help on using the changeset viewer.