Click here to Skip to main content
15,900,110 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralJava Executable in C++ Pin
cberam12-Apr-05 2:15
cberam12-Apr-05 2:15 
GeneralRe: Java Executable in C++ Pin
CP Visitor12-Apr-05 4:38
CP Visitor12-Apr-05 4:38 
GeneralSize of an executable Pin
Vinaya12-Apr-05 1:54
Vinaya12-Apr-05 1:54 
GeneralRe: Size of an executable Pin
Joel Holdsworth12-Apr-05 2:02
Joel Holdsworth12-Apr-05 2:02 
GeneralRe: Size of an executable Pin
Mike Dimmick12-Apr-05 2:28
Mike Dimmick12-Apr-05 2:28 
GeneralRe: Size of an executable Pin
Maximilien12-Apr-05 2:37
Maximilien12-Apr-05 2:37 
GeneralRe: Size of an executable Pin
Nitron12-Apr-05 3:38
Nitron12-Apr-05 3:38 
GeneralRe: Size of an executable Pin
Bob Stanneveld12-Apr-05 3:56
Bob Stanneveld12-Apr-05 3:56 
Hello,

If the exact size of the executable is more than 2GB the problem can be that windows has not enough adress space left to create a heap and / or a stack. I don't know if the linker will complain about having not enough adress space left...

But honestly, what were you thinking when you made that 1.5GB jumbo executable 500MB bigger? Like other people mentioned, you should try and put some of those MB's in a separate file.

I also got the blogging virus..[^]
GeneralRe: Size of an executable Pin
Vini Deep12-Apr-05 18:14
Vini Deep12-Apr-05 18:14 
GeneralRe: Size of an executable Pin
Rahim Rattani12-Apr-05 21:05
Rahim Rattani12-Apr-05 21:05 
GeneralRe: Size of an executable Pin
Vinaya12-Apr-05 21:27
Vinaya12-Apr-05 21:27 
GeneralProblem with CListCtrl Pin
Neeranjan12-Apr-05 1:47
Neeranjan12-Apr-05 1:47 
GeneralHttpURLConnection Pin
cberam12-Apr-05 1:17
cberam12-Apr-05 1:17 
GeneralRe: HttpURLConnection Pin
ThatsAlok12-Apr-05 2:46
ThatsAlok12-Apr-05 2:46 
GeneralLogging output of ActiveX Pin
Member 147966912-Apr-05 0:25
Member 147966912-Apr-05 0:25 
GeneralOperator new and delete mechanism! Pin
HoDuc12-Apr-05 0:15
HoDuc12-Apr-05 0:15 
GeneralRe: Operator new and delete mechanism! Pin
Cedric Moonen12-Apr-05 0:25
Cedric Moonen12-Apr-05 0:25 
GeneralRe: Operator new and delete mechanism! Pin
Cedric Moonen12-Apr-05 1:17
Cedric Moonen12-Apr-05 1:17 
GeneralRe: Operator new and delete mechanism! Pin
toxcct12-Apr-05 0:32
toxcct12-Apr-05 0:32 
GeneralRe: Operator new and delete mechanism! Pin
sunit512-Apr-05 2:54
sunit512-Apr-05 2:54 
GeneralRe: Operator new and delete mechanism! Pin
Cedric Moonen12-Apr-05 3:06
Cedric Moonen12-Apr-05 3:06 
GeneralRe: Operator new and delete mechanism! Pin
S. Senthil Kumar12-Apr-05 5:55
S. Senthil Kumar12-Apr-05 5:55 
GeneralRe: Operator new and delete mechanism! Pin
Rick York12-Apr-05 9:24
mveRick York12-Apr-05 9:24 
GeneralRe: Operator new and delete mechanism! Pin
Ryan Binns12-Apr-05 18:37
Ryan Binns12-Apr-05 18:37 
GeneralRe: Operator new and delete mechanism! Pin
S. Senthil Kumar12-Apr-05 19:39
S. Senthil Kumar12-Apr-05 19:39 

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.