Click here to Skip to main content
15,915,759 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMultiple view of a doc in MDI Pin
4-Jun-02 6:47
suss4-Jun-02 6:47 
GeneralRe: Multiple view of a doc in MDI Pin
Ed Gadziemski4-Jun-02 14:26
professionalEd Gadziemski4-Jun-02 14:26 
Generalgc struct/class Help Pin
Paul Watson4-Jun-02 6:49
sitebuilderPaul Watson4-Jun-02 6:49 
GeneralRe: gc struct/class Help Pin
Rama Krishna Vavilala4-Jun-02 7:03
Rama Krishna Vavilala4-Jun-02 7:03 
GeneralRe: gc struct/class Help Pin
Paul Watson4-Jun-02 21:50
sitebuilderPaul Watson4-Jun-02 21:50 
GeneralRe: gc struct/class Help Pin
Anders Molin4-Jun-02 9:31
professionalAnders Molin4-Jun-02 9:31 
GeneralRe: gc struct/class Help Pin
4-Jun-02 9:33
suss4-Jun-02 9:33 
GeneralRe: gc struct/class Help Pin
Paul Watson4-Jun-02 21:58
sitebuilderPaul Watson4-Jun-02 21:58 
Anders Molin wrote:
ArticleBriefs *cArticles = (ArticleBriefs*)malloc(sizeof(ArticleBriefs) * 10);

Thanks Anders.

Your code and Rama's code set me straight.

I think I should have stuck to unmanaged VC++ for my first foray. At least then I would have some good samples and tutorials to help me out. MC++ samples and tuts are thin on the ground.

It is working now:
ArticleBrief* cArticles[] = proxy->GetLatestArticleBrief(iNumArticles);


I had it back to front (ArticleBriefs instead of just ArticleBrief.)

regards,
Paul Watson
Bluegrass
Cape Town, South Africa

The greatest thing you'll ever learn is just to love, and to be loved in return - Moulin Rouge

Tim Smith wrote:
Over here in the third world of humor (a.k.a. BBC America),

peterchen wrote:
We should petition microsoft to a "target=_Paul" attribute.
GeneralThe thing is in the tree Pin
Rage4-Jun-02 6:22
professionalRage4-Jun-02 6:22 
GeneralRe: The thing is in the tree Pin
4-Jun-02 11:18
suss4-Jun-02 11:18 
GeneralRe: The thing is in the tree Pin
Rage4-Jun-02 21:18
professionalRage4-Jun-02 21:18 
GeneralRe: The thing is in the tree Pin
4-Jun-02 21:29
suss4-Jun-02 21:29 
GeneralThread blocking interface Pin
Hans Ruck4-Jun-02 6:17
Hans Ruck4-Jun-02 6:17 
GeneralRe: Thread blocking interface Pin
Tomasz Sowinski4-Jun-02 6:41
Tomasz Sowinski4-Jun-02 6:41 
GeneralRe: Thread blocking interface Pin
Hans Ruck4-Jun-02 6:43
Hans Ruck4-Jun-02 6:43 
GeneralRe: Thread blocking interface Pin
Tomasz Sowinski4-Jun-02 6:48
Tomasz Sowinski4-Jun-02 6:48 
GeneralRe: Thread blocking interface Pin
Hans Ruck4-Jun-02 7:09
Hans Ruck4-Jun-02 7:09 
GeneralSingle document in MDI Pin
Haakon S.4-Jun-02 6:14
Haakon S.4-Jun-02 6:14 
GeneralRe: Single document in MDI Pin
Tomasz Sowinski4-Jun-02 6:13
Tomasz Sowinski4-Jun-02 6:13 
GeneralRe: Single document in MDI Pin
Haakon S.4-Jun-02 6:26
Haakon S.4-Jun-02 6:26 
GeneralRe: Single document in MDI Pin
Tomasz Sowinski4-Jun-02 6:27
Tomasz Sowinski4-Jun-02 6:27 
GeneralRe: Single document in MDI Pin
Haakon S.4-Jun-02 7:38
Haakon S.4-Jun-02 7:38 
GeneralRe: Single document in MDI Pin
Tomasz Sowinski4-Jun-02 23:32
Tomasz Sowinski4-Jun-02 23:32 
GeneralRe: Single document in MDI Pin
Ed Gadziemski4-Jun-02 14:52
professionalEd Gadziemski4-Jun-02 14:52 
GeneralEdit box with units Pin
Ali Asi4-Jun-02 5:56
Ali Asi4-Jun-02 5:56 

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.