Click here to Skip to main content
16,005,058 members
Home / Discussions / C#
   

C#

 
Questionhow to determine that .NetFrameWork has been installed or not ? Pin
hdv21221-Jun-07 6:40
hdv21221-Jun-07 6:40 
AnswerRe: how to determine that .NetFrameWork has been installed or not ? Pin
Luc Pattyn21-Jun-07 6:48
sitebuilderLuc Pattyn21-Jun-07 6:48 
AnswerRe: how to determine that .NetFrameWork has been installed or not ? Pin
mav.northwind21-Jun-07 9:07
mav.northwind21-Jun-07 9:07 
AnswerRe: how to determine that .NetFrameWork has been installed or not ? Pin
Stu Richardson21-Jun-07 22:29
Stu Richardson21-Jun-07 22:29 
QuestionAccessing classes/functions in .dll added as reference Pin
lechium12121-Jun-07 6:27
lechium12121-Jun-07 6:27 
AnswerRe: Accessing classes/functions in .dll added as reference Pin
Luc Pattyn21-Jun-07 6:38
sitebuilderLuc Pattyn21-Jun-07 6:38 
GeneralRe: Accessing classes/functions in .dll added as reference Pin
lechium12121-Jun-07 6:45
lechium12121-Jun-07 6:45 
GeneralRe: Accessing classes/functions in .dll added as reference Pin
Luc Pattyn21-Jun-07 7:15
sitebuilderLuc Pattyn21-Jun-07 7:15 
I dont know for C++, but this is how it works in C#:

assuming you have added to your project a reference to the new DLL,
you can access the types (classes, structs, enums) in the new DLL exactly
as if they were in your own exe, i.e. you use the class name if it resides in the same
namespace, and namespace.classname otherwise.

Smile | :)


GeneralC++ specific help needed Pin
lechium12121-Jun-07 7:31
lechium12121-Jun-07 7:31 
GeneralRe: C++ specific help needed Pin
Luc Pattyn21-Jun-07 7:59
sitebuilderLuc Pattyn21-Jun-07 7:59 
AnswerRe: Accessing classes/functions in .dll added as reference Pin
Dan Neely21-Jun-07 7:56
Dan Neely21-Jun-07 7:56 
Question.pdb Files Pin
Brendan Vogt21-Jun-07 6:04
Brendan Vogt21-Jun-07 6:04 
AnswerRe: .pdb Files Pin
originSH21-Jun-07 6:06
originSH21-Jun-07 6:06 
AnswerRe: .pdb Files Pin
Tarakeshwar Reddy21-Jun-07 6:07
professionalTarakeshwar Reddy21-Jun-07 6:07 
QuestionMessagepump freezes Pin
Bekjong21-Jun-07 5:05
Bekjong21-Jun-07 5:05 
QuestionWrite wizard in my project using Panel - Question Pin
Yanshof21-Jun-07 4:56
Yanshof21-Jun-07 4:56 
AnswerPlease - Someone can help me with this ? Pin
Yanshof21-Jun-07 18:00
Yanshof21-Jun-07 18:00 
Questionstruct and const Pin
lune1221-Jun-07 4:33
lune1221-Jun-07 4:33 
AnswerRe: struct and const Pin
Colin Angus Mackay21-Jun-07 4:37
Colin Angus Mackay21-Jun-07 4:37 
GeneralRe: struct and const Pin
lune1221-Jun-07 5:01
lune1221-Jun-07 5:01 
GeneralRe: struct and const Pin
Colin Angus Mackay21-Jun-07 8:05
Colin Angus Mackay21-Jun-07 8:05 
AnswerRe: struct and const Pin
Luc Pattyn21-Jun-07 5:08
sitebuilderLuc Pattyn21-Jun-07 5:08 
AnswerRe: struct and const Pin
PIEBALDconsult21-Jun-07 9:05
mvePIEBALDconsult21-Jun-07 9:05 
JokeRe: struct and const Pin
Luc Pattyn21-Jun-07 10:41
sitebuilderLuc Pattyn21-Jun-07 10:41 
GeneralRe: struct and const Pin
PIEBALDconsult21-Jun-07 11:00
mvePIEBALDconsult21-Jun-07 11:00 

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.