Board index » cppbuilder » DeactivateActCtx

DeactivateActCtx


2006-04-20 05:07:48 PM
cppbuilder50
Hi
In Windows 98, ME, 98, and XP , my program works fine, but in Windows 2000 I
get an error
" The procedure entry point DeactivateActCtx could not be located in the
dynamic link library KERNEL32.dll. "
What's the problem.
Thanks
 
 

Re:DeactivateActCtx

"Safwan" < XXXX@XXXXX.COM >wrote in message
Quote
Hi
In Windows 98, ME, 98, and XP , my program works fine, but in Windows
2000 I
get an error

" The procedure entry point DeactivateActCtx could not be located in
the
dynamic link library KERNEL32.dll. "

Do you make an explicit call to the function?
I don't remember such animal in the 9x zoo...
 

Re:DeactivateActCtx

DeactivateActCtx was not introduced until after W2K:
msdn.microsoft.com/library/default.asp
 

{smallsort}

Re:DeactivateActCtx

No I did not use it anyway.
Quote
>In Windows 98, ME, 98, and XP , my program works fine, but in Windows
2000 I
>get an error
>
>" The procedure entry point DeactivateActCtx could not be located in
the
>dynamic link library KERNEL32.dll. "
>

Do you make an explicit call to the function?
I don't remember such animal in the 9x zoo...