Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey
herzbube's user avatar
herzbube's user avatar
herzbube's user avatar
herzbube
  • Member for 12 years, 8 months
  • Last seen more than a week ago
178 votes
2 answers
108k views

How exactly does the "Specific Version" property of an assembly reference work in Visual Studio?

35 votes
2 answers
15k views

How do I migrate from SenTestingKit/OCUnit to XCTest?

24 votes
4 answers
15k views

Profiling x86 executable with Dependency Walker hangs on Windows 7 x64

23 votes
3 answers
2k views

Can I sign a git tag after it was created?

20 votes
3 answers
12k views

How to test gcroot reference for NULL or nullptr?

16 votes
3 answers
8k views

Good way to manage the Documents/Inbox folder in an iOS app

14 votes
1 answer
5k views

How can I tell Spotlight to index my .dSYM bundles?

8 votes
2 answers
2k views

Can someone explain the search list feature in NSUserDefaults?

6 votes
1 answer
14k views

Wrong contentView width in custom UITableViewCell?

6 votes
4 answers
824 views

Allow landscape for iPhone 6 Plus but not other iPhones

6 votes
1 answer
2k views

Why does libc++ getline block when reading from pipe, but libstdc++ getline does not?

6 votes
2 answers
1k views

CMake's find_package ignores the PATHS option when building for iOS

5 votes
1 answer
2k views

Why do FindFirstFile / FindNextFile sometimes see a file on a network folder, but CopyFile does not?

4 votes
1 answer
645 views

Option -recurse sometimes does not work for PowerShell cmdlet get-childitem

4 votes
1 answer
2k views

Can someone explain the result of CGRectGetMaxX and CGRectIntersection?

4 votes
2 answers
1k views

How can I prevent strncpy_s from padding destination buffer in debug build?

4 votes
0 answers
1k views

What conditions can prevent layoutSubviews from being called after setNeedsLayout?

4 votes
2 answers
2k views

How do I specify a geographic location with the HTML "time" element?

4 votes
1 answer
2k views

How does MFC determine the default language ID when loading resources?

3 votes
1 answer
3k views

Visual Studio 2017 claims I am debugging a release build of my C++/CLI project

3 votes
1 answer
457 views

System.Progress not firing events on main thread after WinForms dialog was shown

3 votes
1 answer
2k views

C5105 and other compiler warnings when building with Github Actions / WinSDK 10.0.17763.0

3 votes
1 answer
249 views

Why is UIActionSheet shown upside-down in UIInterfaceOrientationPortraitUpsideDown?

3 votes
1 answer
312 views

Presenting a view controller triggers UIApplicationDidChangeStatusBarOrientationNotification

3 votes
1 answer
2k views

How to use CAtlComModule to implement a COM event sink?

3 votes
1 answer
3k views

SCOPE_IDENTITY does not seem to work with parameterized queries

3 votes
0 answers
171 views

Cause for non-determenistic behaviour of `tlbexp.exe`?

3 votes
1 answer
3k views

Visibility linker warnings when compiling iOS app that uses Boost

3 votes
2 answers
5k views

Redirect debug output to null stream instead of std::cerr

2 votes
1 answer
311 views

Does iOS provide a function to get a device-specific suffix string?