BSFN Build Error

kgriffin

Member
B7333
OneWorld XE

Attempting to create a custom Business Function Library
CALL0001.

Receiving follwing error during build of
Business Function N5500001

Generating Makefile: C:\B7\DV7333\obj\CALL0001.mak
Makefile generated.

Building business functions.

************CALL0001************

N5500001.c
Microsoft (R) Library Manager Version 6.00.8168
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.

LIB : fatal error LNK1181: cannot open input file "C:\B7\DV7333\lib32\sCALL000.lib"
jdertdll.c
LINK : fatal error LNK1181: cannot open input file "C:\B7\DV7333\lib32\sCALL000.lib"


************Build Finished************

CALL0001.dll - 0 error(s), 0 warning(s): Build failed. Restored previous dll.


Any help would be appreciated.

Kris
 
It is looking for the .lib file for the parent DLL and can't find it. Usually because the parent DLL is new and has not had the library file built yet.

It looks like you have specified a Custom parent DLL. You will need to create a new Business function library in the OMW. You may have already done this.

Start busbuild in standalone mode. Click on Build, and select rebuild libraries. This will build library files for all buisness function libraries including your new one. I don't know of a way to build on the library you need, it's all or none.

Then try building your BSFN again.
|
|
 
Back
Top Bottom