1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

win16 apiを叩きたい。

Last updated at Posted at 2024-01-26

概要

win16 apiを叩きたい。
pc98エミュレーターに、ms-dos入れて、windows3.1入れて、turbo pascal入れて、窓を表示する。

写真

image.png

手順

  • anex86で、80mbのhdi作る。
  • anex86で、hdiに、ms-dos3.3dをインストール。
  • anex86で、hdiに、windows3.1をインストール。
  • t98-nextで、hdiに、turbo pascalをインストール。
  • turbo pascalで、ソース書いて、run

image.png

サンプルコード

Program hello;
uses wincrt;
Begin
  Writeln('hello');
  Readln;
end.


以上。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?