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

Managed C++/CLI

 
AnswerRe: Sharing structs/enums between .NET languages Pin
George L. Jackson21-Feb-06 13:21
George L. Jackson21-Feb-06 13:21 
QuestionRead/Write Dmi Pool Area - Bios Pin
honae21-Feb-06 9:49
honae21-Feb-06 9:49 
AnswerRe: Read/Write Dmi Pool Area - Bios Pin
George L. Jackson21-Feb-06 13:26
George L. Jackson21-Feb-06 13:26 
QuestionSMBIOS - DMI Pin
honae21-Feb-06 8:45
honae21-Feb-06 8:45 
AnswerRe: SMBIOS - DMI Pin
George L. Jackson21-Feb-06 13:29
George L. Jackson21-Feb-06 13:29 
QuestionDMI Development Pin
honae21-Feb-06 7:36
honae21-Feb-06 7:36 
AnswerRe: DMI Development Pin
George L. Jackson21-Feb-06 13:31
George L. Jackson21-Feb-06 13:31 
QuestionVisibility of variables of type enumeration in Vc++ .net Pin
bejijou20-Feb-06 21:13
bejijou20-Feb-06 21:13 
Hi,
I imported in my VC++ .Net solution a c source code (for example "MyFile.c" & "MyFile.h"),
"MyFile.h" contains declarations of my types, external declation of my variables and funcitions,

I include "MyFile.h" in "Form1.h" witch is the header file of my design form.

//"MyFile.h"<br />
typedef enum<br />
{<br />
  Lundi = 0,<br />
  Mardi,<br />
  Mercredi,<br />
  Jeudi<br />
<br />
}tenuTest;


extern tenuTest enuTest;

//"MyFile.c"<br />
void vidTestAcces(void)<br />
{<br />
  enuTest = Lundi; //It takes no effect,<br />
}


The probleme is : the variable of type enumeration are not accessible and not visible.

Question : Shall I modify in project properties to adapt my imported c files? What modification shall I do?

Thank you.
AnswerRe: Visibility of variables of type enumeration in Vc++ .net Pin
George L. Jackson21-Feb-06 13:34
George L. Jackson21-Feb-06 13:34 
Questionprint current screen in c++ Pin
manish_27184520-Feb-06 17:22
manish_27184520-Feb-06 17:22 
AnswerRe: print current screen in c++ Pin
George L. Jackson21-Feb-06 13:36
George L. Jackson21-Feb-06 13:36 
QuestionPrinting using printdialog / printDocument HELP needed! Pin
ArianN20-Feb-06 15:36
ArianN20-Feb-06 15:36 
QuestionAuthentication Daemon in C/C++ Pin
Blessed_2320-Feb-06 12:07
Blessed_2320-Feb-06 12:07 
QuestionCreating a simple multi threaded server.. Pin
maluguy20-Feb-06 7:15
maluguy20-Feb-06 7:15 
Questionstruct problem Pin
super_pointer19-Feb-06 3:48
super_pointer19-Feb-06 3:48 
AnswerRe: struct problem Pin
George L. Jackson19-Feb-06 6:11
George L. Jackson19-Feb-06 6:11 
AnswerRe: struct problem Pin
George L. Jackson19-Feb-06 7:33
George L. Jackson19-Feb-06 7:33 
QuestionMessage Only Window Error Pin
Peter Charlesworth19-Feb-06 2:57
Peter Charlesworth19-Feb-06 2:57 
AnswerRe: Message Only Window Error Pin
Peter Charlesworth19-Feb-06 2:59
Peter Charlesworth19-Feb-06 2:59 
AnswerRe: Message Only Window Error Pin
mbue19-Feb-06 12:18
mbue19-Feb-06 12:18 
GeneralRe: Message Only Window Error Pin
Peter Charlesworth20-Feb-06 6:47
Peter Charlesworth20-Feb-06 6:47 
QuestionPrint Combinations Pin
RockyJames18-Feb-06 9:48
RockyJames18-Feb-06 9:48 
AnswerRe: Print Combinations Pin
Michael Dunn18-Feb-06 11:18
sitebuilderMichael Dunn18-Feb-06 11:18 
AnswerRe: Print Combinations Pin
willbetter22-Feb-06 15:39
willbetter22-Feb-06 15:39 
Questionsrand( ) function Pin
chrizpl17-Feb-06 23:10
chrizpl17-Feb-06 23:10 

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.