|
APIs to remove some entries from the folder of Today of History fo Hi, I am trying to remove some specific entires with respect to time attribute from the Today folder of folder History . Which stores IE cache. ... 6 Jun 2008 11:17
APIs to remove entries from index.dat file Hi, I am trying to remove some of the entries from index.dat file of Internet Explorer cache ,cookie and history. Please let me know the APIs in VC ++ to resolve the issue. ... 9 Jun 2008 12:26
Can't compile in Release mode? Hi, I have compiled directshow base class project to make lib files. I can compile it in debug mode without any problem. But when i change settings in MS- VC++6 to release mode, it can't be changed. Can anyone tell me, how to compile this project in release mode. I am in a hasty situation. Please reply me as... 6 Jun 2008 07:11
How to craft our own Malloc? Well, I know that isn't necessary, but I want know how do it.. Thanks in Advance! ... 6 Jun 2008 02:02
C code with Unhandled exception ????? "Robby" <Robby(a)discussions.microsoft.com> wrote in message news:45AECA37-8AFB-453B-96B7-A812FE1B5EA8(a)microsoft.com Can someone tell me why the following code is generation the following message: "Unhandled exception at 0x00411a98 in Test.exe: 0xC0000005: Access violation writing location 0x00000000." ... 5 Jun 2008 15:48
MTP Hi, I'm very new to VB & WMI, so please, be with me on that :) I'm looking to access to the properties of a USB device with MTP protocol via Win32 (or anything related to that). For example I could read my mp3 player using Win32_LogicalDisk to extract freespace from it. But when I switch it under MTP mode, I... 5 Jun 2008 12:43
MTP Protocol question Hi, I'm very new to VB & WMI, so please, be with me on that :) I'm looking to access to the properties of a USB device with MTP protocol via Win32 (or anything related to that). For example I could read my mp3 player using Win32_LogicalDisk to extract freespace from it. But when I switch it under MTP mode, I can... 5 Jun 2008 12:43
Malloc - C program I need to create a number of arrays and the quantity is not known until the program runs and I call an accessor function that tells me how many arrays are needed. I have not found a good practical example for what I want to do. This is a C program so should I have a static void pointer in the global scope and then ... 5 Jun 2008 19:24
Need help with templates and VC6 Hello! I've written some code that uses member template functions, and it won't compile with VC6 (or eVC4 which we really are using). The smallest sample I can create that illustrates the problem is the following: class Dep { public: template<class T> void Add() {} }; int main() { Dep... 5 Jun 2008 12:43 |