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

C / C++ / MFC

 
GeneralProblem with lpdirect3ddevice9 Pin
Simon Booth4-Dec-03 9:26
Simon Booth4-Dec-03 9:26 
GeneralRe: Problem with lpdirect3ddevice9 Pin
ZoogieZork4-Dec-03 18:17
ZoogieZork4-Dec-03 18:17 
GeneralPostMessage() problems Pin
Sid_smily4-Dec-03 9:18
Sid_smily4-Dec-03 9:18 
GeneralRe: PostMessage() problems Pin
David Crow4-Dec-03 9:24
David Crow4-Dec-03 9:24 
GeneralThe right way Pin
Abin4-Dec-03 13:27
Abin4-Dec-03 13:27 
GeneralUpdateLayeredWindow() Help !!! Pin
4-Dec-03 8:50
suss4-Dec-03 8:50 
GeneralLastest beta of Visual Studio .NET Pin
Robert Buldoc4-Dec-03 7:54
Robert Buldoc4-Dec-03 7:54 
GeneralRe: Lastest beta of Visual Studio .NET Pin
Mike Dimmick5-Dec-03 0:23
Mike Dimmick5-Dec-03 0:23 
Currently the only shipping AMD64 compiler from Microsoft is in the Driver Developers' Kit[^]. The same is also true for the Itanium compiler.

These are only command-line compilers, so you should consider using a separate build tool, such as the DDK's BUILD.EXE, NMAKE.EXE or NAnt[^].

The x86 compiler is basically the same one that VS.NET uses (VS.NET compiles by running the cl.exe program).

I'd be impressed if you'd managed to get hold of an AMD64 system running Windows XP 64-bit, because that hasn't been released yet, IIRC. If you've only installed the regular version of Windows XP, you won't be able to run native 64-bit programs. The compilers in the DDK are cross-compilers - they are actually 32-bit x86 programs, but they build for the appropriate platform (although MS does supply an Itanium-native Itanium compiler).
GeneralRe: Lastest beta of Visual Studio .NET Pin
Robert Buldoc5-Dec-03 21:05
Robert Buldoc5-Dec-03 21:05 
GeneralVS .NET window type Pin
rpadrela4-Dec-03 7:29
rpadrela4-Dec-03 7:29 
GeneralRe: VS .NET window type Pin
Christian Graus4-Dec-03 10:17
protectorChristian Graus4-Dec-03 10:17 
GeneralRe: VS .NET window type Pin
rpadrela5-Dec-03 3:18
rpadrela5-Dec-03 3:18 
GeneralRe: VS .NET window type Pin
Christian Graus7-Dec-03 8:28
protectorChristian Graus7-Dec-03 8:28 
QuestionLayout controlbars? Pin
Zizilamoroso4-Dec-03 7:20
Zizilamoroso4-Dec-03 7:20 
Questionhow do i create a resource assembly? Pin
godzooky4-Dec-03 6:48
godzooky4-Dec-03 6:48 
GeneralReplace MFC with Web Browser Pin
sweep1234-Dec-03 6:41
sweep1234-Dec-03 6:41 
Generalenable profiling in .net 2003 Pin
Jon Winkel4-Dec-03 6:38
sussJon Winkel4-Dec-03 6:38 
GeneralRe: enable profiling in .net 2003 Pin
Joe Woodbury4-Dec-03 14:43
professionalJoe Woodbury4-Dec-03 14:43 
GeneralRe: enable profiling in .net 2003 Pin
Anonymous4-Dec-03 23:42
Anonymous4-Dec-03 23:42 
GeneralAdding MSFlexgrid to a tab control Pin
sanjay zore4-Dec-03 6:03
sanjay zore4-Dec-03 6:03 
GeneralConsole and Window App Pin
brusithekid4-Dec-03 5:24
brusithekid4-Dec-03 5:24 
GeneralRe: Console and Window App Pin
David Crow4-Dec-03 6:02
David Crow4-Dec-03 6:02 
GeneralRe: Console and Window App Pin
BaldwinMartin4-Dec-03 6:16
BaldwinMartin4-Dec-03 6:16 
GeneralRe: Console and Window App Pin
brusithekid4-Dec-03 6:31
brusithekid4-Dec-03 6:31 
GeneralRe: Console and Window App Pin
brusithekid5-Dec-03 1:30
brusithekid5-Dec-03 1: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.