Click here to Skip to main content
15,910,358 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: excellent one Pin
Eytukan23-Sep-05 0:20
Eytukan23-Sep-05 0:20 
Questionhow to write an uninstall application Pin
snprani22-Sep-05 20:19
snprani22-Sep-05 20:19 
GeneralRe: how to write an uninstall application Pin
prasad_som22-Sep-05 20:54
prasad_som22-Sep-05 20:54 
AnswerRe: how to write an uninstall application Pin
James Brown22-Sep-05 22:03
James Brown22-Sep-05 22:03 
GeneralRe: how to write an uninstall application Pin
vikas amin23-Sep-05 2:26
vikas amin23-Sep-05 2:26 
AnswerRe: how to write an uninstall application Pin
ThatsAlok22-Sep-05 23:13
ThatsAlok22-Sep-05 23:13 
QuestionA Problem about DAO Pin
zzzzzzzzzz22-Sep-05 20:18
zzzzzzzzzz22-Sep-05 20:18 
AnswerRe: A Problem about DAO Pin
Manfred Staiger22-Sep-05 23:37
Manfred Staiger22-Sep-05 23:37 
With Access2000 or later you need Dao 3.6 and Jet Engine 4.0 on your PC.
In your application you need to make the following call prior to calling AfxDaoInit():


//This call makes MFC take use of DAO3.6
AfxGetModuleState()->m_dwVersion = 0x0601;

//Now you can call AfxDaoInit()
AfxDaoInit();


It only works if you have MFC as shared dll. If you have linked MFC statically you need to change some code in CDaoDatabase. It is described anywhere in MSDN.

Hope this helps.



MS
Questionpointer to char array Pin
Rupali sarda22-Sep-05 20:05
Rupali sarda22-Sep-05 20:05 
AnswerRe: pointer to char array Pin
Cedric Moonen22-Sep-05 20:18
Cedric Moonen22-Sep-05 20:18 
GeneralRe: pointer to char array Pin
toxcct22-Sep-05 21:49
toxcct22-Sep-05 21:49 
GeneralRe: pointer to char array Pin
prasad_som22-Sep-05 20:19
prasad_som22-Sep-05 20:19 
AnswerRe: pointer to char array Pin
sunit522-Sep-05 20:23
sunit522-Sep-05 20:23 
GeneralRe: pointer to char array Pin
ThatsAlok22-Sep-05 23:02
ThatsAlok22-Sep-05 23:02 
GeneralRe: pointer to char array Pin
Steen Krogsgaard22-Sep-05 23:18
Steen Krogsgaard22-Sep-05 23:18 
GeneralRe: pointer to char array Pin
ThatsAlok22-Sep-05 23:21
ThatsAlok22-Sep-05 23:21 
GeneralRe: pointer to char array Pin
Steen Krogsgaard22-Sep-05 23:23
Steen Krogsgaard22-Sep-05 23:23 
GeneralRe: pointer to char array Pin
ThatsAlok22-Sep-05 23:47
ThatsAlok22-Sep-05 23:47 
Questionwhy pure virtual function is needed Pin
aloktambi22-Sep-05 19:54
aloktambi22-Sep-05 19:54 
AnswerRe: why pure virtual function is needed Pin
Cedric Moonen22-Sep-05 20:04
Cedric Moonen22-Sep-05 20:04 
GeneralRe: why pure virtual function is needed Pin
Roger Stoltz22-Sep-05 21:16
Roger Stoltz22-Sep-05 21:16 
AnswerRe: why pure virtual function is needed Pin
Rick York22-Sep-05 21:00
mveRick York22-Sep-05 21:00 
AnswerRe: why pure virtual function is needed Pin
MailtoGops22-Sep-05 21:16
MailtoGops22-Sep-05 21:16 
AnswerRe: why pure virtual function is needed Pin
vikas amin23-Sep-05 2:12
vikas amin23-Sep-05 2:12 
Questionpointer to char array Pin
Rupali sarda22-Sep-05 19:48
Rupali sarda22-Sep-05 19:48 

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.