This is the mail archive of the pthreads-win32@sources.redhat.com mailing list for the pthreas-win32 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: PThreads under win95 linked to missing export



The source of the problem appears to be that InterlockedCompareExchange()
"Requires Windows 98 or later" (according to MSDN).

Dave

--- Martin van den Nieuwelaar <martin@gadgets.co.nz> wrote:
> Hi People,
> 
> I'm new to this list and have recently started using pthreads-win32 so
> I could port some UNIX software to the windows environment.
> 
> One problem I have run into is a missing export error.  If I take my
> app (compiled under win98 SE using ms vc++ 6.0) and pthreadvce.dll
> file and put them on a win95 machine (Version 4.00.950B), I get the
> following error:
> 
> The PTHREADVCE.DLL file is linked to missing export
> KERNEL32.DLL:InterlockedCompareExchange
> 
> I looked around on the web, and also in the mailing list archives, but
> found no reference to this error.  Any thoughts on what might be the
> source of my problem, and how to fix it?
> 
> TIA,
> 
> -Martin
> 
> -- 
> Expert carrier network traffic analysis and visualisation
> http://www.gadgets.co.nz/products.shtml
> xenaphobia: The fear of being beaten to a
> pulp by a leather-clad, New Zealand woman


__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]