Search:

Type: Posts; User: LighthouseMike

Search: Search took 0.00 seconds.

  1. Sorry for 3 back-to-back-to-back posts, but... COM dot bomb strikes again!

    Hey again,

    I apologize for so many posts about Windows wonk. On the positive side, it has taught me more about the Visual Studio debugger and helped me gain a deeper appreciation of Linux. :D
    ...
  2. In case anyone else rams their head against this...

    In case anyone else rams their head against this one, the answer was simple: a CTRL-F (Find) attempt printed an actual F (followed by what I wanted to find), which of course drove Visual Studio...
  3. Visual Studio's latest meltdown - something wrong in "sal.h"? What the?

    Good evening (or morning, or whatever), :biggrin:

    So before I copy all my code and do a git reset --hard, I figured I'd see if anyone in here has ever dealt with this particular VS disintegration....
  4. Man, Visual Studio just... stinks. :biggrin: I...

    Man, Visual Studio just... stinks. :biggrin: I ended up doing a total rewrite, completely eliminating the C# part entirely, and now finally I get usable info. ironically it wasn't a COM thing at...
  5. Okay, so how would one do that? When I hear...

    Okay, so how would one do that? When I hear "corrupted memory" I think common-sensical stuff like "did I de-reference a NULL pointer somewhere?" or "did a malloc/calloc/free call fail?" etc... but...
  6. So two thoughts here: 1. Never read "IANAWP"...

    So two thoughts here:

    1. Never read "IANAWP" before (assuming "I am not a Windows programmer" lol - I'll have to use that sometime cuz I'm really a C/Linux guy myself :D ).
    2. I believe your...
  7. CoCreateInstance dies silently and kills DLL return value with it

    Hey guys,


    So I've been slamming my head hard against this one for about a day now, and I'm at that point of wit's end. Here's a little background: a few years ago, I built a program in C# that...
  8. Wow, thanks for the quick (and thorough)...

    Wow, thanks for the quick (and thorough) responses here! You've definitely shown me a thing or two I can use to help debug this.

    * I didn't know you could return a char * from a function(I...
  9. Yeah, I can't comment on your pasts posts since...

    Yeah, I can't comment on your pasts posts since I'm new here, but I think questions like these need to be more specific. For example, what do you mean by "real time"? Do you mean, how can your code...
  10. Win32: freeing memory allocated in another function

    I've run into a kind of strange situation: I have a function that takes a pointer-to-a-pointer (getting a string from a Win32 API call) and it works as expected, but with a memory leak I'm not sure...
Results 1 to 10 of 10