Click here to Skip to main content
15,887,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: FindFirstFile error in compilation [modified] Pin
_AnsHUMAN_ 3-Jun-06 3:03
_AnsHUMAN_ 3-Jun-06 3:03 
GeneralRe: FindFirstFile error in compilation [modified] Pin
darkcloud.42o3-Jun-06 3:08
darkcloud.42o3-Jun-06 3:08 
GeneralRe: FindFirstFile error in compilation [modified] Pin
_AnsHUMAN_ 3-Jun-06 3:20
_AnsHUMAN_ 3-Jun-06 3:20 
GeneralRe: FindFirstFile error in compilation [modified] Pin
Justin Tay3-Jun-06 3:22
Justin Tay3-Jun-06 3:22 
GeneralRe: FindFirstFile error in compilation [modified] Pin
darkcloud.42o3-Jun-06 3:37
darkcloud.42o3-Jun-06 3:37 
GeneralRe: FindFirstFile error in compilation [modified] Pin
darkcloud.42o3-Jun-06 3:47
darkcloud.42o3-Jun-06 3:47 
GeneralRe: FindFirstFile error in compilation [modified] Pin
Justin Tay3-Jun-06 3:53
Justin Tay3-Jun-06 3:53 
AnswerRe: FindFirstFile error in compilation [modified] Pin
Hamid_RT3-Jun-06 4:32
Hamid_RT3-Jun-06 4:32 
your Character set is Unicode Character Set
<br />
LPTSTR lpc;<br />
lpc=(LPTSTR)LocalAlloc(LPTR,256);<br />
wsprintf(lpc,_T("%s"), _T("c:\\code.txt"));<br />
WIN32_FIND_DATA FindFileData;<br />
HANDLE hp; <br />
<br />
    hp = FindFirstFile(lpc, &FindFileData);<br />
	LocalFree(lpc);<br />
<br />



whitesky


Questionchage remote user password Pin
pandikumar3-Jun-06 0:11
pandikumar3-Jun-06 0:11 
AnswerRe: chage remote user password Pin
_AnsHUMAN_ 3-Jun-06 0:26
_AnsHUMAN_ 3-Jun-06 0:26 
Question"Navigate2 " function error in ie7.0.. Pin
msj0191@gmail.com2-Jun-06 23:26
msj0191@gmail.com2-Jun-06 23:26 
AnswerRe: &quot;Navigate2 &quot; function error in ie7.0.. Pin
Hamid_RT3-Jun-06 5:03
Hamid_RT3-Jun-06 5:03 
GeneralRe: &quot;Navigate2 &quot; function error in ie7.0.. Pin
msj0191@gmail.com4-Jun-06 13:52
msj0191@gmail.com4-Jun-06 13:52 
GeneralRe: &quot;Navigate2 &quot; function error in ie7.0.. Pin
Hamid_RT4-Jun-06 19:02
Hamid_RT4-Jun-06 19:02 
AnswerRe: "Navigate2 " function error in ie7.0.. Pin
jhhan27-Aug-10 12:42
jhhan27-Aug-10 12:42 
QuestionProblem on bitmap Pin
sahaja_p2-Jun-06 23:13
sahaja_p2-Jun-06 23:13 
AnswerRe: Problem on bitmap Pin
Laxman Auti3-Jun-06 1:17
Laxman Auti3-Jun-06 1:17 
GeneralRe: Problem on bitmap Pin
RockyJames3-Jun-06 1:28
RockyJames3-Jun-06 1:28 
GeneralRe: Problem on bitmap Pin
_AnsHUMAN_ 3-Jun-06 2:04
_AnsHUMAN_ 3-Jun-06 2:04 
AnswerRe: Problem on bitmap Pin
John R. Shaw3-Jun-06 3:12
John R. Shaw3-Jun-06 3:12 
GeneralRe: Problem on bitmap Pin
preethip4-Jun-06 20:34
preethip4-Jun-06 20:34 
QuestionMessage loop not branching properly Pin
Goldstandard2-Jun-06 21:24
Goldstandard2-Jun-06 21:24 
AnswerRe: Message loop not branching properly Pin
John R. Shaw3-Jun-06 4:01
John R. Shaw3-Jun-06 4:01 
GeneralRe: Message loop not branching properly Pin
Goldstandard3-Jun-06 20:21
Goldstandard3-Jun-06 20:21 
GeneralRe: Message loop not branching properly Pin
John R. Shaw13-Jun-06 22:17
John R. Shaw13-Jun-06 22:17 

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.