Click here to Skip to main content
15,889,867 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: about Shell_NotifyIcon Pin
Dennis Gourjii27-Feb-06 0:20
Dennis Gourjii27-Feb-06 0:20 
GeneralRe: about Shell_NotifyIcon Pin
HOW WHAT27-Feb-06 3:57
HOW WHAT27-Feb-06 3:57 
AnswerRe: about Shell_NotifyIcon Pin
Nibu babu thomas26-Feb-06 17:33
Nibu babu thomas26-Feb-06 17:33 
GeneralRe: about Shell_NotifyIcon Pin
HOW WHAT26-Feb-06 18:39
HOW WHAT26-Feb-06 18:39 
GeneralRe: about Shell_NotifyIcon Pin
Nibu babu thomas26-Feb-06 18:47
Nibu babu thomas26-Feb-06 18:47 
GeneralRe: about Shell_NotifyIcon Pin
HOW WHAT27-Feb-06 3:53
HOW WHAT27-Feb-06 3:53 
GeneralRe: about Shell_NotifyIcon Pin
Nibu babu thomas27-Feb-06 16:31
Nibu babu thomas27-Feb-06 16:31 
Questionarray instantiation in a __gc struct ??? Pin
JimWDurbin26-Feb-06 12:42
JimWDurbin26-Feb-06 12:42 
Does anyone know how to instantiate an array in a __gc structure?

e.g

__gc struct epdata

{
__int61 count;
__int64 val __gc[]; // an array of integers

} x;

The compiler won't allow the array to be sized such as
__int64 val __gc[10]; // an array of integers

it gives this error message

e:\xf\Form1.h(12): error C3616: '10': a size cannot be specified in a __gc array declaration

This question came up when attempting to read data from the array that had been stored in the array previously.

e.g

x->val[0] = 2; // no error is generated on this line

__int64 y = x->val[0]; // this line gives " Object reference not set to an instance of an object."



AnswerRe: array instantiation in a __gc struct ??? Pin
Ryan Binns26-Feb-06 17:09
Ryan Binns26-Feb-06 17:09 
AnswerRe: array instantiation in a __gc struct ??? Pin
ThatsAlok26-Feb-06 23:52
ThatsAlok26-Feb-06 23:52 
GeneralRe: array instantiation in a __gc struct ??? Pin
JimWDurbin27-Feb-06 4:20
JimWDurbin27-Feb-06 4:20 
Questionsize of buffer for OpenFileName Dlg? Pin
nm_11426-Feb-06 9:03
nm_11426-Feb-06 9:03 
AnswerRe: size of buffer for OpenFileName Dlg? Pin
PJ Arends26-Feb-06 10:30
professionalPJ Arends26-Feb-06 10:30 
AnswerRe: size of buffer for OpenFileName Dlg? Pin
David Crow27-Feb-06 3:19
David Crow27-Feb-06 3:19 
QuestionFile Handle - Serialization Pin
BlitzPackage26-Feb-06 7:54
BlitzPackage26-Feb-06 7:54 
AnswerRe: File Handle - Serialization Pin
Michael Dunn26-Feb-06 8:48
sitebuilderMichael Dunn26-Feb-06 8:48 
GeneralRe: File Handle - Serialization Pin
BlitzPackage26-Feb-06 16:23
BlitzPackage26-Feb-06 16:23 
GeneralRe: File Handle - Serialization Pin
BlitzPackage26-Feb-06 17:09
BlitzPackage26-Feb-06 17:09 
GeneralRe: File Handle - Serialization Pin
Cool Ju26-Feb-06 17:26
Cool Ju26-Feb-06 17:26 
Questionbasic question about c++ Pin
DanYELL26-Feb-06 7:42
DanYELL26-Feb-06 7:42 
AnswerRe: basic question about c++ Pin
BlitzPackage26-Feb-06 7:57
BlitzPackage26-Feb-06 7:57 
GeneralRe: basic question about c++ Pin
DanYELL26-Feb-06 8:48
DanYELL26-Feb-06 8:48 
AnswerRe: basic question about c++ Pin
Michael Dunn26-Feb-06 8:54
sitebuilderMichael Dunn26-Feb-06 8:54 
AnswerRe: basic question about c++ Pin
Hamid_RT26-Feb-06 17:44
Hamid_RT26-Feb-06 17:44 
AnswerRe: basic question about c++ Pin
David Crow27-Feb-06 3:22
David Crow27-Feb-06 3:22 

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.