Ticket #134 (new defect)

Opened 1 year ago

weird linker issue with DLLs and resource files

Reported by: CyberShadow Assigned to: Gregor
Priority: minor Milestone:
Component: DSSS Version:
Keywords: Cc: thecybershadow@gmail.com

Description

Rebuild seems to be passing the linker some parameters in the wrong order. This seems related to the pragma(link) or pragma(lib) flags used by DFL. The linker tries to open a .lib file as a resource (.res) file.

Full -v build log attached.

Workaround with DFL case: build from sources, remove pragma(link/lib) lines. Do not use a .res file.

Attachments

buildlog.txt (34.8 kB) - added by CyberShadow on 09/19/07 19:55:08.

Change History

09/19/07 19:55:08 changed by CyberShadow

  • attachment buildlog.txt added.