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

Managed C++/CLI

 
Questionalternate code for cp command Pin
vinod_kumar23313-Sep-06 1:40
vinod_kumar23313-Sep-06 1:40 
AnswerRe: alternate code for cp command Pin
Christian Graus14-Sep-06 19:35
protectorChristian Graus14-Sep-06 19:35 
GeneralRe: alternate code for cp command Pin
vinod_kumar23314-Sep-06 21:44
vinod_kumar23314-Sep-06 21:44 
GeneralRe: alternate code for cp command Pin
Christian Graus14-Sep-06 22:20
protectorChristian Graus14-Sep-06 22:20 
QuestionGlobal hook for system menu events Pin
Harshabhi12-Sep-06 15:22
Harshabhi12-Sep-06 15:22 
QuestionStatus window in DLL Pin
mparent12-Sep-06 11:45
mparent12-Sep-06 11:45 
Questionlistview and columns Pin
aguest12-Sep-06 11:26
aguest12-Sep-06 11:26 
QuestionReferenced namespace in another project not linking Pin
Klempie12-Sep-06 2:49
Klempie12-Sep-06 2:49 
Ok. In VC++.Net 05, I've compiled a dll containing a namespace from one project in the solution. I'm now trying to use that namespace in another project but it is throwing up linking errors for the object it's compiled for the 2nd project. I have added the dll to the References in the Project Properties but nothing. If I say

> using namespace DllData

the compiler says that DllClass (in the dll) is not a member of DllNamespace. This makes sense as Intellisense is not picking up DllNamespace in the first place. I've tried including the headers for the dll source from the 1st project (which seems a bit counterproductive to me), which helps compiling the object code but then crashes the linker when it can't find the object code for the dll!

I know I'm doing something stupid or not doing something obvious. Please help!
QuestionMaking a dot net wrapper [modified] Pin
User 58385211-Sep-06 15:25
User 58385211-Sep-06 15:25 
AnswerRe: Making a dot net wrapper Pin
User 58385211-Sep-06 19:50
User 58385211-Sep-06 19:50 
QuestionTree View Control Pin
LakshmiPathiRao10-Sep-06 21:52
LakshmiPathiRao10-Sep-06 21:52 
AnswerRe: Tree View Control Pin
shezh12-Sep-06 5:25
shezh12-Sep-06 5:25 
QuestionStrange template behaviour? [modified] Pin
Zigenstein10-Sep-06 19:59
Zigenstein10-Sep-06 19:59 
AnswerRe: Strange template behaviour? [modified] Pin
George L. Jackson13-Sep-06 15:36
George L. Jackson13-Sep-06 15:36 
Questionstrange behaviour!!!!!!!!! Pin
hadez80310-Sep-06 13:02
hadez80310-Sep-06 13:02 
AnswerRe: strange behaviour!!!!!!!!! Pin
bob1697210-Sep-06 14:20
bob1697210-Sep-06 14:20 
Questiontic-tac-toe Pin
SwatiPathania10-Sep-06 5:50
SwatiPathania10-Sep-06 5:50 
AnswerRe: tic-tac-toe Pin
toxcct10-Sep-06 6:47
toxcct10-Sep-06 6:47 
QuestionHow can I make an editor, using C++? Pin
SwatiPathania10-Sep-06 5:49
SwatiPathania10-Sep-06 5:49 
QuestionSeeking hands Pin
kcynic8-Sep-06 21:40
kcynic8-Sep-06 21:40 
AnswerRe: Seeking hands Pin
toxcct10-Sep-06 6:50
toxcct10-Sep-06 6:50 
QuestionVC++ Express and GTK+ Pin
delphidab8-Sep-06 14:21
delphidab8-Sep-06 14:21 
QuestionReturn value from a function Pin
ankit_cse8-Sep-06 11:33
ankit_cse8-Sep-06 11:33 
AnswerRe: Return value from a function Pin
Jun Du9-Sep-06 5:07
Jun Du9-Sep-06 5:07 
GeneralRe: Return value from a function Pin
ankit_cse10-Sep-06 15:37
ankit_cse10-Sep-06 15: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.