Entry point not found for GetDiskInfoA (wininet_crosstest.exe)

Detlef Riekenberg wine.dev at web.de
Fri May 22 14:22:35 CDT 2009


On Do, 2009-05-21 at 12:05 +0200, Alexandre Julliard wrote:

> > Using that executable on Windows or Wine is not possible
> > (Entry point not found for GetDiskInfoA)
> >
> > The wininet_test.exe on winehq has an ordinal Import of 102 in that
> > place.
> > How can we fix that?
> 
> You have to use the Wine import libs, not the Mingw ones.

>From IRC:
<julliard> you haven't run make crosstest from the top level
<winspool> "make -C dlls/wininet/tests  crosstest" is different????
<julliard> yes it's different
<julliard> you need to build the import libs if you want them to be used
<winspool> Where is the rule to create all import libs?
<julliard> just do a make crosstest at the top level,
           it takes care of everything

Example for building an import-lib for mingw on demand:
  make -C dlls/wininet/  libwininet.a

-- 
 
By by ... Detlef




More information about the wine-devel mailing list