REASM Flag (dll) and PureBasic.def file

Everything else that doesn't fall into one of the other PB categories.
Denis
Enthusiast
Enthusiast
Posts: 779
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

REASM Flag (dll) and PureBasic.def file

Post 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 ?
A+
Denis
Denis
Enthusiast
Enthusiast
Posts: 779
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

Post by Denis »

Fred/Freak,

Nothing to say ?
A+
Denis
Fred
Administrator
Administrator
Posts: 18301
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

It's probably a compiler problem, i will take a closer look.
Denis
Enthusiast
Enthusiast
Posts: 779
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

Post by Denis »

Ok,

merci Fred
A+
Denis
User avatar
chi
Addict
Addict
Posts: 1087
Joined: Sat May 05, 2007 5:31 pm
Location: Austria

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

Post 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'.
Et cetera is my worst enemy
copperd
New User
New User
Posts: 9
Joined: Thu Jul 21, 2016 1:43 pm

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

Post 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'.
Post Reply