Click here to Skip to main content
16,006,707 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Isn't there native support for PNG in Windows? Pin
James R. Twine28-Dec-01 7:15
James R. Twine28-Dec-01 7:15 
GeneralRe: Isn't there native support for PNG in Windows? Pin
Chris Losinger28-Dec-01 9:16
professionalChris Losinger28-Dec-01 9:16 
GeneralRe: Isn't there native support for PNG in Windows? Pin
James R. Twine28-Dec-01 16:04
James R. Twine28-Dec-01 16:04 
GeneralDisplays a Transparent Image Using Memory DC Pin
clemence27-Dec-01 21:51
clemence27-Dec-01 21:51 
GeneralRe: Displays a Transparent Image Using Memory DC Pin
Mike Nordell27-Dec-01 22:58
Mike Nordell27-Dec-01 22:58 
GeneralRe: Displays a Transparent Image Using Memory DC Pin
Rickard Andersson2028-Dec-01 0:36
Rickard Andersson2028-Dec-01 0:36 
GeneralRe: Displays a Transparent Image Using Memory DC Pin
Christian Graus28-Dec-01 0:50
protectorChristian Graus28-Dec-01 0:50 
Generalinline asm problem in visual C++ Pin
HAM27-Dec-01 20:53
HAM27-Dec-01 20:53 
hello,

Im not sure why but VS keeps locking up on me.

The following code Compiles,links and executes if it is a Win32 Console App:

DWORD dwHigh,dwLow;

__asm
{
rdtsc
mov dwLow, eax
mov dwHigh, edx
}

However if this is a windowed app, MFC app it will lock up at various times, while running cl.exe or while linking.

rdtsc moves the Time Stamp counter into the above registers

why does this lock VS up while compiling???
GeneralRe: inline asm problem in visual C++ Pin
Mike Nordell27-Dec-01 23:17
Mike Nordell27-Dec-01 23:17 
GeneralRe: inline asm problem in visual C++ Pin
HAM28-Dec-01 8:41
HAM28-Dec-01 8:41 
GeneralRe: inline asm problem in visual C++ Pin
HAM28-Dec-01 8:44
HAM28-Dec-01 8:44 
GeneralWindow being minimized Pin
Jason Hooper27-Dec-01 19:19
Jason Hooper27-Dec-01 19:19 
GeneralRe: Window being minimized Pin
Michael Dunn27-Dec-01 19:55
sitebuilderMichael Dunn27-Dec-01 19:55 
GeneralRe: Window being minimized Pin
Jason Hooper27-Dec-01 20:26
Jason Hooper27-Dec-01 20:26 
GeneralRe: Window being minimized Pin
Nish Nishant27-Dec-01 20:59
sitebuilderNish Nishant27-Dec-01 20:59 
GeneralCode Multimedia & Internet Keyboard Pin
Eugene Pustovoyt27-Dec-01 18:51
Eugene Pustovoyt27-Dec-01 18:51 
GeneralGetting the font file name Pin
v_krishnan27-Dec-01 18:51
v_krishnan27-Dec-01 18:51 
GeneralRe: Getting the font file name Pin
Mike Nordell27-Dec-01 23:25
Mike Nordell27-Dec-01 23:25 
GeneralRe: Getting the font file name Pin
v_krishnan28-Dec-01 19:14
v_krishnan28-Dec-01 19:14 
GeneralMACRO problem.... Pin
Christian Graus27-Dec-01 18:41
protectorChristian Graus27-Dec-01 18:41 
GeneralRe: MACRO problem.... Pin
PJ Arends27-Dec-01 21:29
professionalPJ Arends27-Dec-01 21:29 
GeneralRe: MACRO problem.... Pin
Michael Dunn27-Dec-01 21:44
sitebuilderMichael Dunn27-Dec-01 21:44 
GeneralRe: MACRO problem.... Pin
Christian Graus28-Dec-01 0:30
protectorChristian Graus28-Dec-01 0:30 
GeneralList Box/Control Always having a selected item Pin
me27-Dec-01 17:32
me27-Dec-01 17:32 
GeneralRe: List Box/Control Always having a selected item Pin
James R. Twine28-Dec-01 7:21
James R. Twine28-Dec-01 7: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.