在 2024-10-24 19:26, Johannes Khoshnazar-Thoma 写道:
Hi List,
I am writing a Windows kernel driver that should use wdmsec (in particular
IoCreateDeviceSecure(). I found the wdmsec.h header but I can't find some
libwdmsec.a to link against, so linking fails.
Is wdmsec supported by mingw64? How shou
Add new helper variables src_pre_msvcr* and then define src_msvcr*
variables based on those helpers. This reduce duplication of source file
names, which decrease maintenance burden and make it easier to track what
is included in which msvcr* import library.
---
mingw-w64-crt/Makefile.am | 323
libmsvcrtd.a is import library for msvcrtd.dll and therefore it cannot
include libmsvcrt_extra.a library which object files are compiled with
-D__LIBMSVCRT_OS__ which instruct code to access msvcrt.dll library.
Add a new static library libmsvcrtd_extra.a which is compiled source
file names require
在 2024-10-24 19:19, Martin Storsjö 写道:
Thanks, this sounds reasonable. So for old x86 32 bit, this argument isn't relevant, and it could be
concievable that these functions should work together with our implementations in libmingwex?
For x86-64 those are unusable because of `long double`.
For
On Thursday 24 October 2024 14:39:58 Martin Storsjö wrote:
> On Thu, 17 Oct 2024, Pali Rohár wrote:
>
> > On Friday 11 October 2024 12:00:41 Martin Storsjö wrote:
> > > On Sat, 28 Sep 2024, Pali Rohár wrote:
> > >
> > > > diff --git a/mingw-w64-crt/lib-common/msvcr120_app.def.in
> > > > b/mingw-
Hi List,
I am writing a Windows kernel driver that should use wdmsec (in particular
IoCreateDeviceSecure(). I found the wdmsec.h header but I can't find some
libwdmsec.a to link against, so linking fails.
Is wdmsec supported by mingw64? How should I link it? If it is not supported,
can I make it
On Thu, 17 Oct 2024, Pali Rohár wrote:
On Friday 11 October 2024 12:00:41 Martin Storsjö wrote:
On Sat, 28 Sep 2024, Pali Rohár wrote:
diff --git a/mingw-w64-crt/lib-common/msvcr120_app.def.in
b/mingw-w64-crt/lib-common/msvcr120_app.def.in
index 4508a43f3370..eadcda310ad8 100644
--- a/mingw-
On Thu, 24 Oct 2024, Pali Rohár wrote:
I took files which did not cause compile errors.
Right - what happens if you'd try to use this msvcrtd import library and try
to call one of those functions that you omitted then?
Before this change, application used GetModuleHandle on msvcrt.dll
(not m
On Thursday 24 October 2024 14:27:50 Martin Storsjö wrote:
> On Fri, 11 Oct 2024, Martin Storsjö wrote:
>
> > With this setup, you should be able to iterate on your patchset and make
> > sure that it doesn't break any of these cases, before returning it to
> > review. With your patches applied, it
On Thursday 24 October 2024 14:16:59 Martin Storsjö wrote:
> On Wed, 23 Oct 2024, Pali Rohár wrote:
>
> > On Wednesday 23 October 2024 00:06:01 Martin Storsjö wrote:
> > > On Tue, 22 Oct 2024, Pali Rohár wrote:
> > >
> > > > On Tuesday 22 October 2024 23:52:11 Martin Storsjö wrote:
> > > > > On S
On Wed, 23 Oct 2024, LIU Hao wrote:
在 2024-10-23 04:58, Martin Storsjö 写道:
Did you verify this aspect with all these libraries (testing setting
rounding and calling our math functions?), or is this just repeating the
same statement that was tested with UCRT?
Technically I think the patch is
On Wed, 23 Oct 2024, Pali Rohár wrote:
On Wednesday 23 October 2024 00:06:01 Martin Storsjö wrote:
On Tue, 22 Oct 2024, Pali Rohár wrote:
On Tuesday 22 October 2024 23:52:11 Martin Storsjö wrote:
On Sat, 19 Oct 2024, Pali Rohár wrote:
libmsvcrtd.a is import library for msvcrtd.dll and ther
12 matches
Mail list logo