Click here to Skip to main content
15,922,166 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to protect dll from replacement. Pin
«_Superman_»5-Jul-05 4:01
professional«_Superman_»5-Jul-05 4:01 
QuestionMS Word View->Print-Layout code? Pin
Maverick5-Jul-05 3:10
Maverick5-Jul-05 3:10 
AnswerRe: MS Word View->Print-Layout code? Pin
Chris Meech5-Jul-05 6:33
Chris Meech5-Jul-05 6:33 
GeneralRe: MS Word View->Print-Layout code? Pin
Maverick5-Jul-05 16:05
Maverick5-Jul-05 16:05 
GeneralRe: MS Word View->Print-Layout code? Pin
Jose Lamas Rios5-Jul-05 17:45
Jose Lamas Rios5-Jul-05 17:45 
GeneralCDialogBar and CMDIFrameWnd Pin
__makaveli__5-Jul-05 2:16
__makaveli__5-Jul-05 2:16 
GeneralQuestion about class CSplitterWnd Pin
PRJ15rf5-Jul-05 2:03
sussPRJ15rf5-Jul-05 2:03 
GeneralRe: Question about class CSplitterWnd Pin
PJ Arends5-Jul-05 11:00
professionalPJ Arends5-Jul-05 11:00 
GeneralToolbar Pin
Anonymous5-Jul-05 1:25
Anonymous5-Jul-05 1:25 
GeneralRe: Toolbar Pin
«_Superman_»5-Jul-05 1:57
professional«_Superman_»5-Jul-05 1:57 
GeneralRe: Toolbar Pin
Anonymous5-Jul-05 17:50
Anonymous5-Jul-05 17:50 
GeneralHelp ! Reading a file from the web Pin
nirishere5-Jul-05 0:03
nirishere5-Jul-05 0:03 
GeneralRe: Help ! Reading a file from the web Pin
2249175-Jul-05 0:20
2249175-Jul-05 0:20 
GeneralAbout OMA Device Management client Pin
Maer7274-Jul-05 23:44
Maer7274-Jul-05 23:44 
GeneralAccessing resources in a Thread Pin
Juergen Kordes4-Jul-05 23:22
Juergen Kordes4-Jul-05 23:22 
GeneralRe: Accessing resources in a Thread Pin
Cedric Moonen4-Jul-05 23:54
Cedric Moonen4-Jul-05 23:54 
GeneralRe: Accessing resources in a Thread Pin
Juergen Kordes5-Jul-05 0:48
Juergen Kordes5-Jul-05 0:48 
GeneralRe: Accessing resources in a Thread Pin
Cedric Moonen5-Jul-05 1:03
Cedric Moonen5-Jul-05 1:03 
GeneralRe: Accessing resources in a Thread Pin
Juergen Kordes5-Jul-05 3:58
Juergen Kordes5-Jul-05 3:58 
Generalwe can't use some API functions Pin
mohsen nowruzi4-Jul-05 23:12
mohsen nowruzi4-Jul-05 23:12 
GeneralRe: we can't use some API functions Pin
Christian Graus4-Jul-05 23:48
protectorChristian Graus4-Jul-05 23:48 
GeneralRe: we can't use some API functions Pin
BlackDice5-Jul-05 2:49
BlackDice5-Jul-05 2:49 
GeneralRe: we can't use some API functions Pin
Blake Miller5-Jul-05 4:49
Blake Miller5-Jul-05 4:49 
GeneralRe: we can't use some API functions Pin
BlackDice5-Jul-05 5:01
BlackDice5-Jul-05 5:01 
GeneralRe: we can't use some API functions Pin
Blake Miller5-Jul-05 5:17
Blake Miller5-Jul-05 5:17 
Yes.

VC6 - Download newer Platform SDK and add defines.

VC7 - Just adjust the defines.

At some point, even the VC7 default installation of header files and libraries will be too old, and then it will also need the platform SDK and defines to see the newer API.

Using the recent platform SDK and proper defines, and I can build a VC6 program using all the latest Windows XP API just fine.

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.