Click here to Skip to main content
15,913,709 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Windows Clipboard in C/C++: Migrating from VB6 to C Pin
David Crow6-Nov-07 7:43
David Crow6-Nov-07 7:43 
GeneralRe: Windows Clipboard in C/C++: Migrating from VB6 to C Pin
Capitanevs6-Nov-07 12:22
Capitanevs6-Nov-07 12:22 
GeneralRe: Windows Clipboard in C/C++: Migrating from VB6 to C Pin
Nelek6-Nov-07 21:46
protectorNelek6-Nov-07 21:46 
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 
Right... It does seem like i`m trying to use native/managed code. But that is not true. This time, it`s a win32 application, not intended for a smart device. Those WinCE findings are simply because I have installed the SDK for native coding.

Anyway, i`m adding my code and my errors:
Code:
<br />
#using < mscorlib.dll ><br />
using namespace System;<br />
using namespace System::IO;<br />
[...].br />
<br />
FileStream^ xmlRegister = File::OpenRead("Settings.ini");<br />



Errors:
<br />
.\ADN FixDlg.cpp(99) : error C2065: 'FileStream' : undeclared identifier<br />
.\ADN FixDlg.cpp(99) : error C2065: 'xmlRegister' : undeclared identifier<br />
.\ADN FixDlg.cpp(99) : error C2653: 'File' : is not a class or namespace name<br />
.\ADN FixDlg.cpp(99) : error C3861: 'OpenRead': identifier not found<br />
Build log was saved at "file://c:\Documents and Settings\Vlad\My Documents\Visual Studio 2005\Projects\ADN Fix\ADN Fix\Release\BuildLog.htm"<br />
ADN Fix - 4 error(s), 0 warning(s)<br />
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========<br />

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 
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 

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.