Click here to Skip to main content
15,915,873 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Icon on dialog box title bar - how to? Pin
Michael Dunn22-Jan-02 7:51
sitebuilderMichael Dunn22-Jan-02 7:51 
GeneralManaged C++ Pin
Jerome Conus22-Jan-02 0:55
Jerome Conus22-Jan-02 0:55 
GeneralRe: Managed C++ Pin
Christian Graus22-Jan-02 1:10
protectorChristian Graus22-Jan-02 1:10 
GeneralRe: Managed C++ Pin
22-Jan-02 4:41
suss22-Jan-02 4:41 
GeneralExtension DLL trouble Pin
Daniel Hellsson21-Jan-02 23:25
Daniel Hellsson21-Jan-02 23:25 
GeneralRe: Extension DLL trouble Pin
Roger Allen22-Jan-02 1:55
Roger Allen22-Jan-02 1:55 
GeneralRe: Extension DLL trouble Pin
Daniel Hellsson22-Jan-02 2:00
Daniel Hellsson22-Jan-02 2:00 
GeneralRe: Extension DLL trouble Pin
Roger Allen22-Jan-02 3:37
Roger Allen22-Jan-02 3:37 
The value you quoted for you HINSTANCE is typical for a loaded DLL, so it looks like thats not the problem.

The only other idea that occurs to me is that the resources are in the file, but they are in a different language section (You can have multiple resources for different languages in the same file, I think).

It may be worth checking in your .rc file that they are being compiled into the correct language space.

From one of my .rc files I have:

#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
#endif //_WIN32


This may be missing or incorrect in the file to cause it to be in a different language area.

These are only guess's, I hope they help out.



Roger Allen
Sonork 100.10016

If I'm not breathing, I'm either dead or holding my breath.
GeneralRe: Extension DLL trouble Pin
Daniel Hellsson22-Jan-02 3:55
Daniel Hellsson22-Jan-02 3:55 
GeneralRe: Extension DLL trouble Pin
Roger Allen22-Jan-02 4:12
Roger Allen22-Jan-02 4:12 
GeneralRe: Extension DLL trouble Pin
Daniel Hellsson22-Jan-02 4:21
Daniel Hellsson22-Jan-02 4:21 
GeneralRe: Extension DLL trouble Pin
Roger Allen22-Jan-02 5:02
Roger Allen22-Jan-02 5:02 
GeneralMulticast with UDP Pin
Grit21-Jan-02 22:31
Grit21-Jan-02 22:31 
GeneralRe: Multicast with UDP Pin
markkuk21-Jan-02 22:41
markkuk21-Jan-02 22:41 
GeneralIMac address Pin
ZAZA21-Jan-02 22:23
ZAZA21-Jan-02 22:23 
GeneralRe: IMac address Pin
Michael A. Barnhart22-Jan-02 2:23
Michael A. Barnhart22-Jan-02 2:23 
GeneralWindows Sockets Pin
ananth_rs21-Jan-02 21:27
ananth_rs21-Jan-02 21:27 
GeneralRe: Windows Sockets Pin
Joaquín M López Muñoz21-Jan-02 21:41
Joaquín M López Muñoz21-Jan-02 21:41 
GeneralRe: Windows Sockets Pin
ananth_rs22-Jan-02 5:55
ananth_rs22-Jan-02 5:55 
GeneralRe: Windows Sockets Pin
Joaquín M López Muñoz22-Jan-02 8:50
Joaquín M López Muñoz22-Jan-02 8:50 
GeneralXML newcomer Pin
Braulio Dez21-Jan-02 20:53
Braulio Dez21-Jan-02 20:53 
GeneralRe: XML newcomer Pin
Michael A. Barnhart22-Jan-02 2:35
Michael A. Barnhart22-Jan-02 2:35 
GeneralRe: XML newcomer Pin
Not Active22-Jan-02 3:50
mentorNot Active22-Jan-02 3:50 
GeneralRe: XML newcomer Pin
Michael Dunn22-Jan-02 7:55
sitebuilderMichael Dunn22-Jan-02 7:55 
GeneralDisplaying stock quote in a C++ app Pin
SAK21-Jan-02 20:10
SAK21-Jan-02 20:10 

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.