Click here to Skip to main content
16,004,924 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: display the mouse position Pin
CPallini25-Nov-06 0:40
mveCPallini25-Nov-06 0:40 
AnswerRe: display the mouse position Pin
Rajesh R Subramanian25-Nov-06 6:45
professionalRajesh R Subramanian25-Nov-06 6:45 
GeneralRe: display the mouse position Pin
ahmad al-omar25-Nov-06 13:09
ahmad al-omar25-Nov-06 13:09 
AnswerRe: display the mouse position Pin
PJ Arends25-Nov-06 6:46
professionalPJ Arends25-Nov-06 6:46 
GeneralRe: display the mouse position Pin
ahmad al-omar25-Nov-06 13:10
ahmad al-omar25-Nov-06 13:10 
GeneralRe: display the mouse position Pin
S Douglas25-Nov-06 21:04
professionalS Douglas25-Nov-06 21:04 
Questioncan not find libmysql.dll Pin
Y_Kaushik24-Nov-06 23:41
Y_Kaushik24-Nov-06 23:41 
AnswerRe: can not find libmysql.dll Pin
CPallini25-Nov-06 0:03
mveCPallini25-Nov-06 0:03 
You also need the libmysql.dll. Moreover you need the Loader knows about libmysql.dll path, (MSDN):
[...] Windows then searches for the DLLs in the following sequence: 

 - The directory where the executable module for the current process is located.
 - The current directory. 
 - The Windows system directory. The GetSystemDirectory function retrieves the path of this directory. 
 - The Windows directory. The GetWindowsDirectory function retrieves the path of this directory.

The directories listed in the PATH environment variable. 
Note that the LIBPATH environment variable is not used.

hope that helps... Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

Questionerror in the sample code Pin
cyn824-Nov-06 20:57
cyn824-Nov-06 20:57 
AnswerRe: error in the sample code Pin
Michael Dunn24-Nov-06 21:04
sitebuilderMichael Dunn24-Nov-06 21:04 
GeneralRe: error in the sample code Pin
cyn825-Nov-06 22:49
cyn825-Nov-06 22:49 
QuestionCString Pin
Bravoone_200624-Nov-06 20:26
Bravoone_200624-Nov-06 20:26 
QuestionRe: CString [modified] Pin
prasad_som24-Nov-06 20:29
prasad_som24-Nov-06 20:29 
AnswerRe: CString Pin
Bravoone_200624-Nov-06 20:59
Bravoone_200624-Nov-06 20:59 
GeneralRe: CString Pin
CPallini24-Nov-06 21:26
mveCPallini24-Nov-06 21:26 
QuestionRe: CString Pin
Bravoone_200624-Nov-06 22:14
Bravoone_200624-Nov-06 22:14 
AnswerRe: CString Pin
CPallini24-Nov-06 22:21
mveCPallini24-Nov-06 22:21 
GeneralRe: CString Pin
Bravoone_200624-Nov-06 22:27
Bravoone_200624-Nov-06 22:27 
QuestionRe: CString Pin
CPallini24-Nov-06 22:36
mveCPallini24-Nov-06 22:36 
AnswerRe: CString Pin
Mark Salsbery25-Nov-06 5:56
Mark Salsbery25-Nov-06 5:56 
QuestionDeferWindowPos Pin
Waldermort24-Nov-06 20:04
Waldermort24-Nov-06 20:04 
AnswerRe: DeferWindowPos Pin
PJ Arends24-Nov-06 23:22
professionalPJ Arends24-Nov-06 23:22 
GeneralRe: DeferWindowPos Pin
Waldermort25-Nov-06 3:07
Waldermort25-Nov-06 3:07 
GeneralRe: DeferWindowPos Pin
Mark Salsbery25-Nov-06 5:59
Mark Salsbery25-Nov-06 5:59 
GeneralRe: DeferWindowPos Pin
PJ Arends25-Nov-06 6:42
professionalPJ Arends25-Nov-06 6:42 

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.