Click here to Skip to main content
15,887,027 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Loading .Net DLL in MFC application problem Pin
Mark Salsbery1-Nov-07 6:09
Mark Salsbery1-Nov-07 6:09 
GeneralRe: Loading .Net DLL in MFC application problem Pin
Wolfram Steinke1-Nov-07 10:56
Wolfram Steinke1-Nov-07 10:56 
GeneralRe: Loading .Net DLL in MFC application problem Pin
Mark Salsbery1-Nov-07 11:27
Mark Salsbery1-Nov-07 11:27 
GeneralRe: Loading .Net DLL in MFC application problem Pin
Wolfram Steinke1-Nov-07 12:33
Wolfram Steinke1-Nov-07 12:33 
GeneralRe: Loading .Net DLL in MFC application problem Pin
Mark Salsbery1-Nov-07 13:01
Mark Salsbery1-Nov-07 13:01 
GeneralRe: Loading .Net DLL in MFC application problem Pin
Wolfram Steinke1-Nov-07 14:26
Wolfram Steinke1-Nov-07 14:26 
GeneralRe: Loading .Net DLL in MFC application problem Pin
Wolfram Steinke8-Nov-07 11:35
Wolfram Steinke8-Nov-07 11:35 
Questionmalloc size Pin
skatzteyp31-Oct-07 16:00
skatzteyp31-Oct-07 16:00 
hi guys, i'm having a problem using malloc() since it only accepts a paramter of size_t which is an unsigned int... my problem is i have this 350+ million elements for my array of structure with sizeof 16 bytes... meaning i get to have an array size of 5+ billion bytes which obviously cannot be contained on an unsigned int variable.. so my question is how do i get through this problem? is there another way of allocating memory with bigger parameters?
AnswerRe: malloc size Pin
Llasus31-Oct-07 17:56
Llasus31-Oct-07 17:56 
GeneralRe: malloc size Pin
skatzteyp31-Oct-07 18:26
skatzteyp31-Oct-07 18:26 
GeneralRe: malloc size Pin
Llasus31-Oct-07 18:49
Llasus31-Oct-07 18:49 
GeneralRe: malloc size Pin
skatzteyp31-Oct-07 18:57
skatzteyp31-Oct-07 18:57 
GeneralRe: malloc size Pin
Roger Broomfield31-Oct-07 19:06
Roger Broomfield31-Oct-07 19:06 
AnswerRe: malloc size Pin
John R. Shaw31-Oct-07 23:12
John R. Shaw31-Oct-07 23:12 
AnswerRe: malloc size Pin
David Crow1-Nov-07 3:28
David Crow1-Nov-07 3:28 
QuestionVisual Studio 2005 Beta 2 Pin
Larry Mills Sr31-Oct-07 12:43
Larry Mills Sr31-Oct-07 12:43 
AnswerRe: Visual Studio 2005 Beta 2 Pin
Llasus31-Oct-07 18:00
Llasus31-Oct-07 18:00 
AnswerRe: Visual Studio 2005 Beta 2 Pin
Mark Salsbery1-Nov-07 6:52
Mark Salsbery1-Nov-07 6:52 
GeneralRe: Visual Studio 2005 Beta 2 Pin
Larry Mills Sr1-Nov-07 10:52
Larry Mills Sr1-Nov-07 10:52 
GeneralRe: Visual Studio 2005 Beta 2 Pin
Mark Salsbery1-Nov-07 11:11
Mark Salsbery1-Nov-07 11:11 
AnswerRe: Visual Studio 2005 Beta 2 Pin
jp-mocs1-Nov-07 7:20
jp-mocs1-Nov-07 7:20 
GeneralRe: Visual Studio 2005 Beta 2 Pin
Larry Mills Sr1-Nov-07 8:12
Larry Mills Sr1-Nov-07 8:12 
QuestionCreating a email server [modified] Pin
bigdenny20031-Oct-07 12:24
bigdenny20031-Oct-07 12:24 
QuestionUsage of bind() Pin
dellthinker31-Oct-07 10:17
dellthinker31-Oct-07 10:17 
AnswerRe: Usage of bind() Pin
JudyL_MD31-Oct-07 10:28
JudyL_MD31-Oct-07 10:28 

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.