Skip to content

Commit 8e5a528

Browse files
committed
Update recent documents for 3.7b10
1 parent 2bcfd77 commit 8e5a528

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+22722
-20187
lines changed

common/common.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

22
; このディレクトリに置かれたasファイルは、
33
; 「#include」命令で読み込むことができます。
4+
; files placed in this directory can be read with the "#include" function.
5+
;
46

doclib/dotfw.html

Lines changed: 338 additions & 338 deletions
Large diffs are not rendered by default.

doclib_en/dotfw.html

Lines changed: 660 additions & 0 deletions
Large diffs are not rendered by default.

doclib_en/error.htm

Lines changed: 123 additions & 141 deletions
Large diffs are not rendered by default.

doclib_en/faq.htm

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2-
<html lang="ja">
2+
<html lang="en">
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5-
<meta http-equiv="Content-Language" content="ja">
5+
<meta http-equiv="Content-Language" content="en">
66
<meta http-equiv="Content-Style-Type" content="text/css">
77
<meta http-equiv="Content-Script-Type" content="text/javascript">
88
<meta name="author" content="OpenHSP3 Project">
99
<meta name="keywords" content="HSP,HSP3,HotSoupProcessor,HSP3Dish,FAQ">
10-
<meta name = "description" content = "Frequently Asked Questions and Answers on the HSPTV Bulletin Board">
10+
<meta name="description" content="Frequently asked questions and answers on the HSPTV bulletin board">
1111
<link href="../main.css" rel="stylesheet" type="text/css" media="all">
1212
<style type="text/css"><!--
1313
ul {
@@ -18,78 +18,78 @@
1818
<title>HSP3 FAQ</title>
1919
</head>
2020
<!--
21-
By answering frequently asked questions to BBS in advance, we aim to improve user convenience.
22-
Basically, it will be a collection of links to the commentary.
21+
This aims to improve user convenience by answering frequently asked questions on the BBS in advance.
22+
Basically, it will be a collection of links to explanation sections.
2323
-->
2424
<body>
2525
<div id="CONTAINER">
26-
<!-Header->
26+
<!-- Header -->
2727
<p id="COPY">HSP : Hot Soup Processor ver3.6 / onion software 1997-2021(c)</p>
2828
<img src="hsp3ttl.jpg" alt="title" width="640" height="200">
2929
<h1>HSP3 Frequently Asked Questions</h1>
3030
<p>
31-
This page will be useful for frequently asked questions and many beginners among the questions asked on the HSPTV! Bulletin Board.
32-
It is a collection of questions and a list. Please use it together with the manual search and the help browser search.
33-
See also HSPWiKi's <a href="http://quasiquote.org/hspwiki/HSP%e3%81%aeFAQ"> HSP FAQ </a>".
31+
This page is a list of frequently asked questions and questions that are considered useful for many beginners
32+
from the questions posted on the HSPTV! bulletin board. Please use it in conjunction with manual searches and help browser searches.
33+
Also, please refer to "<a href="http://quasiquote.org/hspwiki/HSP%e3%81%aeFAQ">HSP FAQ</a>" on HSPWiKi.
3434
</p>
3535

36-
<!-Table of Contents->
36+
<!-- Table of Contents -->
3737
<ol>
38-
<li> <a href="#ERROR_ON_RUNNING"> Problems during program execution </a> </li>
39-
<li> <a href="#RELEASE"> Regarding the release of the created program </a> </li>
40-
<li> <a href="#OTHER"> Other </a> </li>
38+
<li><a href="#ERROR_ON_RUNNING">Problems During Program Execution</a></li>
39+
<li><a href="#RELEASE">Regarding the Release of Created Programs</a></li>
40+
<li><a href="#OTHER">Other</a></li>
4141
</ol>
4242

43-
<!-Body->
44-
<h2 id = "ERROR_ON_RUNNING"> Problems during program execution </h2>
43+
<!-- Main Content -->
44+
<h2 id="ERROR_ON_RUNNING">Problems During Program Execution</h2>
4545
<dl>
46-
<dt> I get an unknown error </dt>
47-
The <dd> <p> error code tells you the cause of the error. The location of the error can also be inferred from the line number. </p>
46+
<dt>An unknown error occurs</dt>
47+
<dd><p>The error code reveals the cause of the error. The location of the error can also be estimated from the line number.</p>
4848
<ul>
49-
<li>-> <a href="error.htm"> Error message </a> </li>
50-
<li>-> <a href="http://quasiquote.org/hspwiki/HSP3%e3%81%aeFAQ%3a%e3%82%a8%e3%83%a9%e3%83%bc%e3% 83% a1% e3% 83% 83% e3% 82% bb% e3% 83% bc% e3% 82% b8% e3% 81% ae% e6% 84% 8f% e5% 91% b3% e3% 81% a8% e5% af% be% e5% 87% a6% e6% b3% 95% e3% 81% 8c% e5% 88% 86% e3% 81% 8b% e3% 82% 89% e3% 81% aa% e3% 81% 84 "> HSP3 FAQ: I don't understand the meaning of the error message and what to do about it (HSPWiki) </a> </li>
49+
<li><a href="error.htm">Error Messages</a></li>
50+
<li><a href="http://quasiquote.org/hspwiki/HSP3%e3%81%aeFAQ%3a%e3%82%a8%e3%83%a9%e3%83%bc%e3%83%a1%e3%83%83%e3%82%bb%e3%83%bc%e3%82%b8%e3%81%ae%e6%84%8f%e5%91%b3%e3%81%a8%e5%af%be%e5%87%a6%e6%b3%95%e3%81%8c%e5%88%86%e3%81%8b%e3%82%89%e3%81%aa%e3%81%84">HSP3 FAQ: I don't understand the meaning and countermeasures for error messages (HSPWiki)</a></li>
5151
</ul></dd>
5252

53-
<dt> There is no problem when started from the script editor, but an internal error occurs when using the application </dt>
53+
<dt>There are no problems when launched from the script editor, but an internal error occurs when it is made into an application</dt>
5454
<dd>
55-
<p> Copy the DLL or image file to the same directory as the created application. </p>
56-
<ul> <li>-> <a href="hspprog.htm#HSPEX_PLUGIN"> HSP Extension Plug-in Module </a> </li> </ul>
55+
<p>Copy the DLL and image files to the same directory as the created application.</p>
56+
<ul><li><a href="hspprog.htm#HSPEX_PLUGIN">HSP Extended Plug-ins/Modules</a></li></ul>
5757
</dd>
5858

59-
<dt> The script on the website doesn't work </dt>
59+
<dt>The script posted on the website doesn't work</dt>
6060
<dd><p>
61-
You may need to modify the script for HSP2 when running it on HSP3.
62-
Similarly, you may need to modify the script for HSP3 when running it on HSP2.
63-
Check the version of the script on the website that works.
61+
Modifications may be required when running a script for HSP2 with HSP3.
62+
Similarly, modifications may be required when running a script for HSP3 with HSP2.
63+
Check the version that the script posted on the website works with.
6464
</p></dd>
6565
</dl>
6666

67-
<h2 id = "RELEASE"> Regarding the release of the created program </h2>
67+
<h2 id="RELEASE">Regarding the Release of Created Programs</h2>
6868
<dl>
69-
Can I rewrite the <dt> icon? </dt>
69+
<dt>Can I rewrite the icon?</dt>
7070
<dd>
71-
<p> Yes, it is possible. </p>
72-
<ul> <li>-> <a href="hspprog.htm#ICONINS"> Rewrite the icon of the executable file </a> </li> </ul>
71+
<p>Yes, it is possible.</p>
72+
<ul><li><a href="hspprog.htm#ICONINS">Rewriting Executable File Icons</a></li></ul>
7373
</dd>
74-
Is it okay to distribute the <dt> DLL with my own program? </dt>
75-
Read the <dd> <p> DLL documentation and follow the instructions. </p> </dd>
74+
<dt>Can I distribute the DLL with my own program?</dt>
75+
<dd><p>Read the DLL's instruction manual and follow the instructions.</p></dd>
7676
</dl>
7777

78-
<h2 id = "OTHER"> Other </h2>
78+
<h2 id="OTHER">Other</h2>
7979
<dl>
80-
<dt> The screen flickers </dt>
80+
<dt>The screen flickers</dt>
8181
<dd>
82-
Try using the <p> redraw instruction. At this time, do not use the cls command to clear the screen. </p>
83-
<ul> <li>-> <a href="hspprog.htm#SCR_AND_WND"> Screens and windows </a> </li> </ul>
82+
<p>Try using the redraw command. At this time, do not use the cls command to clear the screen.</p>
83+
<ul><li><a href="hspprog.htm#SCR_AND_WND">Screen and Window</a></li></ul>
8484
</dd>
85-
<dt> It may not be recognized if you press multiple keys on the keyboard at the same time </dt>
86-
<dd> <p> Most keyboards have keys that can be recognized at the same time. This is an unavoidable problem from software. </p> </dd>
85+
<dt>Sometimes, when pressing multiple keys on the keyboard at the same time, they are not recognized.</dt>
86+
<dd><p>Most keyboards can only recognize a limited number of keys at the same time. This is a problem that cannot be avoided by software.</p></dd>
8787
</dl>
8888

89-
<!-Footer->
89+
<!-- Footer -->
9090
<ul id="FOOTER">
91-
<li> <a href="#CONTAINER"> Return to top of this page </a> </li>
92-
<li> <a href="../index.htm"> Return to list of documents </a> </li>
91+
<li><a href="#CONTAINER">Return to the top of this page</a></li>
92+
<li><a href="../index.htm">Return to the list of documents</a></li>
9393
<li><a href="https://hsp.tv/">Go to HSPTV page</a></li>
9494
</ul>
9595
<a href="https://www.onionsoft.net/hsp/">

0 commit comments

Comments
 (0)