Click here to Skip to main content
15,897,891 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalaccess pci driver installation through C++ Pin
nmelah2-Jan-04 0:13
nmelah2-Jan-04 0:13 
GeneralRe: access pci driver installation through C++ Pin
dan o2-Jan-04 4:51
dan o2-Jan-04 4:51 
QuestionWhat files did i miss? Pin
Anonymous1-Jan-04 23:55
Anonymous1-Jan-04 23:55 
AnswerRe: What files did i miss? Pin
marzk5-Jan-04 11:09
marzk5-Jan-04 11:09 
GeneralApplication pauses Pin
misha_grewal1-Jan-04 21:46
misha_grewal1-Jan-04 21:46 
GeneralRe: Application pauses Pin
valikac2-Jan-04 6:08
valikac2-Jan-04 6:08 
GeneralDifference between malloc and LocalAlloc Pin
Member 2214801-Jan-04 21:11
Member 2214801-Jan-04 21:11 
GeneralRe: Difference between malloc and LocalAlloc Pin
Tibor Blazko1-Jan-04 21:35
Tibor Blazko1-Jan-04 21:35 
look at return values at first (and than at LocalLock/Unlock help)

and:
The global and local functions supported for porting from 16-bit code, or maintaining source code compatibility with 16-bit Windows. The global and local functions are slower than other memory management functions and do not provide as many features. Therefore, new applications should use the heap functions. However, the global functions are still used with DDE and the clipboard functions.

Windows 95/98/Me: The heap managers are designed for memory blocks smaller than four megabytes. If you expect your memory blocks to be larger than one or two megabytes, you can avoid significant performance degradation by using the VirtualAlloc or VirtualAllocEx function instead.
GeneralRe: Difference between malloc and LocalAlloc Pin
Member 2214801-Jan-04 21:57
Member 2214801-Jan-04 21:57 
GeneralRe: Difference between malloc and LocalAlloc Pin
Tibor Blazko2-Jan-04 0:40
Tibor Blazko2-Jan-04 0:40 
Generalflex.exe Pin
murali_utr1-Jan-04 20:50
murali_utr1-Jan-04 20:50 
GeneralRe: flex.exe Pin
murali_utr1-Jan-04 20:57
murali_utr1-Jan-04 20:57 
Generalproblem in windows programming...please help Pin
sam_mou1-Jan-04 20:12
sam_mou1-Jan-04 20:12 
GeneralRe: problem in windows programming...please help Pin
Marek Grzenkowicz1-Jan-04 21:03
Marek Grzenkowicz1-Jan-04 21:03 
Generalselection of .lib as per the client Pin
utkarsharma1-Jan-04 18:31
utkarsharma1-Jan-04 18:31 
GeneralGetting two listboxes to track quicker Pin
shultas1-Jan-04 16:58
shultas1-Jan-04 16:58 
GeneralRe: Getting two listboxes to track quicker Pin
Gary R. Wheeler2-Jan-04 4:18
Gary R. Wheeler2-Jan-04 4:18 
GeneralRe: Getting two listboxes to track quicker Pin
shultas2-Jan-04 11:01
shultas2-Jan-04 11:01 
GeneralRe: Getting two listboxes to track quicker Pin
Gary R. Wheeler2-Jan-04 13:56
Gary R. Wheeler2-Jan-04 13:56 
Generalcolon operation Pin
FlyingDancer1-Jan-04 16:31
FlyingDancer1-Jan-04 16:31 
GeneralRe: colon operation Pin
Ted Ferenc1-Jan-04 21:57
Ted Ferenc1-Jan-04 21:57 
GeneralRe: colon operation Pin
FlyingDancer2-Jan-04 0:22
FlyingDancer2-Jan-04 0:22 
GeneralRe: colon operation Pin
Ted Ferenc2-Jan-04 0:32
Ted Ferenc2-Jan-04 0:32 
GeneralRe: colon operation Pin
FlyingDancer2-Jan-04 1:28
FlyingDancer2-Jan-04 1:28 
GeneralRe: colon operation Pin
FlyingDancer2-Jan-04 2:22
FlyingDancer2-Jan-04 2:22 

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.