[Mingw-w64-public] (no subject)

2022-06-29 Thread Ozkan Sezer
> The compiler sees
>
>  := *(unsigned long*) 42
>
> which itself is indeed dereferencing a strange pointer. Probably GCC should
> warn about only pointers
> to known data.

Lazy solution for me would be something like the following:
Does it look correct?

#if defined(__MINGW32__) && defined(__x86_64__)
#undef NtCurrentTeb
#define NtCurrentTeb MI_NtCurrentTeb
struct _TEB * MI_NtCurrentTeb(void) {
  void *ret;
  __asm__ __volatile__ ("movq %%gs:0x30,%0" : "=r" (ret));
  return ret;
}
#elif defined(__MINGW32__) && defined(__i386__)
#undef NtCurrentTeb
#define NtCurrentTeb MI_NtCurrentTeb
struct _TEB * MI_NtCurrentTeb(void) {
  void *ret;
  __asm__ __volatile__ ("movl %%fs:0x18,%0" : "=r" (ret));
  return ret;
}
#endif


___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] (no subject)

2021-02-28 Thread Bello Djaowe
Je veux juste le compilateur de code block

Le dim. 28 févr. 2021 à 10:22 AM, Biswapriyo Nath  a
écrit :

> Excusez-moi Monsieur, je ne comprends pas ce que vous entendez par
> "application mingw 64 bits". Ce référentiel n'est qu'une partie de la
> chaîne d'outils.
>
>
> ___
> Mingw-w64-public mailing list
> Mingw-w64-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>

___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] (no subject)

2021-02-28 Thread Biswapriyo Nath
Excusez-moi Monsieur, je ne comprends pas ce que vous entendez par
"application mingw 64 bits". Ce référentiel n'est qu'une partie de la
chaîne d'outils.


___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


[Mingw-w64-public] (no subject)

2021-02-27 Thread Bello Djaowe
Bonjour ! J'ai besoin de télécharger l'application mingw 64bit

___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] (no subject)

2020-09-24 Thread Biswapriyo Nath
Yes, this is MSYS2's mingw-w64-gcc/binutils issue. You can find
related issues here[1]. If you didn't find any issue with your exact
problem you can create a new issue there[2]. Or join MSYS2 Gitter
channel just for normal discussion[3].

[1]: 
https://github.com/msys2/MINGW-packages/search?q=--export-dynamic=issues
[2]: https://github.com/msys2/MINGW-packages/issues
[3]: https://gitter.im/msys2/msys2


___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


[Mingw-w64-public] (no subject)

2020-09-24 Thread Vincent Torri
hello

i've updated mingw-w64 with pacman in MSYS2 and i have this warning
each time gcc is called :

C:/Documents/msys2/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe:
warning: --export-dynamic is not supported for PE+ targets, did you
mean --export-all-symbols?

gcc has been updated to 10.2.0

is it a bug in the msys2 package ?

Vincent Torri


___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


[Mingw-w64-public] (no subject)

2018-03-04 Thread Budi


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


[Mingw-w64-public] (no subject)

2018-02-28 Thread Budi


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] (no subject)

2014-01-17 Thread Jim Michaels
here is the commandline, -lshell32 has been included. commandlines are exactly 
the smae for 64-bit and 32-bit except for path to g++.exe so, 32-bit compiler's 
libshell32.a is missing that function apparently.

 d:\i686-4.9.0-snapshot-20131119-rev205009-posix-sjlj-rt_v4\mingw32\bin\g++.exe 
  -Wall -Wextra -v -save-temps -Xlinker -Map=32\df.32.map -Ofast  
-std=c++11  -mwindows -s -o 32\df.exe  df.cpp \prj\lib\prsinum\prsinum.cpp 
\prj\lib\strfuncs\strfuncs.cpp \prj\lib\siiec\siiec.cpp -lstdc++ -lshlwapi 
-lkernel32 -lshell32 -lcrtdll


if you need .ii files, let me know and I'll see what I can provide.

gcc version 4.9.0 20131119 (experimental) (Built by MinGW-W64 project) 
COLLECT_GCC_OPTIONS='-Wall' '-Wextra' '-v' '-save-temps' '-Ofast' '-std=c++11' 
'-mwindows' '-s' '-o' '32\df.exe' '-shared-libgcc' '-mtune=generic' 
'-march=i686'
 
d:/i686-4.9.0-snapshot-20131119-rev205009-posix-sjlj-rt_v4/mingw32/bin/../libexec/gcc/i686-w64-mingw32/4.9.0/cc1plus.exe
 -E -quiet -v -iprefix 
d:\i686-4.9.0-snapshot-20131119-rev205009-posix-sjlj-rt_v4\mingw32\bin\../lib/gcc/i686-w64-mingw32/4.9.0/
 -D_REENTRANT df.cpp -mwindows -mtune=generic -march=i686 -std=c++11 -Wall 
-Wextra -Ofast -fpch-preprocess -o df.ii

I I thought I had 4.9.0, but apprently I had 4.8.2 instead. tried 4.9.0 got 
same thing.

d:/i686-4.9.0-snapshot-20131119-rev205009-posix-sjlj-rt_v4/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.9.0/../../../../i686-w64-mingw32/lib/../lib/libmingw32.a(lib32_libmingw32_a-merr.o):merr.c:(.text+0x60):
 multiple definition of `_matherr'
d:/i686-4.9.0-snapshot-20131119-rev205009-posix-sjlj-rt_v4/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.9.0/../../../../i686-w64-mingw32/lib/../lib/libcrtdll.a(dwdis00177.o):(.text+0x0):
 first defined here
df.o:df.cpp:(.text+0x270c): undefined reference to `_imp__SHValidateUNC@12'
collect2.exe: error: ld returned 1 exit status


I have no idea how I could get a multiple definition of _matherr or any of 
these other errors with a simple include and I think I am correctly using the 
libs (but I could be wrong).





 From: Ruben Van Boxem vanboxem.ru...@gmail.com
To: mingw-w64-public@lists.sourceforge.net 
mingw-w64-public@lists.sourceforge.net 
Sent: Thursday, January 16, 2014 12:51 AM
Subject: Re: [Mingw-w64-public] (no subject)
 


2014/1/16 Jim Michaels jmich...@yahoo.com

ntstatus.h:#define STATUS_INVALID_IMAGE_FORMAT                
((NTSTATUS)0xC07B)

when I run my 64-bit exe, I get this windows error dialog box with the above 
error number saying the application cannot start in windows 64-bit.
in 32-bit, it refuses to link due to 2 library coding error2 in the compiler 
(the 2nd error I don't know what it means):

d:/i686-4.8.2-release-win32-sjlj-rt_v3-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.2/../../../../i686-w64-mingw32/lib/../lib/libmingw32.a(lib32_libmingw32_a-merr.o):merr.c:(.text+0x60):
 multiple definition of
 `_matherr'
d:/i686-4.8.2-release-win32-sjlj-rt_v3-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.2/../../../../i686-w64-mingw32/lib/../lib/libcrtdll.a(dqkfs00177.o):(.text+0x0):
 first defined here
df.o:df.cpp:(.text+0x2a01): undefined reference to `_imp__SHValidateUNC@12'
collect2.exe: error: ld returned 1 exit status


_SHValidateUNC is defined in libshell32: 
http://msdn.microsoft.com/en-us/library/windows/desktop/bb762259%28v=vs.85%29.aspx


The other error might be a bug in MinGW-w64, or it might be a bug in your 
compilation options. Do you have a SSCCE?





the compilers I am using, personal build of experimental posix 4.9.0:
i686-4.8.2-release-posix-sjlj-rt_v3-rev0
x86_64-4.8.2-release-posix-sjlj-rt_v3-rev0



This looks like GCC 4.8.2, not 4.9.


 

the crtdll.dll gave me an error on start saying it was missing because it's 
ONLY in %SystemRoot%\SysWOW64 on 64-bit (maybe win7 and up?) and this is not 
in the default PATH you get with a windows install. 
so a lot of people think they have a virus (there are pages to this effect) 
or they need to do a system restore due to an about.com web page that makes 
assumptions...



In general, Windows has very complicated system DLL search stuff. This 
includes winsxs, which is so complicated you should never muck with any of it 
yourself, and let Windows handle it.


Anyways, on Windows 7 x64 Pro SP1, I've got a 32-bit crtdll.dll in some winsxs 
directory, and one in SysWOW64. This last directory is definitely searched for 
system DLLs in 32-bit applications (just check with Dependency Walker). I 
don't know where you get the information this is not the case.


Ruben


--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk

Re: [Mingw-w64-public] (no subject)

2014-01-17 Thread Jim Michaels
the 0XC07B incorrect image error dialog I am geting on startup of my 64-bit 
program leads me to conclude that:
- since crtdll.dll is a 32-bit dll (ms stored 32-bit dll's and exes in 
c:\windows\SysWOW64 and 64-bit stuff in c:\windows\system32 go figure), 
- and crtdll.dll is not available in system32 but only in syswow64 on win7, 
- and %systemroot%\syswow64 is not in the path when you install windows, 
the 64-bit compilers should not use this DLL (mixing 32-bit DLL with 64-bit exe 
can't be good???). 

the incorrect image error I wonder about. perhaps it'f elf or coff when it 
should be something else, or is not in proper exe format for 64-bit? or is it 
the mixture of 64-bit exe with dll? or both?




 From: Ruben Van Boxem vanboxem.ru...@gmail.com
To: mingw-w64-public@lists.sourceforge.net 
mingw-w64-public@lists.sourceforge.net 
Sent: Thursday, January 16, 2014 12:51 AM
Subject: Re: [Mingw-w64-public] (no subject)
 


2014/1/16 Jim Michaels jmich...@yahoo.com

ntstatus.h:#define STATUS_INVALID_IMAGE_FORMAT                
((NTSTATUS)0xC07B)

when I run my 64-bit exe, I get this windows error dialog box with the above 
error number saying the application cannot start in windows 64-bit.
in 32-bit, it refuses to link due to 2 library coding error2 in the compiler 
(the 2nd error I don't know what it means):

d:/i686-4.8.2-release-win32-sjlj-rt_v3-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.2/../../../../i686-w64-mingw32/lib/../lib/libmingw32.a(lib32_libmingw32_a-merr.o):merr.c:(.text+0x60):
 multiple definition of
 `_matherr'
d:/i686-4.8.2-release-win32-sjlj-rt_v3-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.2/../../../../i686-w64-mingw32/lib/../lib/libcrtdll.a(dqkfs00177.o):(.text+0x0):
 first defined here
df.o:df.cpp:(.text+0x2a01): undefined reference to `_imp__SHValidateUNC@12'
collect2.exe: error: ld returned 1 exit status


_SHValidateUNC is defined in libshell32: 
http://msdn.microsoft.com/en-us/library/windows/desktop/bb762259%28v=vs.85%29.aspx


The other error might be a bug in MinGW-w64, or it might be a bug in your 
compilation options. Do you have a SSCCE?





the compilers I am using, personal build of experimental posix 4.9.0:
i686-4.8.2-release-posix-sjlj-rt_v3-rev0
x86_64-4.8.2-release-posix-sjlj-rt_v3-rev0



This looks like GCC 4.8.2, not 4.9.


 

the crtdll.dll gave me an error on start saying it was missing because it's 
ONLY in %SystemRoot%\SysWOW64 on 64-bit (maybe win7 and up?) and this is not 
in the default PATH you get with a windows install. 
so a lot of people think they have a virus (there are pages to this effect) 
or they need to do a system restore due to an about.com web page that makes 
assumptions...



In general, Windows has very complicated system DLL search stuff. This 
includes winsxs, which is so complicated you should never muck with any of it 
yourself, and let Windows handle it.


Anyways, on Windows 7 x64 Pro SP1, I've got a 32-bit crtdll.dll in some winsxs 
directory, and one in SysWOW64. This last directory is definitely searched for 
system DLLs in 32-bit applications (just check with Dependency Walker). I 
don't know where you get the information this is not the case.


Ruben


--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public



--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


[Mingw-w64-public] (no subject)

2014-01-16 Thread Jim Michaels
ntstatus.h:#define STATUS_INVALID_IMAGE_FORMAT                
((NTSTATUS)0xC07B)

when I run my 64-bit exe, I get this windows error dialog box with the above 
error number saying the application cannot start in windows 64-bit.
in 32-bit, it refuses to link due to 2 library coding error2 in the compiler 
(the 2nd error I don't know what it means):

d:/i686-4.8.2-release-win32-sjlj-rt_v3-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.2/../../../../i686-w64-mingw32/lib/../lib/libmingw32.a(lib32_libmingw32_a-merr.o):merr.c:(.text+0x60):
 multiple definition of `_matherr'
d:/i686-4.8.2-release-win32-sjlj-rt_v3-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.2/../../../../i686-w64-mingw32/lib/../lib/libcrtdll.a(dqkfs00177.o):(.text+0x0):
 first defined here
df.o:df.cpp:(.text+0x2a01): undefined reference to `_imp__SHValidateUNC@12'
collect2.exe: error: ld returned 1 exit status


the compilers I am using, personal build of experimental posix 4.9.0:
i686-4.8.2-release-posix-sjlj-rt_v3-rev0
x86_64-4.8.2-release-posix-sjlj-rt_v3-rev0

the crtdll.dll gave me an error on start saying it was missing because it's 
ONLY in %SystemRoot%\SysWOW64 on 64-bit (maybe win7 and up?) and this is not in 
the default PATH you get with a windows install. 
so a lot of people think they have a virus (there are pages to this effect) or 
they need to do a system restore due to an about.com web page that makes 
assumptions...



 
-
Jim Michaels
jmich...@yahoo.com
j...@renewalcomputerservices.com
http://RenewalComputerServices.com
http://JesusnJim.com (my personal site, has software)
---
IEC Units: Computer RAM  SSD measurements, microsoft disk size measurements 
(note: they will say GB or MB or KB or TB when it is IEC Units!):
[KiB] [MiB] [GiB] [TiB]
[2^10B=1,024^1B=1KiB]
[2^20B=1,024^2B=1,048,576B=1MiB]
[2^30B=1,024^3B=1,073,741,824B=1GiB]
[2^40B=1,024^4B=1,099,511,627,776B=1TiB]
[2^50B=1,024^5B=1,125,899,906,842,624B=1PiB]
SI Units: Hard disk industry disk size measurements:

[kB] [MB] [GB] [TB]
[10^3B=1,000B=1kB]
[10^6B=1,000,000B=1MB]
[10^9B=1,000,000,000B=1GB]
[10^12B=1,000,000,000,000B=1TB]
[10^15B=1,000,000,000,000,000B=1PB]--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] (no subject)

2014-01-16 Thread Ruben Van Boxem
2014/1/16 Jim Michaels jmich...@yahoo.com

 ntstatus.h:#define STATUS_INVALID_IMAGE_FORMAT
 ((NTSTATUS)0xC07B)

 when I run my 64-bit exe, I get this windows error dialog box with the
 above error number saying the application cannot start in windows 64-bit.
 in 32-bit, it refuses to link due to 2 library coding error2 in the
 compiler (the 2nd error I don't know what it means):

 d:/i686-4.8.2-release-win32-sjlj-rt_v3-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.2/../../../../i686-w64-mingw32/lib/../lib/libmingw32.a(lib32_libmingw32_a-merr.o):merr.c:(.text+0x60):
 multiple definition of `_matherr'
 d:/i686-4.8.2-release-win32-sjlj-rt_v3-rev0/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.2/../../../../i686-w64-mingw32/lib/../lib/libcrtdll.a(dqkfs00177.o):(.text+0x0):
 first defined here
 df.o:df.cpp:(.text+0x2a01): undefined reference to `_imp__SHValidateUNC@12
 '
 collect2.exe: error: ld returned 1 exit status


_SHValidateUNC is defined in libshell32:
http://msdn.microsoft.com/en-us/library/windows/desktop/bb762259%28v=vs.85%29.aspx

The other error might be a bug in MinGW-w64, or it might be a bug in your
compilation options. Do you have a SSCCE http://sscce.org/?



 the compilers I am using, personal build of experimental posix 4.9.0:
 i686-4.8.2-release-posix-sjlj-rt_v3-rev0
 x86_64-4.8.2-release-posix-sjlj-rt_v3-rev0


This looks like GCC 4.8.2, not 4.9.



 the crtdll.dll gave me an error on start saying it was missing because
 it's ONLY in %SystemRoot%\SysWOW64 on 64-bit (maybe win7 and up?) and this
 is not in the default PATH you get with a windows install.
 so a lot of people think they have a virus (there are pages to this
 effect) or they need to do a system restore due to an about.com web page
 that makes assumptions...


In general, Windows has very complicated system DLL search stuff. This
includes winsxs, which is so complicated you should never muck with any of
it yourself, and let Windows handle it.

Anyways, on Windows 7 x64 Pro SP1, I've got a 32-bit crtdll.dll in some
winsxs directory, and one in SysWOW64. This last directory is definitely
searched for system DLLs in 32-bit applications (just check with Dependency
Walker). I don't know where you get the information this is not the case.

Ruben
--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


[Mingw-w64-public] (no subject)

2013-11-27 Thread Edscott Wilson
Looking at the differences between the patch I submitted for sem.c and
the original code, I figured out why the original code for unnamed
semaphores was crashing my otherwise posix correct use of  semaphores.
The sem_init() function is returning the address of a new semaphore,
but this is not right. sem_init() initializes the semaphore *at* the
address pointed. To return the address of a new semaphore, sem_open()
is used.

Furthermore, from the man pages:
Before   being   used,   an  unnamed  semaphore  must  be  initialized  using
  sem_init(3).  It can then be operated on using
sem_post(3)  and  sem_wait(3).
  When  the  semaphore is no longer required, and before
the memory in which it
  is  located  is  deallocated,  the  semaphore  should
be   destroyed   using
  sem_destroy(3).

So in doubt, I go to the code in glibc, and find:


int
__new_sem_init (sem, pshared, value)
 sem_t *sem;
 int pshared;
 unsigned int value;
{
  /* Parameter sanity check.  */
  if (__builtin_expect (value  SEM_VALUE_MAX, 0))
{
  __set_errno (EINVAL);
  return -1;
}

  /* Map to the internal type.  */
  struct new_sem *isem = (struct new_sem *) sem;

  /* Use the values the user provided.  */
  isem-value = value;
#ifdef __ASSUME_PRIVATE_FUTEX
  isem-private = pshared ? 0 : FUTEX_PRIVATE_FLAG;
#else
  isem-private = pshared ? 0 : THREAD_GETMEM (THREAD_SELF,
   header.private_futex);
#endif

  isem-nwaiters = 0;

  return 0;
}


Which means that the original code for semaphores in mingw-w64 is not
only incomplete (missing named semaphores) but broken.

The patch I submitted is missing a working sem_getvalue() function.
I'll prepare another patch with that function in working order and
some more changes on off-list suggestions by dw.


-- 

Dr. Edscott Wilson Garcia
Applied Mathematics and Computing
Mexican Petroleum Institute

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


[Mingw-w64-public] (no subject)

2012-06-03 Thread Jim Michaels
http://www.pcworld.com/businesscenter/article/256339/microsoft_delivers_a_blow_to_open_source_with_visual_studio_11.html#tk.rss_news
microsoft SDK's will no longer ships with complete build environment. microsoft 
vs express 11 only does metro apps.

 
-
Jim Michaels
jmich...@yahoo.com
j...@jimscomputerrepairandwebdesign.com
http://JimsComputerRepairandWebDesign.com
http://JesusnJim.com (my personal site, has software)
---
Computer memory measurements, SSD measurements, microsoft disk size 
measurements (note: they will say GB or MB or KB or TB when it is not!):
[KiB] [MiB] [GiB] [TiB]
[2^10B=1,024B=1KiB]
[2^20B=1,048,576B=1MiB]
[2^30B=1,073,741,824B=1GiB]
[2^40B=1,099,511,627,776B=1TiB]
hard disk industry disk size measurements:
[KB] [MB] [GB] [TB]
[10^3B=1,000B=1KB]
[10^6B=1,000,000B=1MB]
[10^9B=1,000,000,000B=1GB]
[10^12B=1,000,000,000,000B=1TB]--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] (no subject)

2012-06-03 Thread Andre Tampubolon
Meanwhile, to make sure there's no cheating, the Windows SDK for
Windows 8 no longer ships with a complete command-line build environment

That's a bad idea, no?

On 6/3/2012 5:01 PM, Jim Michaels wrote:
 http://www.pcworld.com/businesscenter/article/256339/microsoft_delivers_a_blow_to_open_source_with_visual_studio_11.html#tk.rss_news
 microsoft SDK's will no longer ships with complete build environment.
 microsoft vs express 11 only does metro apps.
  
 -
 Jim Michaels
 jmich...@yahoo.com mailto:jmich...@yahoo.com
 j...@jimscomputerrepairandwebdesign.com
 mailto:j...@jimscomputerrepairandwebdesign.com
 http://JimsComputerRepairandWebDesign.com
 http://JesusnJim.com (my personal site, has software)
 ---
 Computer memory measurements, SSD measurements, microsoft disk size
 measurements (note: they will say GB or MB or KB or TB when it is not!):
 [KiB] [MiB] [GiB] [TiB]
 [2^10B=1,024B=1KiB]
 [2^20B=1,048,576B=1MiB]
 [2^30B=1,073,741,824B=1GiB]
 [2^40B=1,099,511,627,776B=1TiB]
 hard disk industry disk size measurements:
 [KB] [MB] [GB] [TB]
 [10^3B=1,000B=1KB]
 [10^6B=1,000,000B=1MB]
 [10^9B=1,000,000,000B=1GB]
 [10^12B=1,000,000,000,000B=1TB]




 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and 
 threat landscape has changed and how IT managers can respond. Discussions 
 will include endpoint security, mobile security and the latest in malware 
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/


 ___
 Mingw-w64-public mailing list
 Mingw-w64-public@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


-- 
AT

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] (no subject)

2012-06-03 Thread JonY
On 6/3/2012 18:19, Andre Tampubolon wrote:
 Meanwhile, to make sure there's no cheating, the Windows SDK for
 Windows 8 no longer ships with a complete command-line build environment
 
 That's a bad idea, no?
 

Cheat on what?




signature.asc
Description: OpenPGP digital signature
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


[Mingw-w64-public] (no subject)

2010-10-22 Thread stinkf42
http://www.paulphilipcarter.com/and2.html



--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public