Click here to Skip to main content
15,900,973 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Multithreading Pin
Gary R. Wheeler11-Dec-04 2:14
Gary R. Wheeler11-Dec-04 2:14 
GeneralRe: Multithreading Pin
AslFunky12-Dec-04 21:23
AslFunky12-Dec-04 21:23 
GeneralRe: Multithreading Pin
Gary R. Wheeler13-Dec-04 4:08
Gary R. Wheeler13-Dec-04 4:08 
GeneralRe: Multithreading Pin
faroqtam11-Dec-04 9:25
faroqtam11-Dec-04 9:25 
GeneralRetrieving Data from a Dialog box Pin
aaadetos10-Dec-04 22:49
aaadetos10-Dec-04 22:49 
GeneralRe: Retrieving Data from a Dialog box Pin
Gary R. Wheeler11-Dec-04 2:18
Gary R. Wheeler11-Dec-04 2:18 
Generalcannot convert parameter 1 from 'ArrayType [7]' to 'int []' Pin
sacoskun10-Dec-04 21:22
sacoskun10-Dec-04 21:22 
GeneralRe: cannot convert parameter 1 from 'ArrayType [7]' to 'int []' Pin
Michael Dunn11-Dec-04 4:52
sitebuilderMichael Dunn11-Dec-04 4:52 
ArrayType is a one-dimensional array with 5 elements. So when you write ArrayType myFirstArray[FIRST_ARRAY_SIZE] that creates a two-dimensional array, which you can't pass to a function expecting a plain ArrayType.

--Mike--
LINKS~! Ericahist | 1ClickPicGrabber | CP SearchBar v2.0.2 | C++ Forum FAQ | You Are Dumb
Generaltis abt getting keyboard eventz in a dialog box having many windows in it!!!!! Pin
namaskaaram10-Dec-04 19:21
namaskaaram10-Dec-04 19:21 
GeneralRe: tis abt getting keyboard eventz in a dialog box having many windows in it!!!!! Pin
John R. Shaw10-Dec-04 20:15
John R. Shaw10-Dec-04 20:15 
Generalmouse hooking Pin
Member 52815510-Dec-04 19:13
Member 52815510-Dec-04 19:13 
GeneralRe: mouse hooking Pin
John R. Shaw10-Dec-04 20:46
John R. Shaw10-Dec-04 20:46 
GeneralRe: mouse hooking Pin
Member 52815510-Dec-04 22:02
Member 52815510-Dec-04 22:02 
GeneralRe: mouse hooking Pin
John R. Shaw14-Dec-04 7:35
John R. Shaw14-Dec-04 7:35 
GeneralUpdateresource sample needed Pin
includeh1010-Dec-04 18:02
includeh1010-Dec-04 18:02 
GeneralRe: Updateresource sample needed Pin
John R. Shaw10-Dec-04 18:51
John R. Shaw10-Dec-04 18:51 
GeneralRe: Updateresource sample needed Pin
Gary R. Wheeler11-Dec-04 2:21
Gary R. Wheeler11-Dec-04 2:21 
QuestionMenu not loading???? Pin
ashsri10-Dec-04 16:13
ashsri10-Dec-04 16:13 
AnswerRe: Menu not loading???? Pin
John R. Shaw10-Dec-04 21:19
John R. Shaw10-Dec-04 21:19 
GeneralRe: Menu not loading???? Pin
ashsri11-Dec-04 4:47
ashsri11-Dec-04 4:47 
QuestionDLL: GetProcAddress() always returns NULL?? Pin
registering10-Dec-04 12:03
registering10-Dec-04 12:03 
AnswerRe: DLL: GetProcAddress() always returns NULL?? Pin
Mike Dimmick10-Dec-04 12:23
Mike Dimmick10-Dec-04 12:23 
GeneralRe: DLL: GetProcAddress() always returns NULL?? Pin
registering10-Dec-04 12:54
registering10-Dec-04 12:54 
GeneralRe: DLL: GetProcAddress() always returns NULL?? Pin
Gary R. Wheeler11-Dec-04 2:23
Gary R. Wheeler11-Dec-04 2:23 
AnswerRe: DLL: GetProcAddress() always returns NULL?? Pin
John R. Shaw10-Dec-04 21:46
John R. Shaw10-Dec-04 21:46 

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.