Click here to Skip to main content
15,925,400 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: How to Comine two numbers, not addition. Pin
Anthony_Yio7-Dec-03 23:21
Anthony_Yio7-Dec-03 23:21 
AnswerRe: How to Comine two numbers, not addition. Pin
Michael Pauli9-Dec-03 5:32
Michael Pauli9-Dec-03 5:32 
QuestionHow to deal with multi-IP on TCP/IP programming mode? Pin
JoeZhang7-Dec-03 21:55
JoeZhang7-Dec-03 21:55 
AnswerRe: How to deal with multi-IP on TCP/IP programming mode? Pin
cmk8-Dec-03 0:10
cmk8-Dec-03 0:10 
GeneralRe: How to deal with multi-IP on TCP/IP programming mode? Pin
JoeZhang8-Dec-03 0:25
JoeZhang8-Dec-03 0:25 
GeneralRe: How to deal with multi-IP on TCP/IP programming mode? Pin
cmk8-Dec-03 9:18
cmk8-Dec-03 9:18 

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.