[Mingw-w64-public] [PATCH] headers: Fix CREATE_VIRTUAL_DISK_PARAMETERS

2023-08-26 Thread Pavel Shishpor
Hello all, The attached patch fixes the CREATE_VIRTUAL_DISK_PARAMETERS structure virtdisk.h. The missing field is documented in MSDN: https://learn.microsoft.com/en-us/windows/win32/api/virtdisk/ns-virtdisk-create_virtual_disk_parameters Best regards, Pavel From

Re: [Mingw-w64-public] How the program is runing in windowsxp?

2016-04-11 Thread Pavel
Hello, I think this is not sufficient. -D__USE_MINGW_ANSI_STDIO should help, however, my experience is that it somehow cripples swprintf with %s placeholder on post-XP systems. So you always need to create separate build for XP, if you want to support that system :-( Pavel On Mon, 2016-04-11

Re: [Mingw-w64-public] Contributing a package

2015-05-27 Thread Pavel Fedin
Hi! Done, added Pavel Fedin (sonic_amiga). You can push the code to ssh://git.code.sf.net/p/mingw-w64/portablexdr It can be moved to github or elsewhere if it really shouldn't go into mingw-w64. Thank you very much. I heard the voice of other people, so i will ask MSYS2 guy first

Re: [Mingw-w64-public] Contributing a package

2015-05-26 Thread Pavel Fedin
Hi! What is your sourceforge ID? It's sonic_amiga. And it's still operational, to my great surprise :) Kind regards, Pavel Fedin Expert Engineer Samsung Electronics Research center Russia -- One dashboard

Re: [Mingw-w64-public] Contributing a package

2015-05-26 Thread Pavel Fedin
regards, Pavel Fedin Expert Engineer Samsung Electronics Research center Russia -- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications

[Mingw-w64-public] Contributing a package

2015-05-24 Thread Pavel Fedin
for that. Kind regards, Pavel Fedin Expert Engineer Samsung Electronics Research center Russia -- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50

Re: [Mingw-w64-public] Confused by apparent conflicting swprintf declaration in swprintf.inl

2015-05-14 Thread Pavel
On Fri, 2015-05-15 at 00:43 +1000, Shaddy Baddah wrote: Hi, I've been trying to use mingw-64 to build the eclipse native launcher (.exe). I encountered an issue around the indirect (via preprocessor defines) of swprintf. The eclipse code usage of swprintf suggested that the declaration

Re: [Mingw-w64-public] Trouble cross-compiling SDL2

2015-04-28 Thread Pavel
On Tue, 2015-04-28 at 09:25 +0200, Ruben Van Boxem wrote: 2015-04-28 8:36 GMT+02:00 Pavel pa...@pamsoft.cz: On Tue, 2015-04-28 at 08:08 +0200, Christer Solskogen wrote: On 27.04.2015 20:16, LRN wrote: At a glance it looks like SDL_render_d3d11.c declares

Re: [Mingw-w64-public] Trouble cross-compiling SDL2

2015-04-28 Thread Pavel
for MSXML interfaces so I had to add my own. It compiled fine with MinGW 3.x, but the MSXML UIDs and interfaces has been added in MinGW 4.x. So I had to remove my definitions in order to compile my project with MinGW 4.x. This is called progress or evolution :-) Pavel

Re: [Mingw-w64-public] Example of COM server and client in C++

2014-11-23 Thread Pavel
COM server - it is an implementation of OLE DB provider for PostgreSQL database. You can compile the project both as 32 and 64 bit version. The source code is available here: http://sourceforge.net/projects/pmpostgresqlole/ (zipped in the Files section). Pavel On Sat, 2014-11-22 at 19:20 -0800

Re: [Mingw-w64-public] windows 32 bit memory address space

2014-10-27 Thread Pavel
Actually the virtual memory limit available for single application is 2GB on 32bit Windows. It is possible to extent it to 3GB if special care is taken: http://msdn.microsoft.com/en-us/library/bb613473(VS.85).aspx Pavel On Mon, 2014-10-27 at 18:33 +0100, Adrien Nader wrote: No, it's impossible

Re: [Mingw-w64-public] windows 32 bit memory address space

2014-10-27 Thread Pavel
).aspx Well, clearly - the answer is: if you want to allocate more than 2GB of memory, use 64bit application. Pavel The page says that supported OS are XP and 2003 Server. why --large-address-aware linker option is not helpful. Can anyone explain

Re: [Mingw-w64-public] Where is x86_64-w64-mingw32-gcc in Debian 7?

2014-09-14 Thread Pavel
Hi Ralph, I have installed mingw-w64 (and all what has automatically been suggested) and the mentioned file, along with other mingw64 executables, is in /usr/bin. Pavel On Sun, 2014-09-14 at 17:23 +0200, Ralph Gossamer wrote: So I have installed mingw-w64 components targetting only w64

Re: [Mingw-w64-public] What are the Debian packages of MinGW-w64?

2014-09-13 Thread Pavel
personal builds. I don't know what happened or whether these builds are still available. I have used Ruben's personal build cross compiler for Linux and it worked fine on Debian 6. Pavel On Sat, 2014-09-13 at 17:44 +0200, Ralph Gossamer wrote: I apologize for the rather awkward formatting of my

Re: [Mingw-w64-public] [RFC] sinf and cosf for ARM

2014-06-19 Thread Pavel
it matches the values at 0, pi/12, pi/6, pi/4, pi/3, 5*pi/12 and pi/2 exactly. The highest deviation magnitude is about 7.8e-7. I have derived the coefficients using R. cosine can be then calculated as sin(pi/2 - x) at the (0, pi/2) interval. So I hope it might help you. Pavel On Mon, 2014-06-16

Re: [Mingw-w64-public] Building Packages on MinGW-w64

2013-12-06 Thread Pavel
. Most of these libraries must be built for gtk+. Pavel Thanks -- Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base. Download it for free now! http

Re: [Mingw-w64-public] Learning to use MinGW-w64

2013-12-05 Thread Pavel
GetCommandLine API. Pavel On Thu, 2013-12-05 at 22:41 +0900, wynfi...@gmail.com wrote: From: JonY Date: Thu, 05 Dec 2013 17:23:48 +0800 Subject: Re: [Mingw-w64-public] Using MinGW-w64 On 12/5/2013 12:58, wynfield wrote: # I then tried to compile it, but it failed as soon below. $ /bin

[Mingw-w64-public] Cannot access inherited pointer

2013-04-29 Thread Pavel
version works all fine. I am using Ruben's personal build, win64 compiler for both 32bit and 64bit target. I have tested gcc 4.6.3-2 and 4.8.0 - both behave the same way. Any idea? Thanks, Pavel -- Try New Relic Now

Re: [Mingw-w64-public] Cannot access inherited pointer

2013-04-29 Thread Pavel
OK, so the problem was that the derived class was compiled with #pragma pack(1), while the base class without it. Thanks anyway, Pavel On Mon, 2013-04-29 at 12:04 +0200, Pavel wrote: Hi team, I have the following situation class CBase { protected: ULONG m_lRefCount; IMalloc

Re: [Mingw-w64-public] Practical Questions about Mingw-w64

2013-02-08 Thread pavel
going to be even tougher than anything else. Are you sure that this game has been ever ported to Windows? If not, then because of OpenGL, your chance to succeed is really not big. But I cross fingers and wish you good luck. Pavel On Thu, 2013-02-07 at 21:30 -0500, Larry Pottle wrote: Hi, I am

Re: [Mingw-w64-public] msxml with mingw-w64 (for QuickFIX) (was: libxml2 with mingw-w64?)

2013-01-10 Thread pavel
. So, I am not sure whether my explanation is clear enough. My conclusion is that if you decide to go for msxml, you would need to manually update the code a bit, however, it should not be difficult with the headers provided by MinGW. Pavel On Wed, 2013-01-09 at 19:13 -0500, K. Frank wrote: Hi

Re: [Mingw-w64-public] libxml2 with mingw-w64?

2013-01-09 Thread pavel
definition, I am not sure. You then create a new instance of a COM object by calling the CoCreateInstance function with appropriate arguments. Pavel Ruben Thanks again. K. Frank -- Master Java SE, Java EE

Re: [Mingw-w64-public] libxml2 with mingw-w64?

2013-01-08 Thread pavel
-gnu \ --prefix=/home/pavel/Programs/local32 It works the same for 64bit Windows with -host=x64_86-w64-mingw32 HTH, Pavel -- Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS and more. Get SQL Server

[Mingw-w64-public] Export symbols with aliases with 64bit

2012-12-21 Thread pavel
]: *** [libglib-2.0.la] Error 1 make[4]: Leaving directory `/home/pavel/Programs/GNUsystem/glib/glib' make[3]: *** [all-recursive] Error 1 The list of not defined symbols is longer but it is not important at the moment. The interesting point is that all the not defined symbols have an alias defined via

Re: [Mingw-w64-public] Export symbols with aliases with 64bit

2012-12-21 Thread pavel
) and with 32bit target also gdk-pixbuf and freetype. But thank you anyway, Pavel On Fri, 2012-12-21 at 09:31 +0100, Václav Šmilauer wrote: recently I am trying to cross compile some base GNU libraries for both 32bit and 64bit Windows host. The build system is Debian 6.0.6. I am using

Re: [Mingw-w64-public] Export symbols with aliases with 64bit

2012-12-21 Thread pavel
OK, I've made a simple test and i686 compiler also refuses to export #defined symbols. So the problem must occur somewhere during configuration of glib. I'll keep investigating. Thanks to all for your support. Pavel On Fri, 2012-12-21 at 10:54 +0100, Václav Šmilauer wrote: I am afraid

Re: [Mingw-w64-public] Export symbols with aliases with 64bit

2012-12-21 Thread pavel
On Fri, 2012-12-21 at 20:23 +0100, Erik van Pienbroek wrote: pavel schreef op vr 21-12-2012 om 08:46 [+0100]: When building glib with the x86_64 target, I get the following error at some point of linking: CC gspawn-win32.lo CC gwin32.lo cd .. /bin/bash

[Mingw-w64-public] libgcc_s_sjsj-1.dll

2010-05-04 Thread pavel
Hi, why the latest release links the programs with the libgcc_s_sjsj-1.dll? Is it possible to avoid that? Thanks, Pavel -- ___ Mingw-w64-public mailing list Mingw-w64-public

Re: [Mingw-w64-public] libgcc_s_sjsj-1.dll

2010-05-04 Thread pavel
I have figured this out already. Thanks, Pavel On Tue, 2010-05-04 at 13:26 +0200, pavel wrote: Hi, why the latest release links the programs with the libgcc_s_sjsj-1.dll? Is it possible to avoid that? Thanks, Pavel

[Mingw-w64-public] msxml3 problem

2008-04-09 Thread Pavel Krejcir
definition of DLLMain and the four COM dll functions (DLLRegisterServer etc.), which I don't think is important. Nobody is supposed to call these methods directly. Thanks, Pavel libmsxml3.tar.gz Description: GNU Zip compressed data MenuTestMinGW64.tar.gz Description: GNU Zip compressed data