Click here to Skip to main content
15,910,471 members
Home / Discussions / C#
   

C#

 
AnswerRe: SharpPcap new version SharpPcap-2.2.0rc1.src Pin
Rajesh R Subramanian13-Dec-09 20:24
professionalRajesh R Subramanian13-Dec-09 20:24 
GeneralRe: SharpPcap new version SharpPcap-2.2.0rc1.src Pin
Richard MacCutchan13-Dec-09 22:52
mveRichard MacCutchan13-Dec-09 22:52 
AnswerRe: SharpPcap new version SharpPcap-2.2.0rc1.src Pin
Migounette13-Dec-09 12:07
Migounette13-Dec-09 12:07 
QuestionCan I compile only some line of code? Pin
CoderForEver13-Dec-09 0:10
CoderForEver13-Dec-09 0:10 
AnswerRe: Can I compile only some line of code? Pin
dan!sh 13-Dec-09 0:39
professional dan!sh 13-Dec-09 0:39 
GeneralRe: Can I compile only some line of code? Pin
CoderForEver13-Dec-09 1:09
CoderForEver13-Dec-09 1:09 
GeneralRe: Can I compile only some line of code? Pin
dan!sh 13-Dec-09 1:22
professional dan!sh 13-Dec-09 1:22 
AnswerRe: Can I compile only some line of code? Pin
Eddy Vluggen13-Dec-09 1:24
professionalEddy Vluggen13-Dec-09 1:24 
CoderForEver wrote:
I was making a POS Software ... and it realy huge size ..


A single executable? How large is "huge"? Are we talking more than 10 Mb?


CoderForEver wrote:
So I was hoping if there is a way to just compile the modified line of code and then to run it ..


Sounds like you want to divide your project into different subprojects. Try and move some of your code to an assembly that can be loaded during runtime. That way you only need to (re)compile the assembly that you're working on, as opposed to the entire codebase.

I are Troll Suspicious | :suss:

GeneralRe: Can I compile only some line of code? Pin
CoderForEver13-Dec-09 16:08
CoderForEver13-Dec-09 16:08 
GeneralRe: Can I compile only some line of code? Pin
Eddy Vluggen13-Dec-09 23:45
professionalEddy Vluggen13-Dec-09 23:45 
AnswerRe: Can I compile only some line of code? Pin
#realJSOP13-Dec-09 3:38
professional#realJSOP13-Dec-09 3:38 
AnswerRe: Can I compile only some line of code? Pin
vtchris-peterson13-Dec-09 3:59
vtchris-peterson13-Dec-09 3:59 
AnswerRe: Can I compile only some line of code? Pin
PIEBALDconsult13-Dec-09 4:25
mvePIEBALDconsult13-Dec-09 4:25 
AnswerRe: Can I compile only some line of code? Pin
CoderForEver13-Dec-09 16:14
CoderForEver13-Dec-09 16:14 
Questionwindows mobile 5.0, Pin
nuttynibbles12-Dec-09 23:32
nuttynibbles12-Dec-09 23:32 
AnswerRe: windows mobile 5.0, Pin
MumbleB13-Dec-09 1:53
MumbleB13-Dec-09 1:53 
Questionpassing data from child form to parent Pin
tasumisra12-Dec-09 18:10
tasumisra12-Dec-09 18:10 
AnswerRe: passing data from child form to parent Pin
dan!sh 12-Dec-09 18:56
professional dan!sh 12-Dec-09 18:56 
GeneralRe: passing data from child form to parent Pin
tasumisra12-Dec-09 19:38
tasumisra12-Dec-09 19:38 
GeneralRe: passing data from child form to parent Pin
dan!sh 12-Dec-09 21:15
professional dan!sh 12-Dec-09 21:15 
GeneralRe: passing data from child form to parent Pin
OriginalGriff12-Dec-09 22:20
mveOriginalGriff12-Dec-09 22:20 
GeneralRe: passing data from child form to parent Pin
dan!sh 13-Dec-09 0:05
professional dan!sh 13-Dec-09 0:05 
GeneralRe: passing data from child form to parent Pin
tasumisra13-Dec-09 2:47
tasumisra13-Dec-09 2:47 
GeneralRe: passing data from child form to parent Pin
OriginalGriff13-Dec-09 2:52
mveOriginalGriff13-Dec-09 2:52 
GeneralRe: passing data from child form to parent Pin
DaveyM6913-Dec-09 4:10
professionalDaveyM6913-Dec-09 4:10 

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.