Click here to Skip to main content
15,909,242 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: error while running Pin
Mohanraj D18-Jun-08 18:20
Mohanraj D18-Jun-08 18:20 
GeneralRe: error while running Pin
Hamid_RT18-Jun-08 23:41
Hamid_RT18-Jun-08 23:41 
GeneralRe: error while running Pin
Mohanraj D18-Jun-08 18:25
Mohanraj D18-Jun-08 18:25 
GeneralRe: error while running Pin
Hamid_RT18-Jun-08 23:45
Hamid_RT18-Jun-08 23:45 
AnswerRe: error while running Pin
Stephen Hewitt17-Jun-08 18:02
Stephen Hewitt17-Jun-08 18:02 
GeneralRe: error while running Pin
Mohanraj D18-Jun-08 2:20
Mohanraj D18-Jun-08 2:20 
GeneralRe: error while running Pin
Stephen Hewitt18-Jun-08 14:54
Stephen Hewitt18-Jun-08 14:54 
Questionconstant member function in Managed C++ Pin
Andy Rama17-Jun-08 2:41
Andy Rama17-Jun-08 2:41 
Hi to all,

How to write a constant member function in Managed C++ class.

public ref class CMyClass
{
 public :
   void Function(void) const
   {
   }
}


Here I got error as,
error C3842: 'Function': 'const' and 'volatile' qualifiers on member functions of managed types are not supported

- Aniket A. Salunkhe
GeneralTry the right forum Pin
CPallini17-Jun-08 2:54
mveCPallini17-Jun-08 2:54 
AnswerRe: constant member function in Managed C++ Pin
Jagdish V. Bhimbha17-Jun-08 3:12
Jagdish V. Bhimbha17-Jun-08 3:12 
AnswerRe: constant member function in Managed C++ Pin
David Crow17-Jun-08 3:29
David Crow17-Jun-08 3:29 
AnswerRe: constant member function in Managed C++ Pin
Stephen Hewitt17-Jun-08 18:20
Stephen Hewitt17-Jun-08 18:20 
GeneralRe: constant member function in Managed C++ Pin
ian__lindsay31-Jul-08 0:50
ian__lindsay31-Jul-08 0:50 
Questiondatetimepicker Pin
Mohanraj D17-Jun-08 2:17
Mohanraj D17-Jun-08 2:17 
AnswerRe: datetimepicker Pin
CPallini17-Jun-08 2:33
mveCPallini17-Jun-08 2:33 
Questionprinting a listctrl in a parent window Pin
subramanyeswari17-Jun-08 0:32
subramanyeswari17-Jun-08 0:32 
QuestionNative c++ using VC++ 8.0 Pin
hogan.john16-Jun-08 23:16
hogan.john16-Jun-08 23:16 
AnswerRe: Native c++ using VC++ 8.0 Pin
Naveen16-Jun-08 23:25
Naveen16-Jun-08 23:25 
GeneralRe: Native c++ using VC++ 8.0 Pin
hogan.john16-Jun-08 23:36
hogan.john16-Jun-08 23:36 
GeneralRe: Native c++ using VC++ 8.0 Pin
Naveen16-Jun-08 23:41
Naveen16-Jun-08 23:41 
GeneralRe: Native c++ using VC++ 8.0 Pin
hogan.john16-Jun-08 23:51
hogan.john16-Jun-08 23:51 
GeneralRe: Native c++ using VC++ 8.0 Pin
Cedric Moonen17-Jun-08 0:10
Cedric Moonen17-Jun-08 0:10 
GeneralRe: Native c++ using VC++ 8.0 Pin
hogan.john17-Jun-08 2:28
hogan.john17-Jun-08 2:28 
GeneralRe: Native c++ using VC++ 8.0 Pin
Cedric Moonen17-Jun-08 3:43
Cedric Moonen17-Jun-08 3:43 
GeneralRe: Native c++ using VC++ 8.0 Pin
Saurabh.Garg17-Jun-08 0:13
Saurabh.Garg17-Jun-08 0:13 

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.