Greetings. I have a type long variable, ie. long v = 1024; and I have to pass it to a Window's function and it's not working. I found out that I have to pass a DWORD to the function, and I know that dchar is somewhat close to DWORD, so, how do I pass this to this Windows function? Anyone knows? Thanks. josé