Click here to Skip to main content
15,914,013 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Windows Clipboard in C/C++: Migrating from VB6 to C Pin
bob169726-Nov-07 16:53
bob169726-Nov-07 16:53 
AnswerPROBLEM WEIRDLY SOLVED Pin
Capitanevs12-Nov-07 11:33
Capitanevs12-Nov-07 11:33 
QuestionMSCORLIB.DLL Pin
shpid3r6-Nov-07 7:16
shpid3r6-Nov-07 7:16 
AnswerRe: MSCORLIB.DLL Pin
Mark Salsbery6-Nov-07 8:12
Mark Salsbery6-Nov-07 8:12 
GeneralRe: MSCORLIB.DLL Pin
shpid3r6-Nov-07 8:31
shpid3r6-Nov-07 8:31 
GeneralRe: MSCORLIB.DLL Pin
Mark Salsbery6-Nov-07 8:40
Mark Salsbery6-Nov-07 8:40 
GeneralRe: MSCORLIB.DLL Pin
shpid3r6-Nov-07 8:55
shpid3r6-Nov-07 8:55 
GeneralRe: MSCORLIB.DLL Pin
Mark Salsbery6-Nov-07 9:05
Mark Salsbery6-Nov-07 9:05 
mscorlib is part of the .NET framework.

The System.IO.FileStream class is also in the .NET framework.

The only way you can use classes in the .NET framework from C++ is
using managed code - code compiled to CLR. 

An MFC application, by default, is a native application - not compiled to CLR.

There's plenty of ways to access files without using the .NET framework, but
if you want to use .NET, you have to compile the code which uses it to CLR.


Mark



Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

QuestionRe: MSCORLIB.DLL Pin
shpid3r6-Nov-07 9:12
shpid3r6-Nov-07 9:12 
AnswerRe: MSCORLIB.DLL Pin
Mark Salsbery6-Nov-07 9:18
Mark Salsbery6-Nov-07 9:18 
GeneralRe: MSCORLIB.DLL Pin
shpid3r6-Nov-07 9:30
shpid3r6-Nov-07 9:30 
GeneralRe: MSCORLIB.DLL Pin
David Crow6-Nov-07 10:49
David Crow6-Nov-07 10:49 
QuestionRe: MSCORLIB.DLL Pin
Maximilien6-Nov-07 9:05
Maximilien6-Nov-07 9:05 
AnswerRe: MSCORLIB.DLL Pin
shpid3r6-Nov-07 9:09
shpid3r6-Nov-07 9:09 
GeneralRe: MSCORLIB.DLL Pin
led mike6-Nov-07 11:41
led mike6-Nov-07 11:41 
GeneralRe: MSCORLIB.DLL Pin
Mark Salsbery6-Nov-07 11:48
Mark Salsbery6-Nov-07 11:48 
QuestionReading INI sections Pin
ernst.maurer6-Nov-07 4:34
ernst.maurer6-Nov-07 4:34 
AnswerRe: Reading INI sections Pin
toxcct6-Nov-07 4:36
toxcct6-Nov-07 4:36 
QuestionRe: Reading INI sections Pin
David Crow6-Nov-07 7:26
David Crow6-Nov-07 7:26 
Questionapplication priority Pin
RomTibi6-Nov-07 4:25
RomTibi6-Nov-07 4:25 
GeneralRe: application priority Pin
Matthew Faithfull6-Nov-07 4:55
Matthew Faithfull6-Nov-07 4:55 
GeneralRe: application priority Pin
RomTibi8-Nov-07 3:46
RomTibi8-Nov-07 3:46 
AnswerRe: application priority Pin
Randor 6-Nov-07 8:12
professional Randor 6-Nov-07 8:12 
GeneralRe: application priority Pin
RomTibi8-Nov-07 3:47
RomTibi8-Nov-07 3:47 
QuestionDebugging Pin
rrrado6-Nov-07 4:06
rrrado6-Nov-07 4:06 

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.