Click here to Skip to main content
15,892,059 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: On which OS Architecture i am 32 Bit or 64 Bit, Can c++ tell me? Pin
jschell30-Dec-10 11:12
jschell30-Dec-10 11:12 
GeneralRe: On which OS Architecture i am 32 Bit or 64 Bit, Can c++ tell me? Pin
Richard MacCutchan30-Dec-10 22:52
mveRichard MacCutchan30-Dec-10 22:52 
GeneralRe: On which OS Architecture i am 32 Bit or 64 Bit, Can c++ tell me? Pin
jschell1-Jan-11 10:10
jschell1-Jan-11 10:10 
GeneralRe: On which OS Architecture i am 32 Bit or 64 Bit, Can c++ tell me? Pin
Richard MacCutchan1-Jan-11 21:35
mveRichard MacCutchan1-Jan-11 21:35 
GeneralRe: On which OS Architecture i am 32 Bit or 64 Bit, Can c++ tell me? Pin
Richard MacCutchan2-Jan-11 1:18
mveRichard MacCutchan2-Jan-11 1:18 
GeneralRe: On which OS Architecture i am 32 Bit or 64 Bit, Can c++ tell me? Pin
jschell2-Jan-11 8:49
jschell2-Jan-11 8:49 
GeneralRe: On which OS Architecture i am 32 Bit or 64 Bit, Can c++ tell me? Pin
Richard MacCutchan2-Jan-11 23:29
mveRichard MacCutchan2-Jan-11 23:29 
GeneralRe: On which OS Architecture i am 32 Bit or 64 Bit, Can c++ tell me? Pin
Philippe Mori10-Mar-11 15:26
Philippe Mori10-Mar-11 15:26 
Essential, if you are compiling a 64 bit application, the compiler would define _WIN64 and since that application would not run on a 32 bit OS, then in that case, it is essentially pointless to actually check the OS. If the OS would have been 32 bits, the application would have fail to load.

Identifier starting with underscore are supposed to be reserved to the compiler so if someone use them anyway the result might be undefined.

Thus only when the application is compiled in 32 bits, it is necessary to do the test.
Philippe Mori

AnswerRe: On which OS Architecture i am 32 Bit or 64 Bit, Can c++ tell me? Pin
Karpov Andrey1-Jan-11 6:45
Karpov Andrey1-Jan-11 6:45 
Questionsaveing bindingsource to database (sql) Pin
sam_b15-Dec-10 11:33
sam_b15-Dec-10 11:33 
QuestionIs there anyone have experience in programming Controller Area Network? Pin
kent524414-Dec-10 22:11
kent524414-Dec-10 22:11 
AnswerRe: Is there anyone have experience in programming Controller Area Network? Pin
Luc Pattyn15-Dec-10 1:22
sitebuilderLuc Pattyn15-Dec-10 1:22 
GeneralRe: Is there anyone have experience in programming Controller Area Network? Pin
kent524415-Dec-10 5:54
kent524415-Dec-10 5:54 
GeneralMy last CAN reply in this forum. Pin
Luc Pattyn15-Dec-10 6:08
sitebuilderLuc Pattyn15-Dec-10 6:08 
GeneralRe: My last CAN reply in this forum. Pin
kent524415-Dec-10 6:19
kent524415-Dec-10 6:19 
QuestionRe: My last CAN reply in this forum. Pin
kent52449-Jan-11 21:32
kent52449-Jan-11 21:32 
AnswerRe: My last CAN reply in this forum. Pin
Luc Pattyn10-Jan-11 0:40
sitebuilderLuc Pattyn10-Jan-11 0:40 
GeneralRe: My last CAN reply in this forum. Pin
kent524411-Jan-11 5:40
kent524411-Jan-11 5:40 
GeneralRe: My last CAN reply in this forum. Pin
kent524412-Jan-11 15:03
kent524412-Jan-11 15:03 
GeneralCAN diagram Pin
Luc Pattyn12-Jan-11 15:09
sitebuilderLuc Pattyn12-Jan-11 15:09 
GeneralRe: CAN diagram Pin
kent524412-Jan-11 16:45
kent524412-Jan-11 16:45 
GeneralRe: CAN diagram Pin
Luc Pattyn12-Jan-11 17:21
sitebuilderLuc Pattyn12-Jan-11 17:21 
QuestionHow to convert SAFEARRAY to System::Object Pin
ptr_Electron12-Dec-10 23:19
ptr_Electron12-Dec-10 23:19 
AnswerRe: How to convert SAFEARRAY to System::Object Pin
Radhakrishnan G.14-Dec-10 20:06
Radhakrishnan G.14-Dec-10 20:06 
QuestionHow to use C DLL in C++/CLI Pin
cancerion1-Dec-10 23:32
cancerion1-Dec-10 23:32 

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.