Click here to Skip to main content
15,881,938 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralHELP!!!!!!!!!!!!!!!! Pin
27-Jun-01 11:07
suss27-Jun-01 11:07 
GeneralRe: HELP!!!!!!!!!!!!!!!! Pin
Chris Losinger27-Jun-01 11:11
professionalChris Losinger27-Jun-01 11:11 
GeneralRe: HELP!!!!!!!!!!!!!!!! Pin
Carlos Antollini27-Jun-01 11:19
Carlos Antollini27-Jun-01 11:19 
GeneralRe: HELP!!!!!!!!!!!!!!!! Pin
Carlos Antollini27-Jun-01 11:20
Carlos Antollini27-Jun-01 11:20 
GeneralHELP!!!!!!!!!!!!!!!! Pin
27-Jun-01 11:05
suss27-Jun-01 11:05 
GeneralHELP!!!!!!!!!!!!!!!! Pin
27-Jun-01 11:03
suss27-Jun-01 11:03 
GeneralRe: HELP!!!!!!!!!!!!!!!! Pin
Tomasz Sowinski27-Jun-01 11:10
Tomasz Sowinski27-Jun-01 11:10 
GeneralRe: HELP!!!!!!!!!!!!!!!! Pin
Joan M27-Jun-01 23:29
professionalJoan M27-Jun-01 23:29 
I don't know if it will help you, but...

I have never passed a CArray object to a function, but I have returned one from it.

//prototype.
CArray <strctpaquetreldocreceptor,strctpaquetreldocreceptor&> *GetArrayPaquetRelDocReceptors();

//return of the CArray (inside the f(x))
CArray <ctamcontrolcenterapp::strctpaquetreldocreceptor,ctamcontrolcenterapp::strctpaquetreldocreceptor&> *CTAMControlCenterApp::GetArrayPaquetRelDocReceptors()
{
return &m_ArrayPaquetRelDocReceptor;
}

I remember that without the #include <afxtempl.h> inside the stdafx.h it didn't work...


This is the same but in the reverse order, I expect it helps you...

I'm a novice speaking english, I'm sure you will have noticed it... I beg your pardon...
GeneralCStatic WS_VISIBLE how to repaint ? (newbies) Pin
27-Jun-01 11:01
suss27-Jun-01 11:01 
GeneralRe: CStatic WS_VISIBLE how to repaint ? (newbies) Pin
27-Jun-01 16:07
suss27-Jun-01 16:07 
GeneralRe: CStatic WS_VISIBLE how to repaint ? (newbies) Pin
27-Jun-01 17:38
suss27-Jun-01 17:38 
GeneralRe: CStatic WS_VISIBLE how to repaint ? (newbies) Pin
28-Jun-01 9:32
suss28-Jun-01 9:32 
GeneralUsing a template to copy data Pin
27-Jun-01 10:49
suss27-Jun-01 10:49 
GeneralRe: Using a template to copy data Pin
Tomasz Sowinski27-Jun-01 10:55
Tomasz Sowinski27-Jun-01 10:55 
GeneralRe: Using a template to copy data Pin
27-Jun-01 11:10
suss27-Jun-01 11:10 
GeneralRe: Using a template to copy data Pin
Tomasz Sowinski27-Jun-01 11:16
Tomasz Sowinski27-Jun-01 11:16 
GeneralRe: Using a template to copy data Pin
27-Jun-01 11:25
suss27-Jun-01 11:25 
QuestionHow does CListCtrl manage its scrollbars? Pin
Michael Carruth27-Jun-01 10:43
Michael Carruth27-Jun-01 10:43 
AnswerRe: How does CListCtrl manage its scrollbars? Pin
27-Jun-01 17:23
suss27-Jun-01 17:23 
QuestionHow to enable/disable a menu item in the system tray Pin
Anubha Khurana27-Jun-01 10:14
Anubha Khurana27-Jun-01 10:14 
AnswerRe: How to enable/disable a menu item in the system tray Pin
Bret Faller27-Jun-01 12:36
Bret Faller27-Jun-01 12:36 
GeneralRe: How to enable/disable a menu item in the system tray Pin
Anubha Khurana27-Jun-01 14:08
Anubha Khurana27-Jun-01 14:08 
QuestionHow to upload a file to a php file that normally handle a html form ?? Pin
27-Jun-01 9:11
suss27-Jun-01 9:11 
AnswerRe: How to upload a file to a php file that normally handle a html form ?? Pin
Tomasz Sowinski27-Jun-01 9:40
Tomasz Sowinski27-Jun-01 9:40 
GeneralMy registry won't register Pin
Joe Moldovan27-Jun-01 9:03
Joe Moldovan27-Jun-01 9:03 

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.