|
Need Information Regarding IM Password in Registry Hi, I m looking to develop some application that could find some Instant messenger saved passwords in Local Machine. I don't know much about the mechanism or encryption schemes for Credentials in System Registry. If somebody could provide me some guidance in this regard I would be thankful. Looking forward to y... 11 Apr 2008 02:53
in-process server considerations Hello everyone, Here is the comments from the book ATL Internals about in-process server considerations, -------------------- Any thread that calls CoGetClassObject or CoCreateInstance must already have joined an apartment, or the call will fail immediately. So, does that mean all objects exposed from in... 12 Apr 2008 11:05
message pump code for COM STA Hello everyone, 1. For message pump code for COM STA, my question is, we just need to copy and past the following code to STA owner thread, no need to implement any functions to handle msg (e.g. hidden window message handler)? (I think no need and I think COM Runtime will plug-in a message handler for ... 12 Apr 2008 07:42
assign none to COM thread model Hello everyone, As mentioned in the book ATL Internals, when assign none to COM thread model, -------------------- If there is no ThreadingModel given in the registry, COM will assume a legacy single-threaded class and access the class object from the process's first STA, creating a new STA is necessary. T... 11 Apr 2008 00:31
Moving projects to the newer version of VC++ I have inherited a lot of projects using VC++ 6, 2002, 2003 and 2005, most of them MFC based (hence cross-posting in 2 newsgroups). I intend to move all of them to 2008 over the time. I already moved some and did have to make some code changes, mostly due to the fact that newer compiler is more strict in conformanc... 20 May 2008 21:45
auto_ptr in loop Hello, I've got a class which wraps a big chunk of memory (image data). The class implements the "+-*/" and "=" operators so I can perform basic image processing on the image data. One of my calculations produces a temporary object in a for-loop. So my idea was to declare an auto_ptr in the loop. But what ex... 11 Apr 2008 06:51
Standard C Library and utf-8 Hello, Does the standard C string library support utf-8 charset basically operations like string length, string compare, string copy, string search? Can I use the C conversion functions like wcstombs and mbstowcs to convert string between wide and utf-8 format? I requires the inf... 15 Apr 2008 19:29
reimplementing another interface,is it possible? Hi, i am not that good at c++ interfaces and classes,so... Here is my situation: for some apis windows wants me to give him a pointer to an interface. (ie implement him an interface) i have another dll that implements this interface and i can get it via a function. is it possible that i use that interface an... 11 Apr 2008 15:04
search engine optimization (SEO) SEO (SEARCH ENGINE OPTIMIZATION) SEO (Search Engine Optimization) is a process of arranging a web site's content to obtain high rankings in various search engines (both the site and individual pages), and includes tailoring on-page text (such as headlines and subtitles) as well as choosing the proper keywords for ... 10 Apr 2008 01:16
how to export global variable in C dll? Hi, I've written a DLL using C (not C++) and I'm trying to export its global variables so that they can be read by client code. I'm having trouble to find documentation about how to do this. My attempts to use 'extern' and/or '__declspec' on the global variables result in linker errors when building my DLL. Wil... 11 Apr 2008 18:16 |