C BSFN .....

Hi Zoltan,

I rebuilt the CALLBSFN.DLL. The result was as follows.

Generating Makefile: d:\B7\DEMO\obj\CALLBSFN.mak
Makefile generated.

Building business functions.

************CALLBSFN************

jdertdll.c
B550001.c
d:\B7\DEMO\source\B550001.c(63) : warning C4189: 'lpKey' : local variable is initialized but not referenced
Replacing B550001.obj
Creating library d:\B7\DEMO\lib32\CALLBSFN.lib and object d:\B7\DEMO\lib32\CALLBSFN.exp
msvcrtd.lib(cinitexe.obj) : warning LNK4098: defaultlib "msvcrt.lib" conflicts with use of other libs; use /NODEFAULTLIB:library


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

CALLBSFN.dll - 0 error(s), 1 warning(s): Built successfully.


kiant
Xe demo
 
Hi Kiant,

Thanks for your update.
I think, the "unreferenced variable" warning is no problem.
I can not tell you anything about "warning LNK4098: defaultlib "msvcrt.lib" conflicts with use of other libs; use /NODEFAULTLIB:library" warning.

My suggestion are the following:

1.) Try to build again the DLL the same way as you have done previously. Somitemes after the very first build some warning/error will be eliminated. Maybe your second will be too.

2.) Try to build your single BSFN again. Is it succesful this time?

Please, update your thread again here. Thanks.

Zoltán

B7332 SP11, ESU 4116422, Intel NT4, SQL 7 SP1
(working with B7321, B7331, XE too)
 
Kiant,

I can confirm what Zoltan has said - the first warning just means that you have declared a variable which is not being utilised in the main section of the business function.

I can't help with the second warning, but follow Zoltan's suggestions and let us know what happens.

Jane.
XE SP13 AS400.
 
Back
Top