Click here to Skip to main content
15,915,867 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalfile type associations Pin
gx4419-May-05 0:58
gx4419-May-05 0:58 
GeneralRe: file type associations Pin
Joel Holdsworth19-May-05 1:11
Joel Holdsworth19-May-05 1:11 
QuestionCross Network communication using Winsock2? Pin
arrya_amit19-May-05 0:39
arrya_amit19-May-05 0:39 
AnswerRe: Cross Network communication using Winsock2? Pin
ThatsAlok19-May-05 1:44
ThatsAlok19-May-05 1:44 
Generalsimple installer Pin
dave2k19-May-05 0:16
dave2k19-May-05 0:16 
GeneralRe: simple installer Pin
Jack Puppy19-May-05 0:19
Jack Puppy19-May-05 0:19 
GeneralDAO and ADO in same project Pin
MK7818-May-05 22:47
MK7818-May-05 22:47 
GeneralRe: DAO and ADO in same project Pin
RChin18-May-05 23:49
RChin18-May-05 23:49 
When you say they "do not seem to cohabit..", are you getting compilation conflicts?
If that is the case then try this:

<code>
// See Microsoft Knowledge Base: Q253317 for warning messages.
#pragma warning(push)
#pragma warning(disable:4146)

#import "C:\Program Files\Common Files\System\ado\msado15.dll" rename ("EOF","ADOEOF") // ADO

using namespace ADODB;

#pragma warning(pop)
#include <afxdao.h>      // DAO declarations
</code>





I Dream of Absolute Zero

GeneralRe: DAO and ADO in same project Pin
MK7818-May-05 23:59
MK7818-May-05 23:59 
GeneralRe: DAO and ADO in same project Pin
RChin19-May-05 0:22
RChin19-May-05 0:22 
GeneralRe: DAO and ADO in same project Pin
MK7819-May-05 1:47
MK7819-May-05 1:47 
GeneralProblems with a dll Pin
JaVinci18-May-05 22:27
JaVinci18-May-05 22:27 
GeneralRe: Problems with a dll Pin
GDavy19-May-05 0:00
GDavy19-May-05 0:00 
GeneralRe: Problems with a dll Pin
JaVinci19-May-05 3:50
JaVinci19-May-05 3:50 
QuestionWhat is #pragma pack()? Pin
xSoptik18-May-05 21:31
xSoptik18-May-05 21:31 
AnswerRe: What is #pragma pack()? Pin
Stlan18-May-05 22:06
Stlan18-May-05 22:06 
GeneralRe: What is #pragma pack()? Pin
xSoptik19-May-05 1:14
xSoptik19-May-05 1:14 
GeneralGrid controls with sliders and spin controls Pin
surfdabbler18-May-05 21:15
surfdabbler18-May-05 21:15 
GeneralCommunication Pin
usmanmir18-May-05 20:43
usmanmir18-May-05 20:43 
GeneralRe: Communication Pin
toxcct18-May-05 20:49
toxcct18-May-05 20:49 
GeneralRe: Communication Pin
usmanmir18-May-05 21:04
usmanmir18-May-05 21:04 
GeneralRe: Communication Pin
RChin18-May-05 21:31
RChin18-May-05 21:31 
GeneralRe: Communication Pin
Joel Holdsworth19-May-05 0:54
Joel Holdsworth19-May-05 0:54 
GeneralRe: Communication Pin
jmkhael19-May-05 2:13
jmkhael19-May-05 2:13 
GeneralRe: Communication Pin
Noro Korny19-May-05 2:30
Noro Korny19-May-05 2:30 

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.