Hi,

Just got some code to compile and also produce a lovely DLL.  The problem is
the DLL is unusable and the only thing I can see that is odd is this from
PEDUMP:

Imports Table:
  coredll.dll
  OrigFirstThunk:  001DB1BC (Unbound IAT)
  TimeDateStamp:   00000000 -> Thu Jan 01 00:00:00 1970
  ForwarderChain:  00000000
  First thunk RVA: 001DB2D4
  Ordn  Name
    29  _wcsdup

  COREDLL
  OrigFirstThunk:  001DB1C8 (Unbound IAT)
  TimeDateStamp:   00000000 -> Thu Jan 01 00:00:00 1970
  ForwarderChain:  00000000
  First thunk RVA: 001DB2E0
  Ordn  Name
   174  CreateFileW
   243  DeleteFileW
   ..... continues with no _wcsdup

Shouldn't all the imports under COREDLL be under coredll.dll as well?

Also I can't find _wcsdup referenced anywhere in the code!

I have built another DLL that works a treat so I don't think it's me.

Using the latest mingw32ce compiler binaries on Windows to compile under
Cygwin.

Regards,

Nick



-- 

[EMAIL PROTECTED]
Database Developments Ltd
Tel. +44 (0) 1453 861155
Fax. +44 (0) 1453 861166
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to