vividos

608
reputation
116 views

Registered User

name vividos
member for 1 year
seen 17 hours ago
website
location Regensburg, Germany
age 31
I'm a software developer located in germany. I'm interested in C++, Boost, Win32, Windows Installer, JavaScript (and more).
Nov
20
comment When does template instantiation bloat matter in practice?
Ideally you should use a compiler/linker that recognizes and removes duplicate generated assembly code. Visual Studio does that (COMDAT folding).
Nov
19
awarded  Civic Duty
Nov
11
revised Why is my owner-drawn combobox shown empty?
updated with follow-up question on how to draw combobox control itself
Nov
10
comment Why is my owner-drawn combobox shown empty?
will try that out...
Nov
10
revised getJSON callback not happening
edited tags
Nov
9
comment Why is my owner-drawn combobox shown empty?
That's my custom drawing, filling the rect. No need to output text.
Nov
2
revised Why is my owner-drawn combobox shown empty?
added sentence about CBS_OWNERDRAWFIXED and added tags
Nov
2
comment How to fix COM outproc server initializing error 0x80004015?
It seems the DCOM settings for this outproc server was set to be an Interactive User. Reverting to "the launching user" fixed the registration. Thanks!
Nov
1
asked Why is my owner-drawn combobox shown empty?
Oct
29
awarded  Enlightened
Oct
29
awarded  Nice Answer
Oct
27
revised Windows Mobile 5 - How to kill other application?
edited tags
Oct
23
awarded  Popular Question
Oct
23
asked How to fix COM outproc server initializing error 0x80004015?
Oct
1
awarded  Yearling
Sep
30
awarded  Tumbleweed
Sep
30
asked How to apply a Msi transform at uninstall?
Sep
24
comment How to detect if errno_t is defined?
thanks. I don't have autoconf available, so I guess I have to go with compiler version macro checks...
Sep
23
asked How to prevent msi error 2335 when modifying installed product?
Sep
23
asked How to detect if errno_t is defined?
Sep
18
answered Challenge working with Visual Studio and VC++ ?
Sep
16
revised Building boost bcp
updated link
Jul
21
awarded  Nice Answer