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

Managed C++/CLI

 
GeneralRe: About a graph algorithm! It is very diffcult , I think! Pin
Curi0us_George27-May-04 19:52
Curi0us_George27-May-04 19:52 
Generalsocket Pin
Ni@m26-May-04 23:42
Ni@m26-May-04 23:42 
GeneralRe: socket Pin
toxcct27-May-04 23:43
toxcct27-May-04 23:43 
GeneralRe: socket Pin
kmcguire28-May-04 3:35
kmcguire28-May-04 3:35 
GeneralRe: socket Pin
neurorebel6-Jun-04 22:11
neurorebel6-Jun-04 22:11 
Generalconsole timer Pin
nikoladsp26-May-04 23:03
nikoladsp26-May-04 23:03 
GeneralThe VC++ 2003 Toolkit Pin
--BoB--25-May-04 18:23
suss--BoB--25-May-04 18:23 
GeneralCall proc inside namespace from outside the namespace Pin
Member 62566624-May-04 8:41
Member 62566624-May-04 8:41 
I have a Windows Form Application (.NET), I am having trouble calling a procedure within the namespace from outside the namespace. I have the procedure displaychar outside the namespace which is a wrapper to be called from another programming language. The procedure showchar is within the namespace.

The code:
void displaychar(int mychar) //outside the namespace
{
//showchar(mychar);
formoutput::Form1::showchar(mychar);
}
--results in:
error C2653: 'formoutput' : is not a class or namespace name

Anyone have any ideas??

-Don
GeneralRe: Call proc inside namespace from outside the namespace Pin
kmcguire30-May-04 17:28
kmcguire30-May-04 17:28 
GeneralTaking input while in some form of waiting/sleeping -- plz help Pin
Makutu21-May-04 20:32
Makutu21-May-04 20:32 
GeneralRe: Taking input while in some form of waiting/sleeping -- plz help Pin
Curi0us_George27-May-04 19:19
Curi0us_George27-May-04 19:19 
GeneralRe: Taking input while in some form of waiting/sleeping -- plz help Pin
Makutu2-Jun-04 15:20
Makutu2-Jun-04 15:20 
GeneralRe: Taking input while in some form of waiting/sleeping -- plz help Pin
Curi0us_George3-Jun-04 2:03
Curi0us_George3-Jun-04 2:03 
Generalneed help !! Pin
ormax321-May-04 9:09
sussormax321-May-04 9:09 
GeneralRe: need help !! Pin
kmcguire3-Jun-04 11:41
kmcguire3-Jun-04 11:41 
Generalborland c++builder vs C++(general) Pin
Andy Gunn20-May-04 22:28
Andy Gunn20-May-04 22:28 
GeneralFormatted Printing from RichTextBox class Pin
Tank_Aviator20-May-04 7:13
Tank_Aviator20-May-04 7:13 
Generalamazon upload need help... Pin
Sumit Kapoor19-May-04 19:57
Sumit Kapoor19-May-04 19:57 
QuestionHow to detect keyboard Pin
Ajay_Saraf19-May-04 19:12
Ajay_Saraf19-May-04 19:12 
GeneralC++ Compilers Pin
DarkExploi^19-May-04 12:35
sussDarkExploi^19-May-04 12:35 
GeneralRe: C++ Compilers Pin
ian mariano20-May-04 9:43
ian mariano20-May-04 9:43 
GeneralRe: C++ Compilers Pin
Member 62566624-May-04 9:48
Member 62566624-May-04 9:48 
Generali need to get the chat text of msm messanger Pin
Member 96792618-May-04 9:02
Member 96792618-May-04 9:02 
QuestionHow to get an Array allocated in Unmanamed code Pin
hasansheik18-May-04 3:43
hasansheik18-May-04 3:43 
AnswerRe: How to get an Array allocated in Unmanamed code Pin
Member 93002221-May-04 18:58
Member 93002221-May-04 18:58 

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.