Click here to Skip to main content
15,912,756 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: setdlgitem text is not showing the message. Pin
Amit Agarrwal27-Jun-06 19:13
Amit Agarrwal27-Jun-06 19:13 
AnswerRe: setdlgitem text is not showing the message. Pin
James R. Twine28-Jun-06 13:25
James R. Twine28-Jun-06 13:25 
GeneralRe: setdlgitem text is not showing the message. Pin
Amit Agarrwal29-Jun-06 0:21
Amit Agarrwal29-Jun-06 0:21 
Questionwin32 static library(NO MFC) Pin
sach!!27-Jun-06 1:03
sach!!27-Jun-06 1:03 
AnswerRe: win32 static library(NO MFC) [modified] Pin
John M. Drescher27-Jun-06 3:35
John M. Drescher27-Jun-06 3:35 
GeneralRe: win32 static library(NO MFC) Pin
sach!!27-Jun-06 19:14
sach!!27-Jun-06 19:14 
GeneralRe: win32 static library(NO MFC) Pin
Jeremy Falcon28-Jun-06 13:13
professionalJeremy Falcon28-Jun-06 13:13 
GeneralRe: win32 static library(NO MFC) Pin
Jörgen Sigvardsson28-Jun-06 14:20
Jörgen Sigvardsson28-Jun-06 14:20 
Jeremy Falcon wrote:
I've never seen this done on a static library, and I don't think you can.

That's correct; you really can't. .libs are basically just a .tar of .objs, meaning that there are no sections as there are in .dll or .exe-files. Resources needs to be in a special section(s) within a valid container such as a .dll, or .exe.


--
100% natural. No superstitious additives.
GeneralRe: win32 static library(NO MFC) Pin
Jeremy Falcon28-Jun-06 14:54
professionalJeremy Falcon28-Jun-06 14:54 
GeneralRe: win32 static library(NO MFC) Pin
Jörgen Sigvardsson28-Jun-06 22:05
Jörgen Sigvardsson28-Jun-06 22:05 
GeneralRe: win32 static library(NO MFC) Pin
Jeremy Falcon29-Jun-06 6:39
professionalJeremy Falcon29-Jun-06 6:39 
Questionerror C2039: 'AnimateWindow' : is not a member of 'CMyDlg' Pin
Toubou27-Jun-06 0:41
Toubou27-Jun-06 0:41 
AnswerRe: error C2039: 'AnimateWindow' : is not a member of 'CMyDlg' Pin
_AnsHUMAN_ 27-Jun-06 0:59
_AnsHUMAN_ 27-Jun-06 0:59 
QuestionRe: error C2039: 'AnimateWindow' : is not a member of 'CMyDlg' [modified] Pin
Toubou27-Jun-06 1:57
Toubou27-Jun-06 1:57 
AnswerRe: error C2039: 'AnimateWindow' : is not a member of 'CMyDlg' [modified] Pin
FarPointer27-Jun-06 1:03
FarPointer27-Jun-06 1:03 
GeneralRe: error C2039: 'AnimateWindow' : is not a member of 'CMyDlg' Pin
Toubou27-Jun-06 1:52
Toubou27-Jun-06 1:52 
GeneralRe: error C2039: 'AnimateWindow' : is not a member of 'CMyDlg' Pin
James R. Twine27-Jun-06 2:01
James R. Twine27-Jun-06 2:01 
AnswerRe: error C2039: 'AnimateWindow' : is not a member of 'CMyDlg' Pin
Naveen27-Jun-06 1:04
Naveen27-Jun-06 1:04 
GeneralRe: error C2039: 'AnimateWindow' : is not a member of 'CMyDlg' Pin
Toubou27-Jun-06 1:54
Toubou27-Jun-06 1:54 
GeneralRe: error C2039: 'AnimateWindow' : is not a member of 'CMyDlg' Pin
Naveen27-Jun-06 1:58
Naveen27-Jun-06 1:58 
GeneralRe: error C2039: 'AnimateWindow' : is not a member of 'CMyDlg' Pin
Toubou27-Jun-06 2:11
Toubou27-Jun-06 2:11 
GeneralRe: error C2039: 'AnimateWindow' : is not a member of 'CMyDlg' Pin
Naveen27-Jun-06 2:16
Naveen27-Jun-06 2:16 
QuestionRe: error C2039: 'AnimateWindow' : is not a member of 'CMyDlg' Pin
Hamid_RT27-Jun-06 2:03
Hamid_RT27-Jun-06 2:03 
AnswerRe: error C2039: 'AnimateWindow' : is not a member of 'CMyDlg' Pin
Toubou27-Jun-06 2:12
Toubou27-Jun-06 2:12 
GeneralRe: error C2039: 'AnimateWindow' : is not a member of 'CMyDlg' Pin
Hamid_RT27-Jun-06 2:20
Hamid_RT27-Jun-06 2: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.