Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

"From there to here, from here to there, funny things are everywhere." -- Dr. Seuss


devel / comp.emulators.apple2 / Re: AppleWin 1.30.0 and supported Windows versions

SubjectAuthor
* Re: AppleWin 1.30.0 and supported Windows versionsA2CPM
`- Re: AppleWin 1.30.0 and supported Windows versionsNick Westgate

1
Re: AppleWin 1.30.0 and supported Windows versions

<412970a1-ea84-43e0-85a5-3c69812deb30n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=48&group=comp.emulators.apple2#48

  copy link   Newsgroups: comp.emulators.apple2
X-Received: by 2002:a37:8245:: with SMTP id e66mr22446530qkd.439.1622570206505;
Tue, 01 Jun 2021 10:56:46 -0700 (PDT)
X-Received: by 2002:a05:622a:587:: with SMTP id c7mr20606063qtb.315.1622570206337;
Tue, 01 Jun 2021 10:56:46 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!4.us.feeder.erje.net!2.eu.feeder.erje.net!feeder.erje.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.emulators.apple2
Date: Tue, 1 Jun 2021 10:56:46 -0700 (PDT)
In-Reply-To: <245fbe75-9d55-4491-9d7a-f7dd9a59eee9n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2601:85:4700:8bb0:b0b8:44af:e6d9:8138;
posting-account=aN3jDwoAAADOaceeGr1YEBdfnBNNGc10
NNTP-Posting-Host: 2601:85:4700:8bb0:b0b8:44af:e6d9:8138
References: <245fbe75-9d55-4491-9d7a-f7dd9a59eee9n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <412970a1-ea84-43e0-85a5-3c69812deb30n@googlegroups.com>
Subject: Re: AppleWin 1.30.0 and supported Windows versions
From: a2...@wilserv.com (A2CPM)
Injection-Date: Tue, 01 Jun 2021 17:56:46 +0000
Content-Type: text/plain; charset="UTF-8"
 by: A2CPM - Tue, 1 Jun 2021 17:56 UTC

Hi!

The message is "...entry point ucrtbase.terminate could not be located in the dynamic link library api-ms-win...". But, the new AppleWin is working OK for the testing I'm doing.

Willi

Re: AppleWin 1.30.0 and supported Windows versions

<580738be-2413-4511-839d-3fad8b593119n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=50&group=comp.emulators.apple2#50

  copy link   Newsgroups: comp.emulators.apple2
X-Received: by 2002:a37:418d:: with SMTP id o135mr29996717qka.418.1622689650419;
Wed, 02 Jun 2021 20:07:30 -0700 (PDT)
X-Received: by 2002:a05:620a:118a:: with SMTP id b10mr30977068qkk.263.1622689650131;
Wed, 02 Jun 2021 20:07:30 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.emulators.apple2
Date: Wed, 2 Jun 2021 20:07:29 -0700 (PDT)
In-Reply-To: <412970a1-ea84-43e0-85a5-3c69812deb30n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=111.69.59.62; posting-account=ocMTAAoAAABziOuhUYmP0k-Me1-z2y_3
NNTP-Posting-Host: 111.69.59.62
References: <245fbe75-9d55-4491-9d7a-f7dd9a59eee9n@googlegroups.com> <412970a1-ea84-43e0-85a5-3c69812deb30n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <580738be-2413-4511-839d-3fad8b593119n@googlegroups.com>
Subject: Re: AppleWin 1.30.0 and supported Windows versions
From: nick.wes...@gmail.com (Nick Westgate)
Injection-Date: Thu, 03 Jun 2021 03:07:30 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
 by: Nick Westgate - Thu, 3 Jun 2021 03:07 UTC

On Wednesday, June 2, 2021 at 3:56:46 AM UTC+10, A2CPM wrote:
> The message is "...entry point ucrtbase.terminate could not be located in the dynamic link library api-ms-win...". But, the new AppleWin is working OK for the testing I'm doing.

Hi Willi.

The vcruntime140.dll issue is being tracked here:
https://github.com/AppleWin/AppleWin/issues/962

AppleWin statically links the VC runtime, but for foreign keyboard support it now uses FilterHook.dll which can't statically link the runtime. Modern VC tool chains use a "universal" runtime which comes with Windows. But to retain XP compatibility AppleWin is currently built using an older tool chain which in this case uses the VC 14 runtime (for VS 2015, 2017, 2019).

We will see if that DLL functionality can be merged into AppleWin itself, which should solve the problem.

As for the "ucrtbase" problem, that's a little unexpected. It might be the universal runtime which XP won't have. You could possibly extract the DLL from one of the installers at the following website.
https://support.microsoft.com/en-us/topic/update-for-universal-c-runtime-in-windows-c0514201-7fe6-95a3-b0a5-287930f3560c

Anyway, I'll add this problem to the GitHub issue above, and look into it later.

Cheers,
Nick.

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor