Click here to Skip to main content
15,888,351 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionconnecting to mysql through c++ using console application Pin
kir_MFC10-Nov-09 0:11
kir_MFC10-Nov-09 0:11 
AnswerRe: connecting to mysql through c++ using console application PinPopular
LunaticFringe10-Nov-09 1:02
LunaticFringe10-Nov-09 1:02 
GeneralRe: connecting to mysql through c++ using console application Pin
Michael Schubert10-Nov-09 2:17
Michael Schubert10-Nov-09 2:17 
AnswerRe: connecting to mysql through c++ using console application Pin
CPallini10-Nov-09 2:26
mveCPallini10-Nov-09 2:26 
GeneralRe: connecting to mysql through c++ using console application Pin
niraj_180917-Nov-09 23:57
niraj_180917-Nov-09 23:57 
QuestionRuuning MFC Exe in other computers Pin
hellogany9-Nov-09 23:52
hellogany9-Nov-09 23:52 
AnswerRe: Ruuning MFC Exe in other computers Pin
Game-point10-Nov-09 0:16
Game-point10-Nov-09 0:16 
AnswerRe: Ruuning MFC Exe in other computers Pin
LunaticFringe10-Nov-09 1:14
LunaticFringe10-Nov-09 1:14 
On the project property's 'Configuration' tab, specify 'use MFC in a static library'. This will remove dependencies on the MFC dlls; you won't have to redistribute those with your .exe. Any third-party dlls you might use will still have to be distributed with the app. Place them in the same directory as the .exe when distributing.

If you want to get a little more professional, you can put together an installation package (.msi) that can create shortcuts to the user's Programs directory, creates any necessary registry entries, etc. VS05 supports this - it's pretty straightforward.
GeneralRe: Ruuning MFC Exe in other computers Pin
hellogany10-Nov-09 17:47
hellogany10-Nov-09 17:47 
GeneralRe: Ruuning MFC Exe in other computers Pin
hellogany10-Nov-09 18:00
hellogany10-Nov-09 18:00 
Questionhow to convert any format to pdf using C(or)C++ [modified] Pin
eswar pothula9-Nov-09 23:22
eswar pothula9-Nov-09 23:22 
AnswerRe: how to convert any format to pdf using C(or)C++ Pin
Franck Paquier10-Nov-09 4:50
Franck Paquier10-Nov-09 4:50 
QuestionMFC-How to fill a polygon with bitmap Pin
chadic9-Nov-09 22:53
chadic9-Nov-09 22:53 
Questionplease guide for me convert image tiff to image bmp ??? (VC++6.0) Pin
aa_zz9-Nov-09 22:21
aa_zz9-Nov-09 22:21 
AnswerRe: please guide for me convert image tiff to image bmp ??? (VC++6.0) Pin
CPallini9-Nov-09 22:45
mveCPallini9-Nov-09 22:45 
Questiondynamic_cast fails Pin
Maxwell Chen9-Nov-09 22:13
Maxwell Chen9-Nov-09 22:13 
AnswerRe: dynamic_cast fails Pin
Randor 9-Nov-09 22:38
professional Randor 9-Nov-09 22:38 
GeneralRe: dynamic_cast fails Pin
Maxwell Chen9-Nov-09 22:40
Maxwell Chen9-Nov-09 22:40 
QuestionReading DWord From Registry Pin
Anil Kumar.Arvapalli9-Nov-09 20:14
Anil Kumar.Arvapalli9-Nov-09 20:14 
AnswerRe: Reading DWord From Registry Pin
Richard MacCutchan9-Nov-09 21:04
mveRichard MacCutchan9-Nov-09 21:04 
AnswerRe: Reading DWord From Registry Pin
Michael Schubert10-Nov-09 1:02
Michael Schubert10-Nov-09 1:02 
GeneralRe: Reading DWord From Registry Pin
Richard MacCutchan10-Nov-09 5:24
mveRichard MacCutchan10-Nov-09 5:24 
GeneralRe: Reading DWord From Registry Pin
Michael Schubert10-Nov-09 6:15
Michael Schubert10-Nov-09 6:15 
AnswerRe: Reading DWord From Registry Pin
Michael Schubert10-Nov-09 6:19
Michael Schubert10-Nov-09 6:19 
QuestionError "the procedure entry point Getaddrinfo could not be located in the dynamic link library WS2_32.dll" Pin
Rahul Vaishnav9-Nov-09 18:25
Rahul Vaishnav9-Nov-09 18:25 

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.