English Amiga Board


Go Back   English Amiga Board > Coders > Coders. Language > Coders. Blitz Basic

 
 
Thread Tools
Old 15 September 2018, 20:28   #1
bjadams
Registered User
 
Join Date: Sep 2018
Location: Chesterfield
Posts: 44
DefLibs

What's the best way to build a WORKING DEFLIBS?

I have .OBJ files in BLITZLIBS folder.

MAKEdeflibs just creates a 1kb deflibs, which obviously does not work.

DefLibMan has a great GUI, creates a 20kb file (I only have 2 .obj libs) but in Blitz2 I get the "$00FC Library not Found" compile error.

Any ideas?
bjadams is offline  
Old 15 September 2018, 22:21   #2
Daedalus
Registered User
 
Daedalus's Avatar
 
Join Date: Jun 2009
Location: Dublin, then Glasgow
Posts: 6,334
MakeDefLibs is a pretty simple tool that just scans the subdirectories of the Blitzlibs: assign for files to add to deflibs. If you don't have Blitzlibs: assigned, or you don't have any subdirectories inside BlitzLibs:, it won't add anything.

The library not found error might be due to library numbers changing - if a library number is changed, any .bb2 source files referencing it will be broken. It could also be a token index problem - select Reload all libs from the Compiler menu to see if that helps.
Daedalus is offline  
Old 15 September 2018, 22:29   #3
bjadams
Registered User
 
Join Date: Sep 2018
Location: Chesterfield
Posts: 44
SOLVED

In Folder BLITZLIBS you need to have 2 folders:

AMIGALIBS which has to have all Amiga System libs from the EXTRAS disks

and USERLIBS which has to have 3rd party .obj libs you need to add

without the AMIGALIBS folder & contents you can't build a proper DEFLIBS

Last edited by bjadams; 15 September 2018 at 22:46.
bjadams is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 18:51.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.06394 seconds with 12 queries