craig paddock // User Search

craig paddock // User Search

1  |  

Using the Borland Compiler

Nov 19, 1998, 2:09am
Thanks to you and Walter for the implib suggestions. I had
come across that suggestion late last night, and spent quite
a while "implib"ing. I also saw a comment about adding
the leading underscore, and tried that too. (with no success)

This leads me to believe that I'm not adding the library to the
project correctly once I'm done with impdef and implib. How
*should* it be added correctly? I have been right-clicking on
the .exe file in the project window and choosing "Add node"
to add the .lib file to the project.

Thanks for the help,
Dave(latenite)

[View Quote] > It's a three step process.
> First, use IMPDEF to create a .DEF file for AW.LIB:
> IMPDEF c:\[sdk directory]\aw.def c:\[sdk directory]\aw.dll
> Then, you have to edit the .DEF file. The lines are like this:
> aw_login at 2h
> And need to be like this:
> _aw_login = aw_login
> Once you've corrected all of them, use IMPLIB to make a Borland-compatible
> .LIB file as shown:
> IMPLIB c:\[sdk directory]\aw.lib c:\[sdk directory]\aw.def
> Now just link the new AW.LIB file into your program, and you're all set!
> Good Luck!
>
> [cyborganic][cyborganic at hotmail.com]
>
[View Quote]

1  |  
Awportals.com is a privately held community resource website dedicated to Active Worlds.
Copyright (c) Mark Randall 2006 - 2024. All Rights Reserved.
Awportals.com   ·   ProLibraries Live   ·   Twitter   ·   LinkedIn