Click here to Skip to main content
15,907,329 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Visual Studio running low on memory Pin
Cornelius Henning17-Jan-16 10:57
professionalCornelius Henning17-Jan-16 10:57 
GeneralRe: Visual Studio running low on memory Pin
TheGreatAndPowerfulOz17-Jan-16 8:48
TheGreatAndPowerfulOz17-Jan-16 8:48 
GeneralRe: Visual Studio running low on memory Pin
harold aptroot17-Jan-16 8:53
harold aptroot17-Jan-16 8:53 
GeneralRe: Visual Studio running low on memory Pin
TheGreatAndPowerfulOz17-Jan-16 11:03
TheGreatAndPowerfulOz17-Jan-16 11:03 
GeneralRe: Visual Studio running low on memory Pin
Jörgen Andersson17-Jan-16 10:13
professionalJörgen Andersson17-Jan-16 10:13 
GeneralRe: Visual Studio running low on memory Pin
harold aptroot17-Jan-16 10:19
harold aptroot17-Jan-16 10:19 
GeneralRe: Visual Studio running low on memory Pin
Jörgen Andersson17-Jan-16 10:42
professionalJörgen Andersson17-Jan-16 10:42 
GeneralRe: Visual Studio running low on memory Pin
Dan Neely18-Jan-16 3:22
Dan Neely18-Jan-16 3:22 
harold aptroot wrote:
Maybe it assumes pointers are positive.



Generally the other way around. Something like this bricks if points are allowed to go above the 2GB limit.

C++
// returns a pointer to a Foo object on success, or a negative value on error.  Error codes are:
// -1 on failure to frobinate, -2 if the moon is full, -3 if the tide is going out..
int* GetFooPtr(/* params */)
{

}


Initially MS tried making /3gb work on all apps on 32bit OSes and allowing 4gb for 32bit apps on 64bit OSes; but crap code like the above vomited all over the place enough times that they quickly had to backtrack and make it per app opt in. Cry | :((
Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason?
Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful?
--Zachris Topelius

Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies.
-- Sarah Hoyt

GeneralRe: Visual Studio running low on memory Pin
harold aptroot18-Jan-16 3:39
harold aptroot18-Jan-16 3:39 
GeneralRe: Visual Studio running low on memory Pin
KarstenK17-Jan-16 7:01
mveKarstenK17-Jan-16 7:01 
GeneralRe: Visual Studio running low on memory Pin
PIEBALDconsult17-Jan-16 7:03
mvePIEBALDconsult17-Jan-16 7:03 
GeneralRe: Visual Studio running low on memory Pin
Slacker00717-Jan-16 8:23
professionalSlacker00717-Jan-16 8:23 
GeneralRe: Visual Studio running low on memory Pin
TheGreatAndPowerfulOz17-Jan-16 8:47
TheGreatAndPowerfulOz17-Jan-16 8:47 
GeneralRe: Visual Studio running low on memory Pin
Cornelius Henning17-Jan-16 9:05
professionalCornelius Henning17-Jan-16 9:05 
NewsGamer writes BASIC interpreter with Minecraft Pin
Nish Nishant17-Jan-16 4:26
sitebuilderNish Nishant17-Jan-16 4:26 
GeneralRe: Gamer writes BASIC interpreter with Minecraft Pin
Kornfeld Eliyahu Peter17-Jan-16 6:02
professionalKornfeld Eliyahu Peter17-Jan-16 6:02 
GeneralRe: Gamer writes BASIC interpreter with Minecraft Pin
Nish Nishant17-Jan-16 6:05
sitebuilderNish Nishant17-Jan-16 6:05 
GeneralRe: Gamer writes BASIC interpreter with Minecraft Pin
raddevus17-Jan-16 6:08
mvaraddevus17-Jan-16 6:08 
GeneralRe: Gamer writes BASIC interpreter with Minecraft Pin
H.Brydon18-Jan-16 14:02
professionalH.Brydon18-Jan-16 14:02 
GeneralRe: Gamer writes BASIC interpreter with Minecraft Pin
Sascha Lefèvre17-Jan-16 6:22
professionalSascha Lefèvre17-Jan-16 6:22 
GeneralRe: Gamer writes BASIC interpreter with Minecraft Pin
Brisingr Aerowing17-Jan-16 7:11
professionalBrisingr Aerowing17-Jan-16 7:11 
GeneralRe: Gamer writes BASIC interpreter with Minecraft Pin
Nish Nishant17-Jan-16 7:57
sitebuilderNish Nishant17-Jan-16 7:57 
GeneralRe: Gamer writes BASIC interpreter with Minecraft Pin
908236517-Jan-16 7:35
908236517-Jan-16 7:35 
GeneralRe: Gamer writes BASIC interpreter with Minecraft Pin
PIEBALDconsult17-Jan-16 9:36
mvePIEBALDconsult17-Jan-16 9:36 
GeneralRe: Gamer writes BASIC interpreter with Minecraft Pin
Kevin Marois18-Jan-16 7:00
professionalKevin Marois18-Jan-16 7: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.