Click here to Skip to main content
15,902,299 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: using fprintf() to store data into a file Pin
Naveen23-Jul-06 17:41
Naveen23-Jul-06 17:41 
AnswerRe: using fprintf() to store data into a file Pin
bob1697223-Jul-06 17:40
bob1697223-Jul-06 17:40 
GeneralRe: using fprintf() to store data into a file [modified] Pin
kitty524-Jul-06 2:54
kitty524-Jul-06 2:54 
GeneralRe: using fprintf() to store data into a file Pin
David Crow24-Jul-06 3:46
David Crow24-Jul-06 3:46 
AnswerRe: using fprintf() to store data into a file Pin
David Crow24-Jul-06 3:43
David Crow24-Jul-06 3:43 
Questionunresolved external symbol Pin
thathvamsi23-Jul-06 16:43
thathvamsi23-Jul-06 16:43 
AnswerRe: unresolved external symbol Pin
John M. Drescher23-Jul-06 17:12
John M. Drescher23-Jul-06 17:12 
GeneralRe: unresolved external symbol [modified] Pin
thathvamsi23-Jul-06 17:40
thathvamsi23-Jul-06 17:40 
Hi John n Naveen,
Thanks for the response.
In the header file I do,
protected:<br />
typedef FT_STATUS (WINAPI *PtrToGetStatus)(FT_HANDLE, LPDWORD, LPDWORD, LPDWORD);<br />
	PtrToGetStatus m_pGetStatus;<br />
	FT_STATUS GetStatus(LPDWORD, LPDWORD, LPDWORD);<br />

in the cpp file, I do

int CUSBtestDlg::Buf_Read(void)<br />
{<br />
DWORD dRxBytes;<br />
	DWORD dTxBytes;<br />
	<br />
	DWORD dEventStatus;<br />
<br />
GetStatus(&dRxBytes,&dTxBytes,&dEventStatus);<br />
}


I get the error message that i mentioned before for this.

But I do the FT_STATUS FT_Read() also in the similar way and that works.

Any sugestion.?




-- modified at 23:41 Sunday 23rd July, 2006
GeneralRe: unresolved external symbol Pin
Naveen23-Jul-06 18:02
Naveen23-Jul-06 18:02 
GeneralRe: unresolved external symbol Pin
thathvamsi23-Jul-06 18:14
thathvamsi23-Jul-06 18:14 
GeneralRe: unresolved external symbol Pin
Naveen23-Jul-06 18:18
Naveen23-Jul-06 18:18 
GeneralRe: unresolved external symbol Pin
thathvamsi23-Jul-06 18:33
thathvamsi23-Jul-06 18:33 
GeneralRe: unresolved external symbol Pin
Naveen23-Jul-06 18:56
Naveen23-Jul-06 18:56 
GeneralRe: unresolved external symbol Pin
thathvamsi23-Jul-06 20:11
thathvamsi23-Jul-06 20:11 
GeneralRe: unresolved external symbol Pin
Naveen23-Jul-06 20:15
Naveen23-Jul-06 20:15 
GeneralRe: unresolved external symbol Pin
thathvamsi23-Jul-06 20:44
thathvamsi23-Jul-06 20:44 
GeneralRe: unresolved external symbol Pin
Naveen23-Jul-06 20:55
Naveen23-Jul-06 20:55 
GeneralRe: unresolved external symbol Pin
thathvamsi23-Jul-06 21:22
thathvamsi23-Jul-06 21:22 
AnswerRe: unresolved external symbol Pin
Naveen23-Jul-06 17:13
Naveen23-Jul-06 17:13 
GeneralRe: unresolved external symbol Pin
thathvamsi23-Jul-06 17:54
thathvamsi23-Jul-06 17:54 
Questionneed help wit data conversion asap pls Pin
neodeaths23-Jul-06 16:30
neodeaths23-Jul-06 16:30 
AnswerRe: need help wit data conversion asap pls Pin
bob1697223-Jul-06 17:16
bob1697223-Jul-06 17:16 
Questionerror???? Pin
With_problem23-Jul-06 15:56
With_problem23-Jul-06 15:56 
AnswerRe: error???? Pin
Naveen23-Jul-06 17:28
Naveen23-Jul-06 17:28 
GeneralRe: error???? Pin
With_problem23-Jul-06 17:39
With_problem23-Jul-06 17:39 

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.