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

Managed C++/CLI

 
AnswerRe: Simple question about header files Pin
2bee 27-Mar-06 9:48
2bee 27-Mar-06 9:48 
AnswerRe: Simple question about header files Pin
Divyang Mithaiwala28-Mar-06 21:25
Divyang Mithaiwala28-Mar-06 21:25 
GeneralRe: Simple question about header files Pin
Saksida Bojan29-Mar-06 9:48
Saksida Bojan29-Mar-06 9:48 
QuestionProblem in converting Unmanaged C++ Code to Managed C++ Code Pin
sunil440026-Mar-06 18:33
sunil440026-Mar-06 18:33 
AnswerRe: Problem in converting Unmanaged C++ Code to Managed C++ Code Pin
2bee 26-Mar-06 20:40
2bee 26-Mar-06 20:40 
QuestionImport problem Pin
theonewithtom26-Mar-06 8:26
theonewithtom26-Mar-06 8:26 
AnswerRe: Import problem Pin
2bee 26-Mar-06 20:14
2bee 26-Mar-06 20:14 
GeneralRe: Import Problem Pin
theonewithtom27-Mar-06 1:44
theonewithtom27-Mar-06 1:44 
Thankyou for your response. At first the code appeared to compile, however, I seem to be unable to call any functions of my second class. My code is now:

ClassA.h

#include "classB.h"

public __gc class A {
...
}

ClassB.h

public __gc class A;

public __gc class B
{
A a = new A();
...
}

When I compile I get an error saying 'no appropriate default constructor available'.
Any Suggestions?

Many Thanks

theonewithtom


GeneralRe: Import Problem Pin
Saksida Bojan27-Mar-06 7:08
Saksida Bojan27-Mar-06 7:08 
GeneralRe: Still got include problem Pin
theonewithtom28-Mar-06 0:28
theonewithtom28-Mar-06 0:28 
GeneralRe: Still got include problem Pin
Saksida Bojan28-Mar-06 0:57
Saksida Bojan28-Mar-06 0:57 
GeneralRe: Still got include problem Pin
DWyvern17-Apr-06 8:38
DWyvern17-Apr-06 8:38 
GeneralRe: Still got include problem Pin
Saksida Bojan17-Apr-06 8:51
Saksida Bojan17-Apr-06 8:51 
QuestionDebugging into unmanaged code Pin
MrNed25-Mar-06 16:52
MrNed25-Mar-06 16:52 
AnswerRe: Debugging into unmanaged code Pin
Sheng Jiang 蒋晟25-Mar-06 17:15
Sheng Jiang 蒋晟25-Mar-06 17:15 
GeneralRe: Debugging into unmanaged code Pin
MrNed25-Mar-06 17:31
MrNed25-Mar-06 17:31 
GeneralRe: Debugging into unmanaged code Pin
MrNed25-Mar-06 17:35
MrNed25-Mar-06 17:35 
QuestionDatabase Connectivity with VC++.net1.1 Pin
pankajgarg1224-Mar-06 21:39
pankajgarg1224-Mar-06 21:39 
QuestionDeployment in vc++.net1.1 Pin
pankajgarg1224-Mar-06 21:32
pankajgarg1224-Mar-06 21:32 
QuestionGetting an error with interactions between dialogs Pin
alia12323-Mar-06 23:38
alia12323-Mar-06 23:38 
Questionvc++.net(1.1) Treeview Pin
pankajgarg1223-Mar-06 19:55
pankajgarg1223-Mar-06 19:55 
QuestionGetting an error Pin
Shamnar23-Mar-06 19:19
Shamnar23-Mar-06 19:19 
AnswerRe: Getting an error Pin
2bee 23-Mar-06 20:56
2bee 23-Mar-06 20:56 
GeneralRe: Getting an error Pin
Shamnar23-Mar-06 23:49
Shamnar23-Mar-06 23:49 
GeneralRe: Getting an error Pin
Shamnar26-Mar-06 18:53
Shamnar26-Mar-06 18:53 

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.