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

Managed C++/CLI

 
AnswerRe: Dijkstra's Algorithm Implementation Pin
Nish Nishant12-Dec-05 4:54
sitebuilderNish Nishant12-Dec-05 4:54 
QuestionHow to give Focus in form using DLL inside other DLL Pin
horacyjr12-Dec-05 1:24
horacyjr12-Dec-05 1:24 
AnswerRe: How to give Focus in form using DLL inside other DLL Pin
Nish Nishant12-Dec-05 4:51
sitebuilderNish Nishant12-Dec-05 4:51 
Questionplease tell me...how can.... Pin
wilusili11-Dec-05 17:50
wilusili11-Dec-05 17:50 
AnswerRe: please tell me...how can.... Pin
Christian Graus11-Dec-05 18:13
protectorChristian Graus11-Dec-05 18:13 
Question:doh: Add reference to dll assembly Pin
devinzhang11-Dec-05 10:31
devinzhang11-Dec-05 10:31 
AnswerRe: :doh: Add reference to dll assembly Pin
Christian Graus11-Dec-05 12:35
protectorChristian Graus11-Dec-05 12:35 
GeneralRe: :doh: Add reference to dll assembly Pin
devinzhang11-Dec-05 16:28
devinzhang11-Dec-05 16:28 
Thank you Christian for the reply Smile | :) ,

1. I doubt it, seeing as .NET generally forces OO ( does not allow anything global ).
But does that mean if I have the global functions or variables in my source file the generated dll won't actaully contain the information about global functions or variables? or even if the dll contains the information of global functions or variables, I still cannot retrieve it?
What could be the best solution? I have a project mixing of lots of global functions and classes. I need to export several global functions. I want to use them in .Net way by just adding reference instead of using Dllimport in the application.



1. I don't believe that is correct. The intellisense often finds stuff even if you've failed to scope it with using statements or explicit use of namespaces.

I see. Sorry for missing the words after #using in my previous post. I mean #using Cards.dll on the top is not necessary if you already have it added in reference. #using namespace is always necessary and I did use it in my code.
I can see the global functions I declared in the object browser of the project but not in the created dll that I added as reference.
Also, as you can see I declared somethingnew in the namespace Cards, but I cannot see it in the created DLL, did I do something wrong?D'Oh! | :doh:

Devin


GeneralRe: :doh: Add reference to dll assembly Pin
Christian Graus11-Dec-05 16:52
protectorChristian Graus11-Dec-05 16:52 
GeneralRe: :doh: Add reference to dll assembly Pin
barry12312-Dec-05 2:25
barry12312-Dec-05 2:25 
GeneralMy Problem is resolved Pin
devinzhang12-Dec-05 8:09
devinzhang12-Dec-05 8:09 
QuestionLPCTSTR problem Pin
Xeronith10-Dec-05 19:10
Xeronith10-Dec-05 19:10 
AnswerRe: LPCTSTR problem Pin
Nemanja Trifunovic11-Dec-05 3:05
Nemanja Trifunovic11-Dec-05 3:05 
AnswerRe: LPCTSTR problem Pin
Jörgen Sigvardsson11-Dec-05 12:52
Jörgen Sigvardsson11-Dec-05 12:52 
Questionservices in Windows Server 2003 OS Pin
Thomas_Mathews8-Dec-05 23:30
Thomas_Mathews8-Dec-05 23:30 
AnswerRe: services in Windows Server 2003 OS Pin
Sheng Jiang 蒋晟11-Dec-05 11:03
Sheng Jiang 蒋晟11-Dec-05 11:03 
GeneralRe: services in Windows Server 2003 OS Pin
Thomas_Mathews11-Dec-05 18:44
Thomas_Mathews11-Dec-05 18:44 
GeneralRe: services in Windows Server 2003 OS Pin
Thomas_Mathews11-Dec-05 19:34
Thomas_Mathews11-Dec-05 19:34 
QuestionHalting execution until a button is clicked Pin
Simon Cornish8-Dec-05 6:33
Simon Cornish8-Dec-05 6:33 
AnswerRe: Halting execution until a button is clicked Pin
Saksida Bojan8-Dec-05 19:52
Saksida Bojan8-Dec-05 19:52 
GeneralRe: Halting execution until a button is clicked Pin
Simon Cornish8-Dec-05 21:21
Simon Cornish8-Dec-05 21:21 
Questionlinking assembly dll to project Pin
9ine7-Dec-05 3:46
9ine7-Dec-05 3:46 
AnswerRe: linking assembly dll to project Pin
Nish Nishant7-Dec-05 4:03
sitebuilderNish Nishant7-Dec-05 4:03 
GeneralRe: linking assembly dll to project Pin
9ine7-Dec-05 5:24
9ine7-Dec-05 5:24 
GeneralRe: linking assembly dll to project Pin
Nish Nishant7-Dec-05 7:12
sitebuilderNish Nishant7-Dec-05 7:12 

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.