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

Managed C++/CLI

 
GeneralRe: A very challenging problem Pin
Tom Archer25-Aug-03 15:05
Tom Archer25-Aug-03 15:05 
GeneralRe: A very challenging problem Pin
leppie26-Aug-03 7:08
leppie26-Aug-03 7:08 
GeneralRe: A very challenging problem Pin
Frank Olorin Rizzi28-Aug-03 18:34
Frank Olorin Rizzi28-Aug-03 18:34 
GeneralRe: A very challenging problem Pin
igor196023-Aug-03 17:00
igor196023-Aug-03 17:00 
GeneralRe: A very challenging problem Pin
Joey Bloggs26-Aug-03 20:32
Joey Bloggs26-Aug-03 20:32 
QuestionAlmost desperate, C# into C++, why not work? Pin
adaoja22-Aug-03 1:50
adaoja22-Aug-03 1:50 
AnswerRe: Almost desperate, C# into C++, why not work? Pin
Nemanja Trifunovic22-Aug-03 6:05
Nemanja Trifunovic22-Aug-03 6:05 
GeneralRe: Almost desperate, C# into C++, why not work? Pin
adaoja22-Aug-03 7:04
adaoja22-Aug-03 7:04 
Thank you Nemanja

But, the problem is (as i wrote previously) not really that codesnippet but why I can´t make an instance of the HttpSoapContext-object. And why do I have to? In C# there is no need for a
HttpSoapContext variable = new HttpSoapContext();
statement.

If I use your codesnippet it works for the compiler but not when I run the project (much like when I use pointers like above). I get the error "Object not set to an instance..."
and if I try to make an instance the compiler complains with C2512 "No deafult constructor available".

This is what confuses me.

With the highest regards
Smile | :) Smile | :)

Daniel
GeneralRe: Almost desperate, C# into C++, why not work? Pin
Nemanja Trifunovic22-Aug-03 7:41
Nemanja Trifunovic22-Aug-03 7:41 
GeneralRe: Almost desperate, C# into C++, why not work? Pin
Nemanja Trifunovic22-Aug-03 7:48
Nemanja Trifunovic22-Aug-03 7:48 
GeneralRe: Almost desperate, C# into C++, why not work? Pin
adaoja22-Aug-03 11:02
adaoja22-Aug-03 11:02 
GeneralRe: Almost desperate, C# into C++, why not work? Pin
Nemanja Trifunovic22-Aug-03 11:47
Nemanja Trifunovic22-Aug-03 11:47 
GeneralRe: Almost desperate, C# into C++, why not work? Pin
adaoja25-Aug-03 1:17
adaoja25-Aug-03 1:17 
GeneralRe: Almost desperate, C# into C++, why not work? Pin
Anthony_Yio26-Aug-03 1:53
Anthony_Yio26-Aug-03 1:53 
GeneralRe: Almost desperate, C# into C++, why not work? Pin
adaoja26-Aug-03 2:30
adaoja26-Aug-03 2:30 
GeneralRe: Almost desperate, C# into C++, why not work? Pin
Anthony_Yio26-Aug-03 16:48
Anthony_Yio26-Aug-03 16:48 
GeneralRe: Almost desperate, C# into C++, why not work? Pin
adaoja26-Aug-03 22:35
adaoja26-Aug-03 22:35 
GeneralRe: Almost desperate, C# into C++, why not work? Pin
Anthony_Yio26-Aug-03 1:14
Anthony_Yio26-Aug-03 1:14 
GeneralRe: Almost desperate, C# into C++, why not work? Pin
adaoja26-Aug-03 1:25
adaoja26-Aug-03 1:25 
GeneralRe: Almost desperate, C# into C++, why not work? Pin
Anthony_Yio26-Aug-03 1:31
Anthony_Yio26-Aug-03 1:31 
GeneralRe: Almost desperate, C# into C++, why not work? Pin
adaoja26-Aug-03 1:35
adaoja26-Aug-03 1:35 
AnswerRe: Almost desperate, C# into C++, why not work? Pin
igor196023-Aug-03 17:10
igor196023-Aug-03 17:10 
GeneralIsapi Filters and Extensions is managed C++ Pin
martinbertolino21-Aug-03 16:41
martinbertolino21-Aug-03 16:41 
GeneralRe: Isapi Filters and Extensions is managed C++ Pin
Nemanja Trifunovic22-Aug-03 6:01
Nemanja Trifunovic22-Aug-03 6:01 
GeneralRe: Isapi Filters and Extensions is managed C++ Pin
martinbertolino22-Aug-03 6:37
martinbertolino22-Aug-03 6:37 

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.