<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:dc="http://purl.org/dc/elements/1.1/">
 <channel>
  <pubDate>Tue, 26 Apr 2011 15:42:10 GMT</pubDate>
  <description>Decimal BASIC とBASIC Acceleratorの開発に関する掲示板です。</description>
  <link>http://en.sourceforge.jp/projects/decimalbasic/forums/</link>
  <atom:link href="http://en.sourceforge.jp/forum/rss.php?group_id=3824&amp;forum_id=16168&amp;thread_id=29171" rel="self" type="application/rss+xml" />
  <title>Forum: 公開討議 - Thread: Allocating large arrays - Decimal BASIC Open Source Project on SourceForge.JP</title>
  <language>ja-jp</language>
  <item>
   <pubDate>Tue, 26 Apr 2011 15:42:10 GMT</pubDate>
   <dc:creator> (None)</dc:creator>
   <title>RE: Allocating large arrays</title>
   <link>http://en.sourceforge.jp/forum/message.php?msg_id=57057</link>
   <guid>http://en.sourceforge.jp/forum/message.php?msg_id=57057</guid>
   <description>Thank you, I understand. Your last message made me see the problem (when BASIC.EXE cannot write BASIC.INI, any error messages are being suppressed). When I run BASIC.EXE as an administrator (under Windows Vista), then and only then, BASIC.INI gets created.

Regards,</description>
  </item>
  <item>
   <pubDate>Tue, 26 Apr 2011 15:38:40 GMT</pubDate>
   <dc:creator> (None)</dc:creator>
   <title>RE: Allocating large arrays</title>
   <link>http://en.sourceforge.jp/forum/message.php?msg_id=57056</link>
   <guid>http://en.sourceforge.jp/forum/message.php?msg_id=57056</guid>
   <description>Thank you, Anonymous, for posting a BASIC.INI file. It seems to work now.
Regards,</description>
  </item>
  <item>
   <pubDate>Tue, 26 Apr 2011 00:16:55 GMT</pubDate>
   <dc:creator> (None)</dc:creator>
   <title>RE: Allocating large arrays</title>
   <link>http://en.sourceforge.jp/forum/message.php?msg_id=57040</link>
   <guid>http://en.sourceforge.jp/forum/message.php?msg_id=57040</guid>
   <description>BASIC.INI is visible on Windows.
 BASIC.ECE suppresses the error message when BASIC.INI cannot be written or re-written.</description>
  </item>
  <item>
   <pubDate>Tue, 26 Apr 2011 00:08:02 GMT</pubDate>
   <dc:creator> (None)</dc:creator>
   <title>RE: Allocating large arrays</title>
   <link>http://en.sourceforge.jp/forum/message.php?msg_id=57039</link>
   <guid>http://en.sourceforge.jp/forum/message.php?msg_id=57039</guid>
   <description>[TextWindow2]
FontName=Courier New
FontSize=11
CharSet=0
[TextWindow1]
FontName=Courier New
FontSize=11
CharSet=0
[Trace]
FontName=Courier New
FontSize=11
CharSet=0
[PrintBMP]
EnLarge=0
[OptionAC]
0=1
1=1
2=1
3=1
4=1
5=1
6=0
7=0
8=0
9=0
[Debug]
FontName=Courier New
FontSize=10
CharSet=0
[Graphics]
AxisColor=15
BMPSize=6
GeometricPenOnly=0
ForwardPlot=0
AntiVistaNonAeroDisorder=0
TextProblemCoordinate=0
TextPhysicalCoordinate=0
[Text]
FontName=Courier New
FontSize=11
CharSet=0
InitialMargin=1600
[Frame]
Left=0
Top=0
Width=573
Height=513
FontName=Courier New
FontSize=11
CharSet=0
Flat=1
ToolBar=1
JISFormat=0
CharacterByte=1
JISSetWindow=0
JISDim=0
ForceFunctionDeclare=0
JISDef=0
ForNextBroadOwn=0
ResultVarStatic=0
AutoIndent=1
OptionExplicit=0
Shift_F5=LET
Shift_F6=PRINT
Shift_F7=OPTION ANGLE DEGREES
Shift_F8=
[AutoFormat]
kw=1</description>
  </item>
  <item>
   <pubDate>Mon, 25 Apr 2011 18:28:21 GMT</pubDate>
   <dc:creator> (None)</dc:creator>
   <title>RE: Allocating large arrays</title>
   <link>http://en.sourceforge.jp/forum/message.php?msg_id=57038</link>
   <guid>http://en.sourceforge.jp/forum/message.php?msg_id=57038</guid>
   <description>After BASIC.EXE finishes, I have the following files in its folder:
    BASIC (compiled html help file)
    BASIC (.exe, the interpreter)
    BASIC (.KW1)
    BASIC (.KW2)
    BASIC (.KWF)
    BASIC (.KWS)
There are no more BASIC.* files, only your demo folders (COMM, Complex, FRACTAL...). I have made visible any file, but still there is no .INI file. Could you please post a typical .INI file here in the forum? I could paste that into my text editor and save it as BASIC.INI (if that would work).

Thank you.

Regards,</description>
  </item>
  <item>
   <pubDate>Sun, 24 Apr 2011 23:20:18 GMT</pubDate>
   <dc:creator> (None)</dc:creator>
   <title>RE: Allocating large arrays</title>
   <link>http://en.sourceforge.jp/forum/message.php?msg_id=57030</link>
   <guid>http://en.sourceforge.jp/forum/message.php?msg_id=57030</guid>
   <description>BASIC.ini is made when BASIC.EXE finishes.
 On Linux or MAC, it may be found in your home folder, and it is an invisible file named .basic.ini.
 On Windows, BASIC.ini is made in the folder where BASIC.EXE exists.</description>
  </item>
  <item>
   <pubDate>Sun, 24 Apr 2011 07:14:18 GMT</pubDate>
   <dc:creator> (None)</dc:creator>
   <title>RE: Allocating large arrays</title>
   <link>http://en.sourceforge.jp/forum/message.php?msg_id=57020</link>
   <guid>http://en.sourceforge.jp/forum/message.php?msg_id=57020</guid>
   <description>Thank you. Problem: there is no BASIC.ini file in my installation folder of DECIMAL BASIC. I have made visible all invisible files, still there is no BASIC.INI. Could you post/paste/e-mail such a file, please? I understand your suggestions and would like to try them out.

Thank you.
Regards,</description>
  </item>
  <item>
   <pubDate>Sun, 24 Apr 2011 01:07:17 GMT</pubDate>
   <dc:creator> (None)</dc:creator>
   <title>RE: Allocating large arrays</title>
   <link>http://en.sourceforge.jp/forum/message.php?msg_id=57017</link>
   <guid>http://en.sourceforge.jp/forum/message.php?msg_id=57017</guid>
   <description>The solution is contrary among the decimal mode and the binary mode.
In the decimal mode, it may be resolved by increasing VirtualMemory in BASIC.INI.
But in the binary mode, it may be resolved by decreasing it. 
These are done automatically when BASIC.exe finishes and re-starts to a certain extent.
See also for BASIC.INI
http://hp.vector.co.jp/authors/VA008683/english/html/basi1hwl.htm</description>
  </item>
  <item>
   <pubDate>Sat, 23 Apr 2011 22:39:25 GMT</pubDate>
   <dc:creator> (None)</dc:creator>
   <title>Allocating large arrays</title>
   <link>http://en.sourceforge.jp/forum/message.php?msg_id=57015</link>
   <guid>http://en.sourceforge.jp/forum/message.php?msg_id=57015</guid>
   <description>Dear SHIRAISH Kazuo,

I would like to allocate a numerical array with 40 000 000 elements (DIM a(40000000)). This fails, as the interpreter says that virtual memory had not been allocated. There is enough pyhsical RAM to hold that many numbers, and neither OPTION ARITHMETIC RATIONAL nor OPTION ARITHMETIC DECIMAL_High have been requested, just normal float numbers. How can I increase the physical memory available to DECIMAL BASIC?

Thank you.
Regards,</description>
  </item>
 </channel>
</rss>
