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

Managed C++/CLI

 
GeneralRe: Quick Question about Static variables inside function calls in MC++ Pin
Luc Pattyn24-Jan-08 2:35
sitebuilderLuc Pattyn24-Jan-08 2:35 
GeneralRe: Quick Question about Static variables inside function calls in MC++ Pin
Richard Green24-Jan-08 4:03
Richard Green24-Jan-08 4:03 
QuestionActivate and deactivate network connection in Fedora Pin
tassadaque23-Jan-08 0:04
tassadaque23-Jan-08 0:04 
GeneralRe: Activate and deactivate network connection in Fedora Pin
led mike23-Jan-08 4:34
led mike23-Jan-08 4:34 
QuestionHow to call Win32 API functions SetClipBoardViewer, ChangeClipboardChain, etc, from C++ .NET app Pin
largenqcd22-Jan-08 16:08
largenqcd22-Jan-08 16:08 
GeneralRe: How to call Win32 API functions SetClipBoardViewer, ChangeClipboardChain, etc, from C++ .NET app Pin
Giorgi Dalakishvili22-Jan-08 21:38
mentorGiorgi Dalakishvili22-Jan-08 21:38 
GeneralRe: How to call Win32 API functions SetClipBoardViewer, ChangeClipboardChain, etc, from C++ .NET app Pin
led mike23-Jan-08 4:32
led mike23-Jan-08 4:32 
GeneralMethod Call problem Pin
newkid22-Jan-08 2:37
newkid22-Jan-08 2:37 
The problem I’m having is when the user selects a menu item it should execute code in protocol_test.cpp

In Windows Forms the code for the interface is written in a header file “frmIndex.h”


<br />
//In frmIndex.h (The windows Form form)<br />
<br />
private: System::Void pANGUToolStripMenuItem_Click(System::Object^  sender, System::EventArgs^  e) {<br />
<br />
//Finding it difficult to call the method from the protocol_test.cpp<br />
      pangu_server();<br />
<br />
      //I have also tried<br />
      int *pan;<br />
      class protocol_test;<br />
                  <br />
      pan::pangu_server();<br />
<br />
}<br />


The protocol_test.cpp was part of a console program which connects to server. This class had a main in it but I renamed this to int pangu_server().

The protocol_test.cpp does not have a header file but when I create a header file for it I still can the same error.

Even I have even created a simply class and header that would just write to the console which doesn’t work.
GeneralChange system date style formate through code Pin
Naveed72721-Jan-08 18:02
Naveed72721-Jan-08 18:02 
GeneralDouble Post - please ignore Pin
Giorgi Dalakishvili21-Jan-08 20:14
mentorGiorgi Dalakishvili21-Jan-08 20:14 
GeneralRe: Double Post - please ignore Pin
Naveed72721-Jan-08 22:35
Naveed72721-Jan-08 22:35 
GeneralRe: Double Post - please ignore Pin
George L. Jackson22-Jan-08 0:07
George L. Jackson22-Jan-08 0:07 
GeneralCalling a function issue Pin
newkid21-Jan-08 9:40
newkid21-Jan-08 9:40 
GeneralRe: Calling a function issue Pin
Paul Conrad27-Jan-08 6:20
professionalPaul Conrad27-Jan-08 6:20 
GeneralDataGridView Pin
Member 400952119-Jan-08 0:23
Member 400952119-Jan-08 0:23 
GeneralVS 2005 doesn't give me an .exe file when I build a C++ project Pin
bwilhite16-Jan-08 7:29
bwilhite16-Jan-08 7:29 
GeneralRe: VS 2005 doesn't give me an .exe file when I build a C++ project Pin
led mike16-Jan-08 7:51
led mike16-Jan-08 7:51 
GeneralRe: VS 2005 doesn't give me an .exe file when I build a C++ project Pin
bwilhite16-Jan-08 7:58
bwilhite16-Jan-08 7:58 
QuestionRe: VS 2005 doesn't give me an .exe file when I build a C++ project Pin
Mark Salsbery16-Jan-08 8:17
Mark Salsbery16-Jan-08 8:17 
GeneralRe: VS 2005 doesn't give me an .exe file when I build a C++ project Pin
bwilhite16-Jan-08 8:18
bwilhite16-Jan-08 8:18 
GeneralRe: VS 2005 doesn't give me an .exe file when I build a C++ project Pin
Mark Salsbery16-Jan-08 8:25
Mark Salsbery16-Jan-08 8:25 
GeneralRe: VS 2005 doesn't give me an .exe file when I build a C++ project Pin
bwilhite16-Jan-08 8:29
bwilhite16-Jan-08 8:29 
GeneralRe: VS 2005 doesn't give me an .exe file when I build a C++ project Pin
bwilhite16-Jan-08 8:31
bwilhite16-Jan-08 8:31 
GeneralRe: VS 2005 doesn't give me an .exe file when I build a C++ project Pin
bwilhite16-Jan-08 8:36
bwilhite16-Jan-08 8:36 
GeneralRe: VS 2005 doesn't give me an .exe file when I build a C++ project Pin
led mike16-Jan-08 10:16
led mike16-Jan-08 10:16 

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.