Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C++ and Visual C++ > Visual C++
|
Visual C++ Questions specific to Microsoft's Visual C++. For questions not specific to this Microsoft version, use the C++ Programming forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual C++ section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 9th, 2006, 01:54 AM
Authorized User
 
Join Date: May 2006
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default Clean Temporary Internet Files in IE6 through VC+

I have the code for Cleaning Temporary Internet files for Internet Explorer 5.0 .

But this code is not running under IE 6.0.2900.2180

I am getting this error in VC++

1. error LNK2001: unresolved external symbol __imp__FindCloseUrlCache@4

2. error LNK2001: unresolved external symbol __imp__DeleteUrlCacheEntry@4

3. error LNK2001: unresolved external symbol __imp__FindNextUrlCacheEntryA@12

4. error LNK2001: unresolved external symbol __imp__FindFirstUrlCacheEntryA@12


I am using Internet Explorer 6.

So can you suggest help for this problem or i should provide you more information (i. e. provide code ).

YOUR HELP IN THIS REGARD IS HIGHLY APPRICIATED.

DK
__________________
YOUR HELP IN THIS REGARD IS HIGHLY APPRICIATED.

DK
 
Old June 9th, 2006, 06:20 AM
Authorized User
 
Join Date: May 2006
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default

You can do this by following steps:

In the project Explorer in VC6

Project -> Settings -> Links
in the Object/Library Modules type: Wininet.lib





Similar Threads
Thread Thread Starter Forum Replies Last Post
Clean Temporary Internet Files in IE6 through VC+ Divesh4u Visual C++ 2 June 9th, 2006 09:54 AM
Internet Explorer from VC#.NET code sachin-csharp C# 2005 1 September 18th, 2004 01:29 AM
Internet Explorer from VC#.NET sachin-csharp .NET Framework 2.0 2 September 8th, 2004 12:12 AM
Temporary Intenet Files + WebClient Class philw86 C# 1 July 6th, 2004 02:15 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.