|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
using DWORD ?
hi all
here is the part of my code using DWORD data type. DWORD tstamp; tstamp = GetTickCount(); when i am compiling this, it says DWORD is undeclared type. do i need to include any header files for this? thanks |
|
#2
|
||||
|
||||
|
Yeah, you need to #include <windows.h>
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages > C Programming > using DWORD ? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|