Click here to Skip to main content
15,914,327 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: problem in writting urdu on Richedit control Pin
_AnsHUMAN_ 18-Jul-08 2:17
_AnsHUMAN_ 18-Jul-08 2:17 
GeneralRe: problem in writting urdu on Richedit control Pin
preeti sharma20-Jul-08 20:21
preeti sharma20-Jul-08 20:21 
QuestionParsing the include-structure of a cpp-project Pin
Tomerland18-Jul-08 1:37
Tomerland18-Jul-08 1:37 
AnswerRe: Parsing the include-structure of a cpp-project Pin
Matthew Faithfull18-Jul-08 2:19
Matthew Faithfull18-Jul-08 2:19 
GeneralRe: Parsing the include-structure of a cpp-project Pin
Tomerland18-Jul-08 2:23
Tomerland18-Jul-08 2:23 
GeneralRe: Parsing the include-structure of a cpp-project Pin
Matthew Faithfull18-Jul-08 2:33
Matthew Faithfull18-Jul-08 2:33 
GeneralRe: Parsing the include-structure of a cpp-project Pin
Tomerland18-Jul-08 3:01
Tomerland18-Jul-08 3:01 
Questionvc6, windows xp2, ::PathFileExists ::PathApend link "unresolved external symbol" problem? Pin
fantasy121517-Jul-08 22:41
fantasy121517-Jul-08 22:41 
I'm using vc6, windows xp2,
But I encounter "unresolved external symbol" problem when link with code below.
<br />
#include <shlwapi.h><br />
<br />
	TCHAR szBuf[MAX_PATH] = {0};<br />
	::GetModuleFileName(NULL, szBuf, sizeof(szBuf)/sizeof(szBuf[0]));<br />
	::PathAddBackslash(szBuf);<br />
	::PathAppend(szBuf, _T("no2.swf"));<br />
        ::PathFileExists(szBuf);<br />
</shlwapi.h>

I tested the code in vs2008 express edition too, It has the same problem.
Please help me.
AnswerRe: vc6, windows xp2, ::PathFileExists ::PathApend link "unresolved external symbol" problem? Pin
CPallini17-Jul-08 23:02
mveCPallini17-Jul-08 23:02 
QuestionRe: vc6, windows xp2, ::PathFileExists ::PathApend link "unresolved external symbol" problem? Pin
fantasy121517-Jul-08 23:22
fantasy121517-Jul-08 23:22 
AnswerYou are welcome. Pin
CPallini17-Jul-08 23:37
mveCPallini17-Jul-08 23:37 
QuestionLocalization of MFC Dialog application Pin
hari_honey17-Jul-08 22:07
hari_honey17-Jul-08 22:07 
QuestionRe: Localization of MFC Dialog application Pin
Rajesh R Subramanian18-Jul-08 1:29
professionalRajesh R Subramanian18-Jul-08 1:29 
AnswerRe: Localization of MFC Dialog application Pin
hari_honey18-Jul-08 2:15
hari_honey18-Jul-08 2:15 
GeneralRe: Localization of MFC Dialog application Pin
Rajesh R Subramanian18-Jul-08 2:28
professionalRajesh R Subramanian18-Jul-08 2:28 
AnswerRe: Localization of MFC Dialog application Pin
ThatsAlok18-Jul-08 1:44
ThatsAlok18-Jul-08 1:44 
QuestionQuestion on article "Print Class Library" Pin
Le@rner17-Jul-08 20:29
Le@rner17-Jul-08 20:29 
AnswerRe: Question on article "Print Class Library" Pin
CPallini17-Jul-08 21:29
mveCPallini17-Jul-08 21:29 
Question[Message Deleted] Pin
C++myLife17-Jul-08 20:10
C++myLife17-Jul-08 20:10 
GeneralRe: Regarding assigning a drive letter to a partition Pin
Matthew Faithfull17-Jul-08 23:28
Matthew Faithfull17-Jul-08 23:28 
QuestionRe: Regarding assigning a drive letter to a partition Pin
David Crow18-Jul-08 10:14
David Crow18-Jul-08 10:14 
AnswerRe: Regarding assigning a drive letter to a partition Pin
C++myLife19-Jul-08 1:44
C++myLife19-Jul-08 1:44 
Questionhow can i detect last boot success? Pin
greenfish77717-Jul-08 19:58
greenfish77717-Jul-08 19:58 
QuestionGetParent Pin
ani_ikram17-Jul-08 17:13
ani_ikram17-Jul-08 17:13 
AnswerRe: GetParent Pin
enhzflep17-Jul-08 18:00
enhzflep17-Jul-08 18:00 

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.