Click here to Skip to main content
16,014,765 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How do i find out which error IShellFolder::EnumObjects returns? Pin
_Magnus_28-May-02 0:53
_Magnus_28-May-02 0:53 
GeneralRe: How do i find out which error IShellFolder::EnumObjects returns? Pin
redeemer28-May-02 3:01
redeemer28-May-02 3:01 
GeneralRe: How do i find out which error IShellFolder::EnumObjects returns? Pin
_Magnus_28-May-02 5:50
_Magnus_28-May-02 5:50 
GeneralConverting HDC to HBitmap Pin
Adrenalin27-May-02 22:55
Adrenalin27-May-02 22:55 
GeneralRe: Converting HDC to HBitmap Pin
Ernest Laurentin28-May-02 6:06
Ernest Laurentin28-May-02 6:06 
GeneralListview control Pin
Adrenalin27-May-02 22:49
Adrenalin27-May-02 22:49 
GeneralRe: Listview control Pin
Prem Kumar27-May-02 23:22
Prem Kumar27-May-02 23:22 
GeneralIncluding MSHTML Pin
rrrado27-May-02 22:53
rrrado27-May-02 22:53 
I'm including MSHTML into my class definition like this :

#include <comdef.h>
#include <mshtml.h>
#pragma warning(disable : 4192)
#pragma warning(disable : 4049)
#pragma warning(disable : 4146)
#import <mshtml.tlb> no_auto_exclude

The problem is, that when i modify my .cpp file, compiler throws these errors :

.....manualdlg.cpp(18) : fatal error C1083: Cannot open compiler generated file: '.........\debug\mshtml.tlh': Permission denied
Error executing cl.exe.
Creating browse info file...
BSCMAKE: error BK1506 : cannot open file '.\Debug\ManualDlg.sbr': No such file or directory

But when i try to run compile again, it will finish without any errors, until i modify my .cpp again. So i always have to compile two times. Does anybody have some idea how to solve this, please ? (i'm using VC++ 6.0 SP2).
Thanks

GeneralRe: Including MSHTML Pin
Rama Krishna Vavilala28-May-02 2:01
Rama Krishna Vavilala28-May-02 2:01 
GeneralRe: Including MSHTML Pin
rrrado28-May-02 3:35
rrrado28-May-02 3:35 
GeneralDrawing rotated WMF Pin
27-May-02 20:57
suss27-May-02 20:57 
GeneralClass wont work unless global Pin
Mikel27-May-02 19:01
Mikel27-May-02 19:01 
GeneralRe: Class wont work unless global Pin
Joaquín M López Muñoz27-May-02 20:01
Joaquín M López Muñoz27-May-02 20:01 
GeneralRe: Class wont work unless global Pin
Michael P Butler27-May-02 23:25
Michael P Butler27-May-02 23:25 
Generalprocess, thread's memory question Pin
zecodela27-May-02 18:06
zecodela27-May-02 18:06 
GeneralRe: process, thread's memory question Pin
Michael Dunn27-May-02 18:29
sitebuilderMichael Dunn27-May-02 18:29 
GeneralRe: process, thread's memory question Pin
Alexandru Savescu27-May-02 21:58
Alexandru Savescu27-May-02 21:58 
GeneralRe: process, thread's memory question Pin
zecodela27-May-02 23:23
zecodela27-May-02 23:23 
GeneralRe: process, thread's memory question Pin
zecodela27-May-02 23:23
zecodela27-May-02 23:23 
GeneralRe: process, thread's memory question Pin
Alexandru Savescu27-May-02 23:47
Alexandru Savescu27-May-02 23:47 
GeneralRe: process, thread's memory question Pin
zecodela28-May-02 3:12
zecodela28-May-02 3:12 
GeneralBest Way to Get Installed DLL Version Pin
John Clump27-May-02 17:53
John Clump27-May-02 17:53 
GeneralRe: Best Way to Get Installed DLL Version Pin
Alex Cramer27-May-02 18:24
Alex Cramer27-May-02 18:24 
Generalhelp with class project... Pin
C++ Virgin27-May-02 15:01
C++ Virgin27-May-02 15:01 
GeneralRe: help with class project... Pin
Christian Graus27-May-02 15:07
protectorChristian Graus27-May-02 15:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.