Click here to Skip to main content
15,888,816 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi friends,
i want to create multi language with dialog base on MFC apps.
i use .xml file to create my list language and translate...
however, i have a error with read XML file when import msxml6.dll at stdafx.h file
C++
#import <msxml6.dll> rename_namspace (_T(MSXML))
using namespace MSXML;

error: cannot open source file : ".../Debug/msxml6.tlh"
i have try to fix it by copy msxml6.dll from "system32" to folder "Debug"
so, bug isnot fix!
pls help me
thansk
Posted

1 solution

fixed
C++
#import <c:\windows\system32\msxml6.dll> rename_namspace (_T(MSXML))
#include "msxml2.h"
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900