Page 1 of 1

REASM Flag (dll) and PureBasic.def file

Posted: Sat Jan 24, 2009 4:19 pm
by Denis
I try to reasm an asm file to create a dll but i get this error
******************************************
PureBasic 4.30 (Windows - x86)
******************************************

Compiling essai_dll.dll
Loading external libraries...
ReAssembling source code...
Creating DLL.
Error: Linker
POLINK: fatal error: Unable To Read module-definition file 'PureBasic.def'.
I don't find PureBasic.def file on my HD.

Where is the probllem ?

Posted: Sun Feb 01, 2009 12:54 pm
by Denis
Fred/Freak,

Nothing to say ?

Posted: Sun Feb 01, 2009 5:53 pm
by Fred
It's probably a compiler problem, i will take a closer look.

Posted: Sun Feb 01, 2009 7:13 pm
by Denis
Ok,

merci Fred

Re: REASM Flag (dll) and PureBasic.def file

Posted: Sun May 08, 2016 1:15 am
by chi
Still the same error with PB 5.42 LTS building a DLL :(

Code: Select all

******************************************
PureBasic 5.42 LTS (Windows - x86)
******************************************

Compiling PureBasic.asm
Loading external libraries...
ReAssembling source code...
Creating DLL
Error: Linker
POLINK: fatal error: Unable to read module-definition file 'PureBasic.def'.

Re: REASM Flag (dll) and PureBasic.def file

Posted: Thu Aug 18, 2016 7:12 pm
by copperd
Any chance of a fix?

C:\Program Files\PureBasic\Compilers>pbcompiler.exe /REASM /DLL PureBasic.asm

******************************************
PureBasic 5.42 LTS (Windows - x64)
******************************************

Compiling PureBasic.asm
Loading external libraries...
ReAssembling source code...
Creating DLL "PureBasic.dll"
Error: Linker
POLINK: fatal error: Unable to read module-definition file 'PureBasic.def'.