indiocolifa
May 8th, 2003, 08:42 PM
hi!
two quick questions:
1) im writing a program under VC++ in Windows XP which does not crash in either Debug or Release builds, but trying on Windows 98 gives me a failure (red icon) at module METRONOMO.EXE (this is the name of the program...) Im using virtual pc with win98 to test it.
2) How i can make a DWORD (32-bit value) from eight 8-bit values... note i'm very stupid using bit operators.
e.g:
M1 = 0x00;
M2 = 0xFF;
M3 = 0xDC;
M4 = 0x03;
I want the DWORD = M1M2M3M4 (0x00FFDC03)
thank you very much,.
:cool:
two quick questions:
1) im writing a program under VC++ in Windows XP which does not crash in either Debug or Release builds, but trying on Windows 98 gives me a failure (red icon) at module METRONOMO.EXE (this is the name of the program...) Im using virtual pc with win98 to test it.
2) How i can make a DWORD (32-bit value) from eight 8-bit values... note i'm very stupid using bit operators.
e.g:
M1 = 0x00;
M2 = 0xFF;
M3 = 0xDC;
M4 = 0x03;
I want the DWORD = M1M2M3M4 (0x00FFDC03)
thank you very much,.
:cool: