Click here to Skip to main content
15,888,124 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: A Simple C++ Question. Pin
jschell25-Jun-12 9:33
jschell25-Jun-12 9:33 
GeneralRe: A Simple C++ Question. Pin
Aescleal23-Jun-12 7:36
Aescleal23-Jun-12 7:36 
AnswerRe: A Simple C++ Question. Pin
Chuck O'Toole23-Jun-12 8:58
Chuck O'Toole23-Jun-12 8:58 
GeneralRe: A Simple C++ Question. Pin
Albert Holguin22-Jun-12 10:05
professionalAlbert Holguin22-Jun-12 10:05 
QuestionList of driver compilers Pin
Brandon-X1200021-Jun-12 22:37
Brandon-X1200021-Jun-12 22:37 
AnswerRe: List of driver compilers Pin
Richard MacCutchan22-Jun-12 1:29
mveRichard MacCutchan22-Jun-12 1:29 
GeneralRe: List of driver compilers Pin
Brandon-X1200022-Jun-12 17:23
Brandon-X1200022-Jun-12 17:23 
GeneralRe: List of driver compilers Pin
Richard MacCutchan22-Jun-12 22:24
mveRichard MacCutchan22-Jun-12 22:24 
Your original question asked for a list of compilers, so I'm not sure where you are going with this or why you are concerned. The .obj files are the output of the compiler which is then passed in to the linker to produce the executable code. In most projects there will be many .obj files input to the linker. In the case of driver builds the executable is a .sys file which has a special header used by the driver loader. The debug database is another extra that helps in debugging a new driver and, while not essential, is a useful tool for the developer. Using some other compiler would not make any difference to the build process or final product, and indeed why would you want to when the WinDDK kit has been created to do all the menial tasks and allow you to focus in writing your driver?

GeneralRe: List of driver compilers Pin
Brandon-X1200023-Jun-12 13:26
Brandon-X1200023-Jun-12 13:26 
GeneralRe: List of driver compilers Pin
Richard MacCutchan24-Jun-12 0:16
mveRichard MacCutchan24-Jun-12 0:16 
GeneralRe: List of driver compilers Pin
fat_boy22-Jun-12 23:31
fat_boy22-Jun-12 23:31 
GeneralRe: List of driver compilers Pin
Brandon-X1200023-Jun-12 14:10
Brandon-X1200023-Jun-12 14:10 
GeneralRe: List of driver compilers Pin
Brandon-X1200023-Jun-12 14:10
Brandon-X1200023-Jun-12 14:10 
GeneralRe: List of driver compilers Pin
Brandon-X1200023-Jun-12 14:10
Brandon-X1200023-Jun-12 14:10 
GeneralRe: List of driver compilers (Why I posted three times) Pin
Brandon-X1200023-Jun-12 15:53
Brandon-X1200023-Jun-12 15:53 
AnswerRe: List of driver compilers Pin
fat_boy22-Jun-12 23:35
fat_boy22-Jun-12 23:35 
QuestionSerial C++ Pin
Member 915532121-Jun-12 22:01
Member 915532121-Jun-12 22:01 
AnswerRe: Serial C++ Pin
Jochen Arndt21-Jun-12 22:32
professionalJochen Arndt21-Jun-12 22:32 
AnswerRe: Serial C++ Pin
Richard MacCutchan21-Jun-12 22:36
mveRichard MacCutchan21-Jun-12 22:36 
AnswerRe: Serial C++ Pin
David Crow22-Jun-12 2:20
David Crow22-Jun-12 2:20 
GeneralRe: Serial C++ Pin
SoMad23-Jun-12 17:21
professionalSoMad23-Jun-12 17:21 
QuestionHow to get list of C++ class names from source code Pin
pandit8421-Jun-12 21:33
pandit8421-Jun-12 21:33 
SuggestionRe: How to get list of C++ class names from source code Pin
David Crow22-Jun-12 2:29
David Crow22-Jun-12 2:29 
GeneralRe: How to get list of C++ class names from source code Pin
Sivaraman Dhamodharan22-Jun-12 4:22
Sivaraman Dhamodharan22-Jun-12 4:22 
Questionerror c2071: illegal storage class Pin
jawadali47721-Jun-12 18:36
jawadali47721-Jun-12 18:36 

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.