Click here to Skip to main content
16,016,345 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Insane asserts Pin
JWood10-Jun-05 5:04
JWood10-Jun-05 5:04 
GeneralRe: Insane asserts Pin
BlackDice10-Jun-05 9:32
BlackDice10-Jun-05 9:32 
GeneralDisable or Enable a Button Pin
Hachaso10-Jun-05 3:51
Hachaso10-Jun-05 3:51 
GeneralGetDlgItem(IDC_YourButton)->EnableWindow(true); Pin
bghuang10-Jun-05 3:58
bghuang10-Jun-05 3:58 
GeneralRe: GetDlgItem(IDC_YourButton)->EnableWindow(true); Pin
Bob Stanneveld10-Jun-05 4:06
Bob Stanneveld10-Jun-05 4:06 
GeneralRe: Disable or Enable a Button Pin
Bob Stanneveld10-Jun-05 4:02
Bob Stanneveld10-Jun-05 4:02 
GeneralWDM -- INF file & makefile Differences between X86 and X86-64/AMD64 Pin
Neha.marwaha10-Jun-05 2:01
Neha.marwaha10-Jun-05 2:01 
GeneralRe: WDM -- INF file & makefile Differences between X86 and X86-64/AMD64 Pin
Alexander M.,10-Jun-05 3:03
Alexander M.,10-Jun-05 3:03 
Easy!
Change the [Manufacturer] section like that:
[Manufacturer]
%<name>%=<section name>, NTamd64

Now there has to be another section called [<section name>.NTamd64], which is followed by the device descriptions.

This is the way how to convert an inf file for a x64 driver.

For more information, also for other platforms, have a look at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/install/hh/install/create-inf_7b2e3686-a26f-4383-8e78-16725443ecb4.xml.asp[^].

Don't try it, just do it! Wink | ;-)
QuestionIWebBrowser anchor doesn't work? Pin
ThinkingPrometheus10-Jun-05 1:37
ThinkingPrometheus10-Jun-05 1:37 
GeneralUrgent help needed for printing the content of RichEditControl Pin
P. Gnana Prakash10-Jun-05 1:20
P. Gnana Prakash10-Jun-05 1:20 
GeneralQuestion about MultiThreading Pin
Aqueel10-Jun-05 0:51
Aqueel10-Jun-05 0:51 
GeneralRe: Question about MultiThreading Pin
Cedric Moonen10-Jun-05 1:04
Cedric Moonen10-Jun-05 1:04 
GeneralRe: Question about MultiThreading Pin
Stlan10-Jun-05 1:14
Stlan10-Jun-05 1:14 
GeneralRe: Question about MultiThreading Pin
Cedric Moonen10-Jun-05 2:06
Cedric Moonen10-Jun-05 2:06 
GeneralRe: Question about MultiThreading Pin
Stlan10-Jun-05 2:19
Stlan10-Jun-05 2:19 
GeneralRe: Question about MultiThreading Pin
David Crow10-Jun-05 6:19
David Crow10-Jun-05 6:19 
GeneralConstructing a parser Pin
dittygrail9-Jun-05 23:33
dittygrail9-Jun-05 23:33 
GeneralRe: Constructing a parser Pin
Stlan10-Jun-05 0:11
Stlan10-Jun-05 0:11 
GeneralRe: Constructing a parser Pin
toxcct10-Jun-05 0:24
toxcct10-Jun-05 0:24 
GeneralRe: Constructing a parser Pin
toxcct10-Jun-05 1:31
toxcct10-Jun-05 1:31 
GeneralRe: Constructing a parser Pin
ThatsAlok10-Jun-05 1:41
ThatsAlok10-Jun-05 1:41 
GeneralRe: Constructing a parser Pin
ThatsAlok10-Jun-05 1:35
ThatsAlok10-Jun-05 1:35 
GeneralRe: Constructing a parser Pin
toxcct10-Jun-05 1:49
toxcct10-Jun-05 1:49 
GeneralRe: Constructing a parser Pin
ThatsAlok10-Jun-05 1:54
ThatsAlok10-Jun-05 1:54 
GeneralRe: Constructing a parser Pin
Stlan10-Jun-05 1:58
Stlan10-Jun-05 1:58 

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.