AfxGetModuleState not documented???
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I asked for a solution to open Access2000 mdb file from VC6 since VC 6 was not able to open the latest version of Access db. Peter Zajac gave me the solution, to include this line of code: AfxGetModuleState()->m_dwVersion = 0x0601; It works. But to find more info, I tried MSDN. But, to my surprise, there isnt any documentation available for this API. In addition, MSDN mentions AFX_MODULE_STATE but there is no detail about this structure either. How can I find the information about these? Also m_dwVersion is the version of what? Ammar