Click here to Skip to main content
15,887,214 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Link Error Which .lib to include Pin
ForNow23-Mar-15 2:10
ForNow23-Mar-15 2:10 
AnswerRe: Link Error Which .lib to include Pin
Frankie-C22-Mar-15 0:19
Frankie-C22-Mar-15 0:19 
QuestionMALLOC FUNCTION IMPLEMENTATION Pin
Member 1154244420-Mar-15 10:45
Member 1154244420-Mar-15 10:45 
GeneralRe: MALLOC FUNCTION IMPLEMENTATION Pin
PIEBALDconsult20-Mar-15 11:35
mvePIEBALDconsult20-Mar-15 11:35 
QuestionRe: MALLOC FUNCTION IMPLEMENTATION Pin
jeron120-Mar-15 11:56
jeron120-Mar-15 11:56 
AnswerRe: MALLOC FUNCTION IMPLEMENTATION Pin
jschell20-Mar-15 13:03
jschell20-Mar-15 13:03 
QuestionHow to use MFC to design an app that can connect 2 types of database Pin
DHLao19-Mar-15 17:36
DHLao19-Mar-15 17:36 
AnswerRe: How to use MFC to design an app that can connect 2 types of database Pin
Jochen Arndt19-Mar-15 22:38
professionalJochen Arndt19-Mar-15 22:38 
There are no limitations to support different types of databases in one application. The application wizard only prepares the project to support a specific database interface. Support for other interfaces can be added later manually.

My suggestion:
Create two new empty projects with support for different database interfaces. Then choose one as your project and add the necessary definitions from the created source files of the other project by comparing the files.
GeneralRe: How to use MFC to design an app that can connect 2 types of database Pin
DHLao19-Mar-15 23:06
DHLao19-Mar-15 23:06 
GeneralRe: How to use MFC to design an app that can connect 2 types of database Pin
Jochen Arndt19-Mar-15 23:29
professionalJochen Arndt19-Mar-15 23:29 
AnswerRe: How to use MFC to design an app that can connect 2 types of database Pin
jschell20-Mar-15 13:06
jschell20-Mar-15 13:06 
QuestionTo copy path of selected file or folder Pin
Member 1147315918-Mar-15 7:33
Member 1147315918-Mar-15 7:33 
QuestionRe: To copy path of selected file or folder Pin
jeron118-Mar-15 8:11
jeron118-Mar-15 8:11 
AnswerREPOST Pin
Richard Deeming18-Mar-15 8:37
mveRichard Deeming18-Mar-15 8:37 
QuestionHow to fast read excel file, with VC2005 Pin
lichengbyd18-Mar-15 2:46
lichengbyd18-Mar-15 2:46 
AnswerRe: How to fast read excel file, with VC2005 Pin
Jochen Arndt18-Mar-15 3:09
professionalJochen Arndt18-Mar-15 3:09 
GeneralRe: How to fast read excel file, with VC2005 Pin
lichengbyd18-Mar-15 3:50
lichengbyd18-Mar-15 3:50 
GeneralRe: How to fast read excel file, with VC2005 Pin
Jochen Arndt18-Mar-15 4:02
professionalJochen Arndt18-Mar-15 4:02 
GeneralRe: How to fast read excel file, with VC2005 Pin
lichengbyd18-Mar-15 4:30
lichengbyd18-Mar-15 4:30 
QuestionWriting Vector object into a .txt file Pin
Member 935023718-Mar-15 0:16
Member 935023718-Mar-15 0:16 
AnswerRe: Writing Vector object into a .txt file Pin
Jochen Arndt18-Mar-15 0:46
professionalJochen Arndt18-Mar-15 0:46 
GeneralRe: Writing Vector object into a .txt file Pin
Member 935023718-Mar-15 1:38
Member 935023718-Mar-15 1:38 
AnswerRe: Writing Vector object into a .txt file Pin
Jochen Arndt18-Mar-15 1:59
professionalJochen Arndt18-Mar-15 1:59 
GeneralRe: Writing Vector object into a .txt file Pin
Member 935023718-Mar-15 5:03
Member 935023718-Mar-15 5:03 
AnswerRe: Writing Vector object into a .txt file Pin
Jochen Arndt18-Mar-15 5:19
professionalJochen Arndt18-Mar-15 5:19 

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.