Click here to Skip to main content
15,925,133 members
Home / Discussions / C#
   

C#

 
GeneralRe: don't worry, .NET is fine. Programmer is math ignorant Pin
PIEBALDconsult12-Nov-09 6:37
mvePIEBALDconsult12-Nov-09 6:37 
GeneralRe: don't worry, .NET is fine. Programmer is math ignorant Pin
Shameel12-Nov-09 6:17
professionalShameel12-Nov-09 6:17 
GeneralRe: don't worry, .NET is fine. Programmer is math ignorant Pin
Luc Pattyn12-Nov-09 6:22
sitebuilderLuc Pattyn12-Nov-09 6:22 
GeneralRe: don't worry, .NET is fine. Programmer is math ignorant Pin
Xmen Real 12-Nov-09 14:44
professional Xmen Real 12-Nov-09 14:44 
GeneralRe: don't worry, .NET is fine. Programmer is math ignorant Pin
Luc Pattyn12-Nov-09 15:12
sitebuilderLuc Pattyn12-Nov-09 15:12 
GeneralRe: don't worry, .NET is fine. Programmer is math ignorant Pin
Xmen Real 12-Nov-09 15:18
professional Xmen Real 12-Nov-09 15:18 
AnswerRe: .Net gone crazy Pin
PIEBALDconsult12-Nov-09 6:40
mvePIEBALDconsult12-Nov-09 6:40 
GeneralRe: .Net gone crazy Pin
Luc Pattyn12-Nov-09 6:47
sitebuilderLuc Pattyn12-Nov-09 6:47 
Hold your horses.

In a few days/weeks/years, when the app starts dealing with really large files, with sizes that exceed Int32.MaxValue, the size variables will need to be Int64 all the way, and the PB cannot handle those anyway.

FWIW: what I tend to do is turn file sizes into kilobytes and ints, which "limits" them to 2TB (which is much larger than my largest partition).

Smile | :)

Luc Pattyn

I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages


GeneralRe: .Net gone crazy Pin
PIEBALDconsult12-Nov-09 6:58
mvePIEBALDconsult12-Nov-09 6:58 
QuestionHelp me with .resx saving string Pin
KuHS12-Nov-09 3:45
KuHS12-Nov-09 3:45 
AnswerRe: Help me with .resx saving string Pin
Shameel12-Nov-09 6:20
professionalShameel12-Nov-09 6:20 
GeneralText Changed Event Pin
Rudy Steinhoff12-Nov-09 3:05
Rudy Steinhoff12-Nov-09 3:05 
GeneralRe: Text Changed Event Pin
Not Active12-Nov-09 3:23
mentorNot Active12-Nov-09 3:23 
GeneralRe: Text Changed Event Pin
Rudy Steinhoff12-Nov-09 3:30
Rudy Steinhoff12-Nov-09 3:30 
GeneralRe: Text Changed Event Pin
Covean12-Nov-09 4:11
Covean12-Nov-09 4:11 
GeneralRe: Text Changed Event Pin
Pete O'Hanlon12-Nov-09 4:41
mvePete O'Hanlon12-Nov-09 4:41 
GeneralRe: Text Changed Event Pin
Covean12-Nov-09 4:45
Covean12-Nov-09 4:45 
GeneralRe: Text Changed Event Pin
Not Active12-Nov-09 5:23
mentorNot Active12-Nov-09 5:23 
GeneralRe: Text Changed Event Pin
Not Active12-Nov-09 5:28
mentorNot Active12-Nov-09 5:28 
GeneralRe: Text Changed Event Pin
Covean12-Nov-09 22:13
Covean12-Nov-09 22:13 
GeneralRe: Text Changed Event Pin
Not Active13-Nov-09 1:55
mentorNot Active13-Nov-09 1:55 
GeneralRe: Text Changed Event Pin
Covean13-Nov-09 2:37
Covean13-Nov-09 2:37 
QuestionSetting DirectShow Filter properties for non DMO filter in code (no GUI). Pin
RobstaHendricks12-Nov-09 2:40
RobstaHendricks12-Nov-09 2:40 
AnswerRe: Setting DirectShow Filter properties for non DMO filter in code (no GUI). Pin
Eduard Keilholz12-Nov-09 4:30
Eduard Keilholz12-Nov-09 4:30 
GeneralRe: Setting DirectShow Filter properties for non DMO filter in code (no GUI). Pin
RobstaHendricks12-Nov-09 4:59
RobstaHendricks12-Nov-09 4:59 

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.