source: dev/BasicCompiler32/Compile_Object.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @73   17 years dai_9181 Parameterクラスを適用。32bit側は動くようになったので、64bitのほうを調整する。
(edit) @68   17 years dai_9181 #84の対応(64bitでの動作確認はまだ)。 Stringクラスのコンストラクタにリテラル文字列が渡せないバグを修正。 …
(edit) @64   17 years dai_9181 すべてのオブジェクトを参照型に切り替えた。
(edit) @51   17 years dai_9181 ppobj_Member及びppobj_StaticMemberを廃止し、vectorに統一した(methods及びstaticMethods)。
(edit) @50   17 years dai_9181 オーバーロード解決用の関数保持リストを "SUBINFO " ではなく、"vector<SUBINFO *>" に変更した。
(edit) @40   17 years dai_9181 ByRef修飾子を関数戻り値とDimステートメントで指定可能にした。
(edit) @31   17 years dai_9181 _System_LocalThis(見えないThisポインタパラメータ)を通常のパラメータ保有領域ではなく、リアルパラメータ保有領域に移動した …
(edit) @28   17 years dai_9181 ・【32ビットコンパイラ】戻り値に実態オブジェクトを持つインデクサを呼び出すと強制終了してしまうバグを修正。 …
(add) @3   17 years dai_9181
Note: See TracRevisionLog for help on using the revision log.