Johannes Passing

879
Reputation
124 views

Registered User

Name Johannes Passing
Member for 1 year
Seen Nov 26 at 9:08
Website
Location Berlin, Germany
Age
Nov
13
answered How to debug driver load error?
Nov
3
answered How do I create a 64-bit native ATL C++ DLL in Visual Studio 2003?
Oct
27
answered Automating Win32 Driver Testing
Sep
25
answered Unit and integration testing in C++
Sep
4
awarded  Yearling
Jul
12
answered bsod every time a handle to a driver is created
Jul
12
answered problems communicating with driver from user mode
Jul
8
awarded  Disciplined
Jul
1
comment C/C++ testing framework (like JUnit for java)
Well, yes. But a good unit testing framework really does a lot more than that.
Jul
1
answered C/C++ testing framework (like JUnit for java)
Jun
30
accepted COM event with binary data in arguments
Jun
22
answered WinDbg using known module
Jun
19
comment How to transfer UINT64 to 2 DWORDS?
Pax, your code is not portable either -- mind you, the width of int and long differs among platforms and may even be equal.
Jun
17
answered COM event with binary data in arguments
Jun
17
accepted How to preview data from COM port with telnet or other windows tool
Jun
16
answered Can I stop COM from swallowing uncaught C++ exceptions in the callee process?
Jun
16
answered How to preview data from COM port with telnet or other windows tool
Jun
13
answered Passing user context to from impersonated thread to outproc COM object
Jun
11
comment DEBUG ERROR : Runtime needed for <name.exe> occurs while cusing COM in vc++ project?
Can you please fix your typos first? This question is hardly readable.
Jun
11
comment Help needed for DIA SDK & DbgEng
It is true that dbghelp.dll does not (dynamically) link against msdia80.dll, but dbghelp either statically links against DIA or uses the same code base: Just compare the output of x msdia80!*Dia* and x dbghelp!*Dia* and see what I mean.
Jun
11
answered Breakpoint on api exposed from COM interface.
Jun
10
accepted Why do COM events cease to work when we use unit testing with Microsoft Visual Studio 2008?
Jun
10
comment Is there a faster way of getting a char* from a _variant_t than (const char*)(_bstr_t)
You are storing ANSI chars in a BSTR? Urgh. On Win32, BSTRs are always wide char -- everything else is a dirty hack.
Jun
10
answered Help needed for DIA SDK & DbgEng
Jun
10
answered Diagnosing an app that fails to halt
Jun
10
answered Why do COM events cease to work when we use unit testing with Microsoft Visual Studio 2008?
Jun
10
comment Main test environment - should it be the common OS or the future OS?
Sorry, but calling Windows 7 an "untested system" is utter BS.