Click here to Skip to main content
15,904,877 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Vc++ dll creation Pin
anishkannan17-Jun-09 23:34
anishkannan17-Jun-09 23:34 
QuestionRe: Vc++ dll creation Pin
CPallini17-Jun-09 23:41
mveCPallini17-Jun-09 23:41 
AnswerRe: Vc++ dll creation Pin
anishkannan17-Jun-09 23:51
anishkannan17-Jun-09 23:51 
QuestionRe: Vc++ dll creation Pin
CPallini18-Jun-09 0:00
mveCPallini18-Jun-09 0:00 
AnswerRe: Vc++ dll creation Pin
anishkannan18-Jun-09 0:08
anishkannan18-Jun-09 0:08 
GeneralRe: Vc++ dll creation Pin
CPallini18-Jun-09 0:38
mveCPallini18-Jun-09 0:38 
QuestionHow to Connect C++ code with MySQL Pin
6kyAngel17-Jun-09 18:13
6kyAngel17-Jun-09 18:13 
AnswerRe: How to Connect C++ code with MySQL Pin
CPallini17-Jun-09 21:36
mveCPallini17-Jun-09 21:36 
6kyAngel wrote:
fatal error C1083: Cannot open include file: 'mysql.h': No such file or directory


Well, the error is clear: the compiler is not able to find mysql.h include file. You've to tell the compiler where it can find such header file. For instance, using Visual Studio 2005, choose the menu item Project->Properties, then select the Configuration Properties->C/C++->General node and add the proper folder in the Additional Include Directories item.
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.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]

QuestionRe: How to Connect C++ code with MySQL Pin
David Crow18-Jun-09 2:46
David Crow18-Jun-09 2:46 
QuestionAnimated GIF's as back ground under push buttons in MFC Pin
kishoresajja17-Jun-09 13:54
kishoresajja17-Jun-09 13:54 
AnswerRe: Animated GIF's as back ground under push buttons in MFC Pin
chandu00417-Jun-09 20:42
chandu00417-Jun-09 20:42 
GeneralRe: Animated GIF's as back ground under push buttons in MFC Pin
kishoresajja18-Jun-09 11:44
kishoresajja18-Jun-09 11:44 
GeneralRe: Animated GIF's as back ground under push buttons in MFC Pin
kishoresajja22-Jun-09 9:55
kishoresajja22-Jun-09 9:55 
AnswerRe: Animated GIF's as back ground under push buttons in MFC Pin
kilt17-Jun-09 20:46
kilt17-Jun-09 20:46 
GeneralRe: Animated GIF's as back ground under push buttons in MFC Pin
kishoresajja18-Jun-09 11:44
kishoresajja18-Jun-09 11:44 
QuestionConnecting Push buttons by arrow lines in MFC Form View Pin
kishoresajja17-Jun-09 13:48
kishoresajja17-Jun-09 13:48 
AnswerRe: Connecting Push buttons by arrow lines in MFC Form View Pin
«_Superman_»17-Jun-09 16:28
professional«_Superman_»17-Jun-09 16:28 
QuestionSOLVED MFC and F1 help [modified] Pin
Vaclav_17-Jun-09 13:29
Vaclav_17-Jun-09 13:29 
AnswerRe: MFC and F1 help Pin
Ozer Karaagac17-Jun-09 15:08
professionalOzer Karaagac17-Jun-09 15:08 
AnswerRe: MFC and F1 help Pin
Jijo.Raj17-Jun-09 20:50
Jijo.Raj17-Jun-09 20:50 
AnswerRe: MFC and F1 help Pin
chandu00417-Jun-09 21:10
chandu00417-Jun-09 21:10 
AnswerSOLVED MFC and F1 help using PreTranslateMessage [modified] Pin
Vaclav_18-Jun-09 9:10
Vaclav_18-Jun-09 9:10 
QuestionAlias an Array of Pointers Pin
Skippums17-Jun-09 11:00
Skippums17-Jun-09 11:00 
AnswerRe: Alias an Array of Pointers Pin
Ozer Karaagac17-Jun-09 11:44
professionalOzer Karaagac17-Jun-09 11:44 
AnswerRe: Alias an Array of Pointers Pin
Stuart Dootson17-Jun-09 12:15
professionalStuart Dootson17-Jun-09 12:15 

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.