Created On: 18 August 2011
Problem:
When using the compiler directive CALLFH(ACUFH) you receive the following error message after building the project:
DUMP-UG.obj : error LNK2001: unresolved external symbol _ACUFH
obj\x86\Debug\Menu.exe : fatal error LNK1120: 1 unresolved externals
DUMP-UG.obj : error LNK2001: unresolved external symbol _ACUFH
obj\x86\Debug\Menu.exe : fatal error LNK1120: 1 unresolved externals
Resolution:
To resolve this issue you will need to souround the ACUFH option string in quotes ("). For example:
CALLFH("ACUFH")
CALLFH("ACUFH")
Incident #2532915