Hi Jamie,
Based on my understanding, the problem is that you get a C1001 error when
your program includes the header file "Iads.h" from the VC7
(..\Vc7\PlatformSDK\Include\), and the IAds.h from the VC6 would be OK.
Please let me know if I have misunderstood anything.
Before we proceed, I need to repro the error on my side first. I test a
simple console program in VC7, which includes the IAds.h from the
\Vc7\PlatformSDK\Include\ directory, but I could not repro the C1001error.
So in this situation, would you please tell us what's the repro steps to
reproduce this problem or just upload a small self-alone sample
project(zipped) to us, if it is not inconvenient to you? (please remove the
"online" of my email address)
Thanks for your understanding!
Best regards,
Gary Chang
Microsoft Community Support
--------------------
Get Secure! ¡§C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn
This posting is provided "AS IS" with no warranties, and confers no rights.
Jamie - 24 Apr 2005 17:10 GMT
Hi Gary, you are correct, IAds.h from vc6 works, yet we encounter the error
using the iads.h from vc7 (PlatformSDK\Include). We should have a sample
project ready for you sometime next week.
Thanks for your help,
Jamie
Gary Chang[MSFT] - 25 Apr 2005 07:59 GMT
OK Jamie, I am standing by to help you.
Thanks!
Best regards,
Gary Chang
Microsoft Community Support
--------------------
Get Secure! ¡§C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn
This posting is provided "AS IS" with no warranties, and confers no rights.
barchamb - 22 May 2006 17:13 GMT
I am having this exact same problem. Is there any solution?
Carl Daniel [VC++ MVP] - 23 May 2006 02:31 GMT
> I am having this exact same problem. Is there any solution?
Reduce the code that's producing the C1001 error down to the minimum case
(usually it's possible to get it down to 10-20 lines of code, but not
always).
Post that code here, contact Microsoft Product Support, or open a bug report
(http://lab.msdn.microsoft.com/productfeedback).
If you post the code, someone might be able to find a way to re-structure
the code to get around the error.
-cd
Andreas Masur [MVP] - 23 May 2006 22:55 GMT
> I am having this exact same problem. Is there any solution?
You may want to check the knowledge base...
http://support.microsoft.com/search/default.aspx?query=C1001&x=0&y=0&catalog=LCI
D%3D1033&spid=&qryWt=&mode=r&cus=False
Ciao, Andreas