Click here to Skip to main content
15,920,704 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to replace icon resource from ico file. Pin
David Crow8-Dec-03 8:07
David Crow8-Dec-03 8:07 
GeneralWindow HWND Pin
Ares28-Dec-03 1:22
Ares28-Dec-03 1:22 
GeneralRe: Window HWND Pin
Fredrik Skog8-Dec-03 1:56
Fredrik Skog8-Dec-03 1:56 
QuestionHow to set/change file permissions on NTFS folder on Win2000 Pin
Valera2411768-Dec-03 0:42
Valera2411768-Dec-03 0:42 
QuestionWho knows where to find the source code for ripping CD and encoding track to MP3, OGG, WMA etc? Pin
zhaopzhi8-Dec-03 0:23
zhaopzhi8-Dec-03 0:23 
AnswerRe: Who knows where to find the source code for ripping CD and encoding track to MP3, OGG, WMA etc? Pin
BaldwinMartin8-Dec-03 3:12
BaldwinMartin8-Dec-03 3:12 
AnswerRe: Who knows where to find the source code for ripping CD and encoding track to MP3, OGG, WMA etc? Pin
ZoogieZork8-Dec-03 9:10
ZoogieZork8-Dec-03 9:10 
GeneralCompiling under Xp for NT Pin
Onkie8-Dec-03 0:20
Onkie8-Dec-03 0:20 
Hi,

I've made a dll for use within a PowerBuilder application. When I compile this dll under Windows Xp it runs well under Windows Xp and Windows 2000. On Windows NT however, it crashes. The problem is due to the fact that, when compiled under Xp the size of the MENUITEMSTRUCT I use is set to 48 while it's 44 on NT. How can I change the coding so it runs on both Xp and NT.

This is the code I use for setting the size:

MENUITEMINFO info
info.cbSize = sizeof MENUITEMINFO;

Thanks in advance,
Aart

GeneralRe: Compiling under Xp for NT Pin
Mike Dimmick8-Dec-03 6:14
Mike Dimmick8-Dec-03 6:14 
GeneralCString to CComBSTR to use for IDirectorySearch Pin
bjolletts7-Dec-03 23:30
bjolletts7-Dec-03 23:30 
GeneralRe: CString to CComBSTR to use for IDirectorySearch Pin
Mike Beckerleg8-Dec-03 2:42
Mike Beckerleg8-Dec-03 2:42 
GeneralRe: CString to CComBSTR to use for IDirectorySearch Pin
Jonathan Craig8-Dec-03 2:45
Jonathan Craig8-Dec-03 2:45 
GeneralRe: CString to CComBSTR to use for IDirectorySearch Pin
bjolletts8-Dec-03 3:21
bjolletts8-Dec-03 3:21 
GeneralMDI application Pin
Anthony_Yio7-Dec-03 23:00
Anthony_Yio7-Dec-03 23:00 
GeneralRe: MDI application Pin
David Crow8-Dec-03 8:10
David Crow8-Dec-03 8:10 
QuestionHow to Comine two numbers, not addition. Pin
Anonymous7-Dec-03 22:41
Anonymous7-Dec-03 22:41 
AnswerRe: How to Comine two numbers, not addition. Pin
Anthony_Yio7-Dec-03 23:03
Anthony_Yio7-Dec-03 23:03 
GeneralRe: How to Comine two numbers, not addition. Pin
Anonymous7-Dec-03 23:20
Anonymous7-Dec-03 23:20 
AnswerRe: How to Comine two numbers, not addition. Pin
JoeZhang7-Dec-03 23:03
JoeZhang7-Dec-03 23:03 
GeneralRe: How to Comine two numbers, not addition. Pin
Anonymous7-Dec-03 23:14
Anonymous7-Dec-03 23:14 
GeneralRe: How to Comine two numbers, not addition. Pin
JoeZhang7-Dec-03 23:18
JoeZhang7-Dec-03 23:18 
GeneralRe: How to Comine two numbers, not addition. Pin
Anonymous7-Dec-03 23:21
Anonymous7-Dec-03 23:21 
GeneralRe: How to Comine two numbers, not addition. Pin
JoeZhang7-Dec-03 23:27
JoeZhang7-Dec-03 23:27 
GeneralRe: How to Comine two numbers, not addition. Pin
JoeZhang7-Dec-03 23:37
JoeZhang7-Dec-03 23:37 
GeneralRe: How to Comine two numbers, not addition. Pin
RChin7-Dec-03 23:21
RChin7-Dec-03 23:21 

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.