Click here to Skip to main content
16,016,477 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: System::DateTime HELP Please Pin
Saber00130-Mar-06 2:31
Saber00130-Mar-06 2:31 
AnswerRe: System::DateTime HELP Please Pin
George L. Jackson29-Mar-06 17:15
George L. Jackson29-Mar-06 17:15 
QuestionAbout delete in Managed C++ Pin
Bob_Sun28-Mar-06 18:34
Bob_Sun28-Mar-06 18:34 
AnswerRe: About delete in Managed C++ Pin
George L. Jackson29-Mar-06 17:21
George L. Jackson29-Mar-06 17:21 
QuestionSimple question about header files Pin
Virtek27-Mar-06 8:49
Virtek27-Mar-06 8:49 
AnswerCorrection Pin
Virtek27-Mar-06 8:51
Virtek27-Mar-06 8:51 
GeneralRe: Correction Pin
mcljava27-Mar-06 9:58
mcljava27-Mar-06 9:58 
AnswerRe: Simple question about header files Pin
2bee 27-Mar-06 9:48
2bee 27-Mar-06 9:48 
Hi Virtek,

cross including seems kinda up to date problem. I would suggest that you add #pragma once to both of your header files.

#pragma once

"Specifies that the file will be included (opened) only once by the compiler when compiling a source code file."

Furthermore those two threads might be interesting to you as well.

http://www.codeproject.com/script/comments/forums.asp?msg=1401063&forumid=3785#xx1401063xx

http://www.codeproject.com/script/comments/forums.asp?msg=1422933&forumid=3785#xx1422933xx


regards Tobias


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 
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 

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.