Skip to main content

Problem:

Starting rebuild

Rebuilding         M:\\vf\\SRC-CBL\\ne40\\ALPPEDIT.CBL

Rebuilding         RELEASE\\ALPPEDIT.exe

   Creating library RELEASE\\ALPPEDIT.lib and object RELEASE\\ALPPEDIT.exp ALPPEDIT.OBJ : error LNK2001: unresolved external symbol _oops ALPPEDIT.OBJ : error LNK2001: unresolved external symbol _oopsgetclassobject ALPPEDIT.OBJ : error LNK2001: unresolved external symbol _oopssetparaminfo ALPPEDIT.OBJ : error LNK2001: unresolved external symbol _oopsresolve RELEASE\\ALPPEDIT.exe : fatal error LNK1120: 4 unresolved externals Rebuild complete with errors

Resolution:

- within the IDE, right click on the EXE or DLL

   - select "Build settings...", tab "Link"

   - change "category" from General to Advanced

   - enter in "Link with these LIBs:" "oopss.lib" for single threaded, "oopsm" for multi threaded

Old KB# 3850