ATLSTR.H & SHOBJIDL.H not found
-
Hi Guys, Where can I get "shobjidl.h" & "atlstr.h" files. Actually I downloaded one of the demo project from this forum. But when I compile it says 'Cannot open shobjidl.h, & atlstr.h' I have searched net but nowhere I found them. Some where I read that atlstr.h can be found in VS .NET . But still didnt get any success. I downloaded WTL 7.0 & 7.1 from microsoft site. But it does not contain these files. Can any body out there to help me. Please give me some downlodable site/ dump Thanks in advance. -Tom
-
Hi Guys, Where can I get "shobjidl.h" & "atlstr.h" files. Actually I downloaded one of the demo project from this forum. But when I compile it says 'Cannot open shobjidl.h, & atlstr.h' I have searched net but nowhere I found them. Some where I read that atlstr.h can be found in VS .NET . But still didnt get any success. I downloaded WTL 7.0 & 7.1 from microsoft site. But it does not contain these files. Can any body out there to help me. Please give me some downlodable site/ dump Thanks in advance. -Tom
shobjidl.h - part of the Microsoft SDK. You can find that here: Microsoft Platform SDK Web update site[^] The other file atlstr.h is a standard ATL includes file that is a part of VS .NET 2003 (not sure about older studio releases). This file is typically found in the folder C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include You should just be able to #include <atlstr.h> in your application ... If it's not there, you might want to reinstall studio ...
:..::. Douglas H. Troy ::..
Fold with us|Development Blogging|viksoe.dk's site -
shobjidl.h - part of the Microsoft SDK. You can find that here: Microsoft Platform SDK Web update site[^] The other file atlstr.h is a standard ATL includes file that is a part of VS .NET 2003 (not sure about older studio releases). This file is typically found in the folder C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include You should just be able to #include <atlstr.h> in your application ... If it's not there, you might want to reinstall studio ...
:..::. Douglas H. Troy ::..
Fold with us|Development Blogging|viksoe.dk's site