Hi all,
We are implementing a CICS project using IBM COBOL(visualge) on NT. Our application uses embedded Oracle sql calls.
We have precompiled the cics application using oracle's procob18 precompiler.
And we have used cicstcl -lIBMCOB for transalation and linking. But while linking the linker is complaining the following errors.
error LNK2029: "_SQLADRVC@12" :unresolved external
error LNK2029: "_SQLADR@8" : unresolved external
error LNK2029: "_SQLBEX@12" : unresolved external
error LNK2029: "_ORASQL8@0" : unresolved external
We have checked the system path and lib and have included related libs but the problem still persits.
does any one have come across such problem?
Any inputs are highly appreciated.
thanks in advance.
regards,
Phani
We are implementing a CICS project using IBM COBOL(visualge) on NT. Our application uses embedded Oracle sql calls.
We have precompiled the cics application using oracle's procob18 precompiler.
And we have used cicstcl -lIBMCOB for transalation and linking. But while linking the linker is complaining the following errors.
error LNK2029: "_SQLADRVC@12" :unresolved external
error LNK2029: "_SQLADR@8" : unresolved external
error LNK2029: "_SQLBEX@12" : unresolved external
error LNK2029: "_ORASQL8@0" : unresolved external
We have checked the system path and lib and have included related libs but the problem still persits.
does any one have come across such problem?
Any inputs are highly appreciated.
thanks in advance.
regards,
Phani