Click here to Skip to main content
15,917,062 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Date in VC++ Pin
rp_suman6-Jun-08 18:58
rp_suman6-Jun-08 18:58 
GeneralRe: Date in VC++ Pin
Le@rner6-Jun-08 19:04
Le@rner6-Jun-08 19:04 
QuestionTD matrix Pin
sofia_1116-Jun-08 11:42
sofia_1116-Jun-08 11:42 
AnswerRe: TD matrix Pin
CPallini6-Jun-08 12:13
mveCPallini6-Jun-08 12:13 
AnswerRe: TD matrix Pin
sudhir_Kumar6-Jun-08 21:24
sudhir_Kumar6-Jun-08 21:24 
QuestionLoadResource LockResource RT_RCDATA memory lifetime Pin
bob169726-Jun-08 10:50
bob169726-Jun-08 10:50 
AnswerRe: LoadResource LockResource RT_RCDATA memory lifetime Pin
Garth J Lancaster6-Jun-08 22:48
professionalGarth J Lancaster6-Jun-08 22:48 
GeneralRe: LoadResource LockResource RT_RCDATA memory lifetime Pin
bob169727-Jun-08 6:44
bob169727-Jun-08 6:44 
I saw that yesterday in searching MSDN but unfortunately MSDN for Visual C++ 6.0 says...

"FreeResource
The FreeResource function is obsolete. It is provided to simplify porting of 16-bit Win32-based applications. It is not necessary for Win32-based applications to free resources loaded by using the LoadResource function. The resource obtained by LoadResource is automatically freed when the module is was loaded from is unloaded. However, to save memory and decrease the size of your process's working set, you should release the memory associated with accelerator tables, bitmaps, cursors, icons, and menus by calling the functions in the following table."
// End quote

I'm emdedding binary files and even though they are compressed, I just get that odd feeling leaving them in memory for the life of the application.

I'll probably concede that I'm looking for functionality that does not exist, unfortunately.

Thanks for the reply and help.
GeneralRe: LoadResource LockResource RT_RCDATA memory lifetime Pin
bob169727-Jun-08 6:51
bob169727-Jun-08 6:51 
Questionisdigit () function Pin
sofia_1116-Jun-08 10:00
sofia_1116-Jun-08 10:00 
AnswerRe: isdigit () function Pin
CPallini6-Jun-08 10:16
mveCPallini6-Jun-08 10:16 
GeneralRe: isdigit () function Pin
Nemanja Trifunovic6-Jun-08 10:40
Nemanja Trifunovic6-Jun-08 10:40 
QuestionWhat about the link? Pin
CPallini6-Jun-08 10:52
mveCPallini6-Jun-08 10:52 
AnswerRe: isdigit () function Pin
PIEBALDconsult6-Jun-08 10:26
mvePIEBALDconsult6-Jun-08 10:26 
GeneralThat's for managed people. Pin
CPallini6-Jun-08 10:40
mveCPallini6-Jun-08 10:40 
GeneralRe: That's for managed people. Pin
PIEBALDconsult6-Jun-08 12:43
mvePIEBALDconsult6-Jun-08 12:43 
GeneralRe: That's for managed people. Pin
CPallini7-Jun-08 7:58
mveCPallini7-Jun-08 7:58 
AnswerRe: isdigit () function Pin
sofia_1116-Jun-08 11:33
sofia_1116-Jun-08 11:33 
Questionabout 101 errors when i run default MFC dialog app in VC++ 2005 Pin
CHYGO6-Jun-08 5:59
CHYGO6-Jun-08 5:59 
QuestionRe: about 101 errors when i run default MFC dialog app in VC++ 2005 Pin
Mark Salsbery6-Jun-08 6:50
Mark Salsbery6-Jun-08 6:50 
AnswerRe: about 101 errors when i run default MFC dialog app in VC++ 2005 Pin
CHYGO6-Jun-08 7:59
CHYGO6-Jun-08 7:59 
GeneralRe: about 101 errors when i run default MFC dialog app in VC++ 2005 Pin
messages6-Jun-08 8:48
messages6-Jun-08 8:48 
GeneralRe: about 101 errors when i run default MFC dialog app in VC++ 2005 Pin
CHYGO6-Jun-08 17:03
CHYGO6-Jun-08 17:03 
QuestionUsb Pin
messages6-Jun-08 4:47
messages6-Jun-08 4:47 
AnswerRe: Usb Pin
jeron16-Jun-08 5:20
jeron16-Jun-08 5:20 

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.