Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

Who's responsibility is it to call CloseHandle() for Thread handle

Getting a dump of a process that crashes on startup

c++ winapi startup crash-dumps

Windows Game Loop 50% CPU on Dual Core

Delphi Loadlibrary returns 0 (LastErrorcde=3221225616) What does this mean?

Tickcount and milliseconds in C++

c++ winapi

When using Win32 code in your modern C++ app, should you use proper casting?

c++ winapi visual-c++

Is there a way to detect an alphanumeric Unicode symbol?

c++ string winapi unicode

Performance issues with hard disk reading

c++ performance winapi disk

Why do some WinAPI functions need sizes of structs passed as their parameters?

c windows winapi

Executing a method on ui thread due to an event on background thread

Convert BSTR to int

c++ winapi

How to avoid rounding problems when comparing currency values in Delphi?

Get the domain name of a computer from Windows API

c++ winapi

How to delete a file from a C++ app without console window in Windows?

c++ windows winapi file-io

Why am I having problems recursively deleting directories?

c++ winapi recursion directory

Why don't win32 API functions have overloads and instead use Ex as suffix?

c++ c architecture winapi