Dear list,

I have successfully (??) set up MSYS2 x64 together with gcc x64 and 
geany x64 on a Win7x64 PC. 

The exe files created from the source HelloWorld.cpp:

#include <iostream>


using namespace std;


int main()

{
cout << "Hello World.\n";
return 0;

}


by either geany or entering

z://MSYS2/mingw64/bin/g++ -o Helloworld Helloworld.cpp

in the x64 bash run well only from the command line of the MINGW_x64 
bash. When I try to execute them from within geany, the Win7 file 
explorer or its command line, always a runtime error 0xC000007B 
occurs.

DependencyExplorer_x64 complains about calls to x86-CPU DLLs in these 
exe files:

LIBSTDC++-6.DLL
      KERNEL32.DLL
           0x02E7  InterlockedDecrement
           0x02E8  InterlockedExchange
           0x02EB  InterlockedIncrement

and

LIBGCC_S_DW2-1.DLL
      KERNEL32.DLL
           0x02E7  InterlockedDecrement
           0x02EB  InterlockedIncrement

I have no idea as to why this happens and how to cure it... any help 
is appreciated...

All the best
Schorsch


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Msys2-users mailing list
Msys2-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/msys2-users

Reply via email to