Click here to Skip to main content
15,887,214 members
Home / Discussions / C#
   

C#

 
AnswerRe: How can i add A Linklable by calling a function in a class? Pin
Pete O'Hanlon27-Apr-11 14:49
mvePete O'Hanlon27-Apr-11 14:49 
QuestionRe: How can i add A Linklable by calling a function in a class? Pin
Arunkumar.Koloth27-Apr-11 18:02
Arunkumar.Koloth27-Apr-11 18:02 
AnswerRe: How can i add A Linklable by calling a function in a class? Pin
Pete O'Hanlon27-Apr-11 20:35
mvePete O'Hanlon27-Apr-11 20:35 
GeneralRe: How can i add A Linklable by calling a function in a class? Pin
Arunkumar.Koloth28-Apr-11 1:57
Arunkumar.Koloth28-Apr-11 1:57 
GeneralRe: How can i add A Linklable by calling a function in a class? Pin
Pete O'Hanlon28-Apr-11 3:16
mvePete O'Hanlon28-Apr-11 3:16 
QuestionCompiling a project in a "smart" way? Pin
Dr.Unreal27-Apr-11 7:35
Dr.Unreal27-Apr-11 7:35 
AnswerRe: Compiling a project in a "smart" way? Pin
AspDotNetDev27-Apr-11 7:43
protectorAspDotNetDev27-Apr-11 7:43 
AnswerRe: Compiling a project in a "smart" way? Pin
Dave Kreskowiak27-Apr-11 7:45
mveDave Kreskowiak27-Apr-11 7:45 
Your post doesn't make any sense, but a single project can compile only to a single type of output. You cannot compile a class library into both a .DLL and .EXE output. You can only do one at a time.

Now, it is possible to add a second project that will use the .DLL project as a reference and can be saved to the same folder as the .DLL project. Then you can compile the entire solution (both projects) and get both the .DLL and .EXE outputs.

This is a bit of a paint to configure and maintain so I'm wondering what the motivation is behind this?

AnswerRe: Compiling a project in a "smart" way? Pin
Dr.Unreal27-Apr-11 7:48
Dr.Unreal27-Apr-11 7:48 
GeneralRe: Compiling a project in a "smart" way? Pin
OriginalGriff27-Apr-11 8:23
mveOriginalGriff27-Apr-11 8:23 
GeneralRe: Compiling a project in a "smart" way? Pin
Dr.Unreal27-Apr-11 8:27
Dr.Unreal27-Apr-11 8:27 
GeneralRe: Compiling a project in a "smart" way? Pin
OriginalGriff27-Apr-11 8:31
mveOriginalGriff27-Apr-11 8:31 
GeneralRe: Compiling a project in a "smart" way? Pin
walterhevedeich27-Apr-11 17:02
professionalwalterhevedeich27-Apr-11 17:02 
Questionconverting to int Pin
jojoba201127-Apr-11 4:46
jojoba201127-Apr-11 4:46 
AnswerRe: converting to int Pin
dan!sh 27-Apr-11 5:10
professional dan!sh 27-Apr-11 5:10 
AnswerRe: converting to int Pin
Luc Pattyn27-Apr-11 5:16
sitebuilderLuc Pattyn27-Apr-11 5:16 
GeneralRe: converting to int Pin
AspDotNetDev27-Apr-11 7:34
protectorAspDotNetDev27-Apr-11 7:34 
GeneralRe: converting to int Pin
AspDotNetDev27-Apr-11 7:37
protectorAspDotNetDev27-Apr-11 7:37 
AnswerRe: converting to int Pin
Luc Pattyn27-Apr-11 14:47
sitebuilderLuc Pattyn27-Apr-11 14:47 
AnswerRe: converting to int Pin
jojoba201127-Apr-11 5:32
jojoba201127-Apr-11 5:32 
GeneralRe: converting to int Pin
Luc Pattyn27-Apr-11 6:43
sitebuilderLuc Pattyn27-Apr-11 6:43 
AnswerRe: converting to int Pin
Nagy Vilmos27-Apr-11 5:50
professionalNagy Vilmos27-Apr-11 5:50 
AnswerRe: converting to int Pin
jojoba201127-Apr-11 6:36
jojoba201127-Apr-11 6:36 
GeneralRe: converting to int Pin
Richard MacCutchan27-Apr-11 6:56
mveRichard MacCutchan27-Apr-11 6:56 
AnswerRe: converting to int Pin
jojoba201127-Apr-11 7:34
jojoba201127-Apr-11 7:34 

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.