Search Results

5
votes

Safe remove USB-Drive using Win32 API?

See Microsoft Knowledge Base article Q165721: http://support.microsoft.com/kb/165721 -- includes full C source code …
1
vote

C compiler for Windows?

Cygwin offers full GCC support on Windows; also, the free Microsoft Visual C++ Express Edi …
7
votes

How do I create a symlink in Windows Vista?

Symbolic links in Windows are created using the CreateSymbolicLink API Function, which takes parameters very simil …