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

Managed C++/CLI

 
GeneralRe: Casting Problem for a beginner Pin
Nemanja Trifunovic6-Apr-04 13:14
Nemanja Trifunovic6-Apr-04 13:14 
GeneralRe: Casting Problem for a beginner Pin
Nemanja Trifunovic6-Apr-04 13:16
Nemanja Trifunovic6-Apr-04 13:16 
GeneralRe: Casting Problem for a beginner Pin
BlackDice12-Apr-04 11:07
BlackDice12-Apr-04 11:07 
GeneralInvitation Pin
Member 7951483-Apr-04 6:23
Member 7951483-Apr-04 6:23 
Generaladding managed extensions - Error! Pin
BlackDice2-Apr-04 3:40
BlackDice2-Apr-04 3:40 
Questiondo get_ and set_ have to be used in conjunction? Pin
charlener1-Apr-04 16:28
charlener1-Apr-04 16:28 
AnswerRe: do get_ and set_ have to be used in conjunction? Pin
charlener1-Apr-04 16:29
charlener1-Apr-04 16:29 
AnswerRe: do get_ and set_ have to be used in conjunction? Pin
Andy Wieberneit1-Apr-04 20:03
Andy Wieberneit1-Apr-04 20:03 
The reason for this error is that your private member variable (dataSectionPtr) has the same name as your property. That's because from your get_ method, the compiler will generate a property dataSectionPtr. Just rename your private member variable, and your code will compile.
GeneralIterate through vector Pin
wadstar31-Mar-04 8:15
wadstar31-Mar-04 8:15 
GeneralManaged C++ and AfxOleInit Pin
mstanciu200030-Mar-04 21:29
mstanciu200030-Mar-04 21:29 
Generalcustom window drawing Pin
Darmochwal Robert30-Mar-04 10:36
Darmochwal Robert30-Mar-04 10:36 
Questionhow to get the handle of the RICHEDIT Pin
dilip_sar30-Mar-04 10:32
dilip_sar30-Mar-04 10:32 
AnswerRe: how to get the handle of the RICHEDIT Pin
ravjak1-Apr-04 4:32
ravjak1-Apr-04 4:32 
Questionhow to send text to another window Pin
dilip_sar30-Mar-04 9:34
dilip_sar30-Mar-04 9:34 
AnswerRe: how to send text to another window Pin
ian mariano30-Mar-04 9:49
ian mariano30-Mar-04 9:49 
GeneralSerialComm Pin
kwisslk30-Mar-04 7:40
susskwisslk30-Mar-04 7:40 
GeneralRe: SerialComm Pin
Andy Wieberneit30-Mar-04 23:33
Andy Wieberneit30-Mar-04 23:33 
GeneralRe: SerialComm Pin
okoji6-Apr-04 22:09
sussokoji6-Apr-04 22:09 
GeneralRe: SerialComm Pin
User 91483318-Apr-04 13:12
User 91483318-Apr-04 13:12 
GeneralChange Text (Caption) Color for a MFC Button Pin
HaHa!30-Mar-04 4:54
HaHa!30-Mar-04 4:54 
GeneralRe: Change Text (Caption) Color for a MFC Button Pin
Renjith Ramachandran7-Apr-04 21:14
Renjith Ramachandran7-Apr-04 21:14 
Generalnewbie question Pin
charlener29-Mar-04 7:23
charlener29-Mar-04 7:23 
GeneralRe: newbie question Pin
zena992-Apr-04 8:24
zena992-Apr-04 8:24 
Generalusing iterator to count though vector Pin
wadstar29-Mar-04 6:25
wadstar29-Mar-04 6:25 
Generalunmanaged class declaring managed member function as friend Pin
godzooky29-Mar-04 4:15
godzooky29-Mar-04 4:15 

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.