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

Managed C++/CLI

 
AnswerRe: Help with converting GMT time to AEDT time in c++ Pin
User 5838525-Dec-06 18:41
User 5838525-Dec-06 18:41 
Questionmemory & handle increase when using IXMLDOMDocument::load(), Pin
neerajkchauhan4-Dec-06 17:18
neerajkchauhan4-Dec-06 17:18 
AnswerRe: memory & handle increase when using IXMLDOMDocument::load(), Pin
George L. Jackson4-Dec-06 23:37
George L. Jackson4-Dec-06 23:37 
Questionundefined reference... [modified] Pin
thathvamsi4-Dec-06 16:03
thathvamsi4-Dec-06 16:03 
AnswerRe: undefined reference... Pin
Christian Graus4-Dec-06 17:46
protectorChristian Graus4-Dec-06 17:46 
GeneralRe: undefined reference... Pin
thathvamsi4-Dec-06 18:08
thathvamsi4-Dec-06 18:08 
AnswerRe: undefined reference... Pin
Pierre Leclercq5-Dec-06 2:11
Pierre Leclercq5-Dec-06 2:11 
QuestionIDE Code completion & templates Pin
User 5838524-Dec-06 13:19
User 5838524-Dec-06 13:19 
I have the following in a c++/cli library project

template<typename T>
public ref class BaseTemplateClass
{
public:
BaseTemplateClass()
{
}

void BaseClassFunction()
{
}
};


public ref class DerivedClass : public BaseTemplateClass<System::Int32>
{
public:
DerivedClass()
{
}
void DerivedClassFunction()
{
}
};


In My c# client if I type
DerivedClass d = new DerivedClass();
d.

The little popup window appears with the method list and it does not contain BaseClassFunction().
If I type the name manually it works fine. Any ideas why I cant see the method from the template base class in the code complettion window?



AnswerRe: IDE Code completion &amp; templates Pin
George L. Jackson4-Dec-06 14:39
George L. Jackson4-Dec-06 14:39 
GeneralRe: IDE Code completion & templates Pin
User 5838524-Dec-06 14:44
User 5838524-Dec-06 14:44 
GeneralRe: IDE Code completion & templates Pin
George L. Jackson4-Dec-06 14:54
George L. Jackson4-Dec-06 14:54 
GeneralRe: IDE Code completion & templates Pin
User 5838524-Dec-06 15:00
User 5838524-Dec-06 15:00 
GeneralRe: IDE Code completion &amp; templates Pin
George L. Jackson4-Dec-06 15:20
George L. Jackson4-Dec-06 15:20 
Questionmultiple dimensional vector array Pin
cy163@hotmail.com4-Dec-06 3:25
cy163@hotmail.com4-Dec-06 3:25 
AnswerRe: multiple dimensional vector array Pin
Christian Graus4-Dec-06 9:45
protectorChristian Graus4-Dec-06 9:45 
GeneralRe: multiple dimensional vector array Pin
George L. Jackson4-Dec-06 10:37
George L. Jackson4-Dec-06 10:37 
GeneralRe: multiple dimensional vector array Pin
Christian Graus4-Dec-06 10:46
protectorChristian Graus4-Dec-06 10:46 
QuestionFill the ListView using DataSet Pin
ksandy454-Dec-06 2:32
ksandy454-Dec-06 2:32 
AnswerRe: Fill the ListView using DataSet Pin
teejayem10-Dec-06 10:48
teejayem10-Dec-06 10:48 
GeneralRe: Fill the ListView using DataSet Pin
ksandy4510-Dec-06 22:09
ksandy4510-Dec-06 22:09 
GeneralRe: Fill the ListView using DataSet Pin
teejayem10-Dec-06 22:13
teejayem10-Dec-06 22:13 
GeneralRe: Fill the ListView using DataSet Pin
ksandy4511-Dec-06 1:08
ksandy4511-Dec-06 1:08 
GeneralRe: Fill the ListView using DataSet Pin
teejayem11-Dec-06 6:37
teejayem11-Dec-06 6:37 
GeneralRe: Fill the ListView using DataSet Pin
ksandy4511-Dec-06 17:47
ksandy4511-Dec-06 17:47 
QuestionHow can i know WDFDEVICE of a device Pin
cshivaprasad4-Dec-06 0:43
cshivaprasad4-Dec-06 0:43 

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.