Click here to Skip to main content
15,921,062 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to convert .exe MFC project into .ocx MFC project? Pin
Mohammed Jawed Perwez4-Jul-03 2:09
Mohammed Jawed Perwez4-Jul-03 2:09 
QuestionHas anyone found a workaround for VC++ 6.0 when using Access 2K? Pin
WREY4-Jul-03 0:25
WREY4-Jul-03 0:25 
AnswerRe: Has anyone found a workaround for VC++ 6.0 when using Access 2K? Pin
Michael P Butler4-Jul-03 0:32
Michael P Butler4-Jul-03 0:32 
GeneralRe: Has anyone found a workaround for VC++ 6.0 when using Access 2K? Pin
WREY4-Jul-03 1:09
WREY4-Jul-03 1:09 
GeneralRe: Has anyone found a workaround for VC++ 6.0 when using Access 2K? Pin
John M. Drescher4-Jul-03 3:09
John M. Drescher4-Jul-03 3:09 
AnswerRe: Has anyone found a workaround for VC++ 6.0 when using Access 2K? Pin
Scozturk4-Jul-03 1:20
professionalScozturk4-Jul-03 1:20 
GeneralRe: Has anyone found a workaround for VC++ 6.0 when using Access 2K? Pin
WREY4-Jul-03 7:29
WREY4-Jul-03 7:29 
AnswerRe: Has anyone found a workaround for VC++ 6.0 when using Access 2K? Pin
Manfred Staiger7-Jul-03 4:26
Manfred Staiger7-Jul-03 4:26 
Perhaps I don't understand your problem, but the only thing I had to do when changing to Access2k with my database (DAO) application was to call

AfxGetModuleState()->m_dwVersion = 0x0601;

before calling

AfxDaoInit().

That works fine if you have MFC a as shared dll. If you want to link MFC statically you have to change some lines in some MFC file (i think daocore.cpp) and recompile it, but it's described somewhere in MSDN.

Binding an Access2k table to a CDaoRecordset class does not work with the class wizard, thats right. But I use Access97 tables for binding the first time and further changes can be done manually.

MS
GeneralRe: Has anyone found a workaround for VC++ 6.0 when using Access 2K? Pin
WREY7-Jul-03 7:18
WREY7-Jul-03 7:18 
GeneralDisabling keyboard buttons Pin
Scozturk3-Jul-03 23:50
professionalScozturk3-Jul-03 23:50 
GeneralRe: Disabling keyboard buttons Pin
Rage4-Jul-03 0:45
professionalRage4-Jul-03 0:45 
GeneralRe: Disabling keyboard buttons Pin
Scozturk4-Jul-03 1:14
professionalScozturk4-Jul-03 1:14 
GeneralRe: Disabling keyboard buttons Pin
Ryan Binns4-Jul-03 1:30
Ryan Binns4-Jul-03 1:30 
GeneralIncluding DLL's in EXE file Pin
BoudewijnEctor3-Jul-03 23:44
BoudewijnEctor3-Jul-03 23:44 
GeneralRe: Including DLL's in EXE file Pin
Ryan Binns4-Jul-03 0:48
Ryan Binns4-Jul-03 0:48 
GeneralRe: Including DLL's in EXE file Pin
Dominik Reichl4-Jul-03 2:30
Dominik Reichl4-Jul-03 2:30 
GeneralRe: Including DLL's in EXE file Pin
Navin4-Jul-03 7:07
Navin4-Jul-03 7:07 
GeneralSetups for networks Pin
BoudewijnEctor3-Jul-03 23:36
BoudewijnEctor3-Jul-03 23:36 
General"while (==)" Pin
FlyingDancer3-Jul-03 23:33
FlyingDancer3-Jul-03 23:33 
GeneralRe: "while (==)" Pin
Ryan_Roberts3-Jul-03 23:41
Ryan_Roberts3-Jul-03 23:41 
GeneralRe: "while (==)" Pin
Ryan Binns4-Jul-03 0:38
Ryan Binns4-Jul-03 0:38 
GeneralRe: "while (==)" Pin
FlyingDancer4-Jul-03 1:27
FlyingDancer4-Jul-03 1:27 
GeneralRe: "while (==)" Pin
Ryan Binns4-Jul-03 1:34
Ryan Binns4-Jul-03 1:34 
GeneralRe: "while (==)" Pin
FlyingDancer4-Jul-03 2:05
FlyingDancer4-Jul-03 2:05 
GeneralRe: "while (==)" Pin
Ryan Binns4-Jul-03 2:14
Ryan Binns4-Jul-03 2:14 

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.