Hello,
I have added new function "mergeCell" in NXCore side in spreadsheet.cxx class. Now I am trying to expose same function in NXOpen in spreadsheetexternal class. I added implementation .ja, jax and jautil file.
I build the code using below
DO_JA_RECOMPILES 1
DO_SOURCE_RECOMPILES 1
DO_PROJ_RECOMPILE_API_CHECK 1
DO_RECOMPILE_API_CHECK 1
DO_KF_TABLES 1
BUILD_NXOPENCPP 1
BUILD_NXOPENJAVA 1
BUILD_NXOPENPYTHON 1
BUILD_KFBINDINGS 1
Now the corresponding new API is reflecting in my "drv\nxopencpp\no\ind\NXOpen_SpreadsheetExternal.cxx" . but when I call this function using spreadsheetexternal object, it giving me an error - "Unresolved external symbol".
When I try to call already existed API, they are working fine but newly added API is not working fine.
kindly suggest the solution.
Thanks in advance.