If you have questions about any aspect of QBasic programming, or would like to help fellow programmers solve their problems, check out this board!
Moderators: Pete, Mods
-
benjiboy
- Coder
- Posts: 11
- Joined: Wed Dec 14, 2005 2:18 am
- Location: Norfolk, England
Post
by benjiboy » Sat Dec 17, 2005 10:06 am
All,
I have a QB4.54 version of the Nexus_13 external library. If I try to use it in QBX 7.1 it returns a format error. Is there anyway I can convert the library

Benjiboy
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Be who you are, not who others say you should be.
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
-
MystikShadows
- Veteran
- Posts: 703
- Joined: Sun Nov 14, 2004 7:36 am
-
Contact:
Post
by MystikShadows » Sat Dec 17, 2005 10:40 am
bestway to do that is if you have the sources and recompile with pds
-
{Nathan}
- Veteran
- Posts: 1169
- Joined: Thu Aug 19, 2004 6:08 pm
- Location: The wetlands of central Ohio, USA
-
Contact:
Post
by {Nathan} » Sat Dec 17, 2005 10:55 am
Or if you don't have the sources, you might be able to find a library decompiler.
-
benjiboy
- Coder
- Posts: 11
- Joined: Wed Dec 14, 2005 2:18 am
- Location: Norfolk, England
Post
by benjiboy » Mon Dec 19, 2005 8:07 am
Hmm,
guess I'll have to run it under QB4.5 until I understand all the ins and outs of Nexus 13 and then look around for a replacement library so I can move my code to QB7.1...
Thanks anyway.
Benjiboy
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Be who you are, not who others say you should be.
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
-
{Nathan}
- Veteran
- Posts: 1169
- Joined: Thu Aug 19, 2004 6:08 pm
- Location: The wetlands of central Ohio, USA
-
Contact:
Post
by {Nathan} » Mon Dec 19, 2005 3:49 pm
Yeah, it doesn't matter... to many (not all, many), QB45 > PDS
-
Macric
- Coder
- Posts: 34
- Joined: Fri Mar 25, 2005 11:11 pm
- Location: Mexico
Post
by Macric » Fri Dec 23, 2005 12:33 am
benjiboy wrote:guess I'll have to run it under QB4.5 until I understand all the ins and outs of Nexus 13 and then look around for a replacement library so I can move my code to QB7.1
if you have the .Lib file you can extract the .Obj files to recompile in the PDS using the program Lib.exe,
Here you can read how.
but if you only have the .Qlb file you could try a binary to Obj file converter
Here.