Customers who build their own extended versions of the liboraapi library using the supplied Makefile643 will have problems where the new customer-supplied user actions cannot be found. When the user action is executed, the following error is generated:
Error 2358 , a ImproperOperation occurred (error 2358), Attempt to call a user action that is not registered with this virtual machine, user action name: #'CustomerUserAction' (ImproperOperation)
In the file Makefile643, replace line:
LDFLAGS = -G -Wl,-bbigtoc -q64 -e GciUserActionLibraryMain
with:
LDFLAGS = -G -q64 -e GciUserActionLibraryMain
Last updated: 8/7/18