Return-Path: Received: from mailer.bmtmicro.net (mailer.bmtmicro.net [63.96.6.4]) by mail.os2site.com (Weasel v1.00) for ; 02 Nov 2000 05:01:30 Received: from jupiter.accesscable.net ([24.138.0.20]) by mailer.bmtmicro.net (Post.Office MTA v3.5.3 release 223 ID# 0-58942U1100L200S0V35) with ESMTP id net for ; Wed, 1 Nov 2000 11:02:17 -0500 Received: from CDR30-35.accesscable.net (CDR30-35.accesscable.net [24.138.30.35]) by jupiter.accesscable.net (8.10.1/8.10.1) with SMTP id eA1G8DY16841 for ; Wed, 1 Nov 2000 12:08:13 -0400 (AST) Message-Id: <200011011608.eA1G8DY16841atjupiter.accesscable.net> To: "WarpCast Subscribers" Date: Wed, 01 Nov 2000 12:06:22 -0400 (AST) Priority: Normal X-Mailer: PMMail 2.10.2010 for OS/2 Warp 4.00 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: [WarpCast] How to enlarge free region in <512MB arena on Warp4 FP13+ or WSeB From: "WarpCast News Service" Reply-To: "WarpCast News Service" X-Mailing-List: newsatwarpcast.com PMView 2000: The Versatile and Fast Image Viewer and Converter. Version 2.10 for OS/2 and Windows now available! More info and Evaluation Version at: http://www.pmview.com/ ********************************************************************* Source: Takayuki 'January June' Suwa (jjsuwaatsys3175.com) Moderator: Trevor Smith (feedbackatwarpcast.com) ------------------------------------------------------- 1. Simply add "DLLBASING=OFF" to your CONFIG.SYS. 2. Reboot. By default, each DLL will attempt to place itself at its proposal base virtual address. If cannot, loaded in shared address region somewhere, with fitness in size. Typically, normal DLLs have base virtual address of 0 or 0x10000, unplacable due to existance of process code, then 1st attempt will fail. But some system-related DLLs such as DOSCALL1 or PMMERGE, these often have unique predefined base address, that will cause sparse usage of shared address region. "DLLBASING=OFF" prohibits 1st attempt, will bring efficient virtual address usage in result. Major side effects are unknown :) (debugging obstruction, possibly) ------------------------------------------------------- To subscribe, unsubscribe, or for more information on WarpCast, visit: http://www.warpcast.com/ -------------------------------------------------------