I am following a SQL tutorial about connecting the database to my C++ program so so far when I just include sql, sqlext, afxwin. I get tons of errors saying DWORD,BOOL,VOID,HWND and stuff is undefined. I know Microsoft is reworking their C++ compiler but like did that effect it at all? or could it simply be a linking error. (I am not really sure how to link a file soo I figured I did it correctly when I could #include
(I have MFC set to static library, because that is what the tutorial said to do)
Here is the tutorial: http://cs.dvc.edu/HowTo_SQL.html