Click here to Skip to main content
15,916,683 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: WM_ERASEBKGND Pin
Hosam Aly Mahmoud17-Aug-03 17:36
Hosam Aly Mahmoud17-Aug-03 17:36 
GeneralRe: WM_ERASEBKGND Pin
Hosam Aly Mahmoud17-Aug-03 17:33
Hosam Aly Mahmoud17-Aug-03 17:33 
GeneralWeird run-time error Pin
Cannibal16-Aug-03 17:18
Cannibal16-Aug-03 17:18 
GeneralRe: Weird run-time error Pin
ZoogieZork16-Aug-03 18:33
ZoogieZork16-Aug-03 18:33 
GeneralRe: Weird run-time error Pin
Cannibal17-Aug-03 2:48
Cannibal17-Aug-03 2:48 
GeneralRe: Weird run-time error Pin
valikac17-Aug-03 5:37
valikac17-Aug-03 5:37 
QuestionHow to create a resource dll and export resource symbols? Pin
Abin16-Aug-03 16:25
Abin16-Aug-03 16:25 
AnswerRe: How to create a resource dll and export resource symbols? Pin
Alexander M.,16-Aug-03 23:59
Alexander M.,16-Aug-03 23:59 
putting hundreds of jpgs in a dll is a very bad idea, because it will waste your memory... you won't need them all the same time!

create a folder, put them in there, then create a new dll with 2 exported function: LoadJpg and FreeJpg!

LoadJpg allocates memory and loads the file from disk, FreeJpg frees the memory allocated by LoadJpg!

This is the best way!

Don't try it, just do it! Wink | ;-)
GeneralRe: How to create a resource dll and export resource symbols? Pin
Abin17-Aug-03 3:43
Abin17-Aug-03 3:43 
GeneralRe: How to create a resource dll and export resource symbols? Pin
Alexander M.,17-Aug-03 6:18
Alexander M.,17-Aug-03 6:18 
GeneralMutiple Doc/View Support in MDI MFC App Problem Pin
bneacetp16-Aug-03 15:46
bneacetp16-Aug-03 15:46 
GeneralRe: Mutiple Doc/View Support in MDI MFC App Problem Pin
Joey Bloggs17-Aug-03 1:05
Joey Bloggs17-Aug-03 1:05 
GeneralRe: Mutiple Doc/View Support in MDI MFC App Problem Pin
bneacetp17-Aug-03 7:19
bneacetp17-Aug-03 7:19 
GeneralDeriving a template from a template Pin
aka the guy16-Aug-03 14:30
aka the guy16-Aug-03 14:30 
GeneralRe: Deriving a template from a template Pin
Andrew Walker16-Aug-03 16:03
Andrew Walker16-Aug-03 16:03 
GeneralRe: Deriving a template from a template Pin
aka the guy17-Aug-03 15:54
aka the guy17-Aug-03 15:54 
GeneralProblem with AddNew of CRecordset Pin
Vassilis Papoulidis16-Aug-03 13:22
Vassilis Papoulidis16-Aug-03 13:22 
GeneralWSABUF WSASend and WSAReceive and server question Pin
Kuniva16-Aug-03 12:05
Kuniva16-Aug-03 12:05 
GeneralRe: WSABUF WSASend and WSAReceive and server question Pin
valikac16-Aug-03 15:01
valikac16-Aug-03 15:01 
GeneralRe: WSABUF WSASend and WSAReceive and server question Pin
Kuniva17-Aug-03 2:09
Kuniva17-Aug-03 2:09 
GeneralRe: WSABUF WSASend and WSAReceive and server question Pin
Kuniva17-Aug-03 2:18
Kuniva17-Aug-03 2:18 
GeneralRe: WSABUF WSASend and WSAReceive and server question Pin
valikac17-Aug-03 5:34
valikac17-Aug-03 5:34 
GeneralCancelling MoveFileExe with MOVEFILE_DELAY_UNTIL_REBOOT Pin
Kayembi16-Aug-03 8:25
Kayembi16-Aug-03 8:25 
GeneralRe: Cancelling MoveFileExe with MOVEFILE_DELAY_UNTIL_REBOOT Pin
Michael Dunn16-Aug-03 9:01
sitebuilderMichael Dunn16-Aug-03 9:01 
GeneralRe: Cancelling MoveFileExe with MOVEFILE_DELAY_UNTIL_REBOOT Pin
Kayembi16-Aug-03 11:57
Kayembi16-Aug-03 11:57 

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.