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

Managed C++/CLI

 
AnswerRe: Reg Sizeof operator in Structures Pin
2bee 21-Mar-06 4:49
2bee 21-Mar-06 4:49 
AnswerRe: Reg Sizeof operator in Structures Pin
toxcct21-Mar-06 4:59
toxcct21-Mar-06 4:59 
QuestionTracking the mouse Pin
Student MD20-Mar-06 4:53
Student MD20-Mar-06 4:53 
Questionshared function Pin
Saturday3AM20-Mar-06 2:33
Saturday3AM20-Mar-06 2:33 
AnswerRe: shared function Pin
2bee 20-Mar-06 3:49
2bee 20-Mar-06 3:49 
GeneralRe: shared function Pin
Saturday3AM20-Mar-06 4:18
Saturday3AM20-Mar-06 4:18 
Questionmix languages Pin
hkfischer20-Mar-06 2:13
hkfischer20-Mar-06 2:13 
AnswerRe: mix languages Pin
2bee 20-Mar-06 3:41
2bee 20-Mar-06 3:41 
Probably you're looking for a "tracking reference %".

As far as i know it should be in your case :

virtual Status GetProgress (System::Double^% dVal)

On the other hand an interior pointer might suit as well;

virtual Status GetProgress (interior_ptr<System::Double> dVal)

Tobias



GeneralRe: mix languages Pin
hkfischer21-Mar-06 21:42
hkfischer21-Mar-06 21:42 
AnswerRe: mix languages Pin
George L. Jackson22-Mar-06 0:19
George L. Jackson22-Mar-06 0:19 
GeneralRe: mix languages Pin
hkfischer22-Mar-06 21:10
hkfischer22-Mar-06 21:10 
Questionalgorithm Pin
foxylady19-Mar-06 18:27
foxylady19-Mar-06 18:27 
AnswerRe: algorithm Pin
RichardS19-Mar-06 23:04
RichardS19-Mar-06 23:04 
GeneralRe: algorithm Pin
toxcct21-Mar-06 3:35
toxcct21-Mar-06 3:35 
AnswerRe: algorithm Pin
toxcct19-Mar-06 23:23
toxcct19-Mar-06 23:23 
GeneralRe: algorithm Pin
prrusa21-Mar-06 3:27
prrusa21-Mar-06 3:27 
GeneralRe: algorithm Pin
toxcct21-Mar-06 3:34
toxcct21-Mar-06 3:34 
GeneralRe: algorithm Pin
prrusa21-Mar-06 4:39
prrusa21-Mar-06 4:39 
GeneralRe: algorithm Pin
Douglas Dean24-Mar-06 4:16
Douglas Dean24-Mar-06 4:16 
GeneralRe: algorithm Pin
toxcct24-Mar-06 4:19
toxcct24-Mar-06 4:19 
QuestionFile I/O Pin
Kuroro Rucilful19-Mar-06 13:28
Kuroro Rucilful19-Mar-06 13:28 
AnswerRe: File I/O Pin
Saksida Bojan19-Mar-06 23:08
Saksida Bojan19-Mar-06 23:08 
GeneralRe: File I/O Pin
Kuroro Rucilful20-Mar-06 14:43
Kuroro Rucilful20-Mar-06 14:43 
GeneralRe: File I/O Pin
2bee 20-Mar-06 22:17
2bee 20-Mar-06 22:17 
AnswerRe: File I/O Pin
RichardS19-Mar-06 23:10
RichardS19-Mar-06 23:10 

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.