C++

Demangling compiled C++ names with c++filt

Demangling compiled C++ names with c++filt

The c++filt utility is a filter that copies characters from file names or standard input to standard output, replacing all mangled names with their corresponding demangled names. You can use the filter directly with file name arguments, and the filter will output the demangled names of all mangled names

Win32 cygwin's heap error

Win32 cygwin's heap error

Running Qt Creator from the Nokia SDK on Windows 7 (64-bit) I got the following error while compiling for a Maemo mobile device: error: Couldn't reserve space for cygwin's heap, Win32 error 0. After searching I finally found the solution: rebase.exe -b 0x50000000 msys-1.0.dll This changes the

Midi and windows SDK (aka platform SDK)

Midi and windows SDK (aka platform SDK)

Not really midi related turned out to be more qmake and including libs after all. For a few day I was busy debugging the linker error messages gcc (mingw) was spitting at me and couldn't find out what was going on. I had correctly installed the latest platform sdk for

Qt 4.3.0 static without mingwm10.dll

Qt 4.3.0 static without mingwm10.dll

If you are looking to build Qt 4.3.0 static without the dependency on mingwm10.dll. Then you will need to modify qmake.conf that lives in /mkspecswin32-g++qmake.conf. Change: QMAKE_LFLAGS = -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc to (add -static) QMAKE_LFLAGS = -static -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,

You've successfully subscribed to Mesd.ag
Great! Next, complete checkout for full access to Mesd.ag
Welcome back! You've successfully signed in
Success! Your account is fully activated, you now have access to all content.