sitemule / noxDB

Not only XML. SQL,JSON and XML made easy for IBM i
MIT License
41 stars 20 forks source link

nox_GetNodeValueInt is not exported #68

Open m1h43l opened 2 years ago

m1h43l commented 2 years ago

The RPG prototype nox_GetValueInt points to the C function nox_GetNodeValueInt. But this function is not listed in binder source thus is not exported.

        Dcl-PR nox_GetValueInt Int(20) extproc(*CWIDEN : 'nox_GetNodeValueInt');
          pNode          Pointer    value; // Pointer to node
          // If not found - default value
          Defaultvalue   Int(20)    value options(*NOPASS);
        End-PR;

Branch UTF8.

NielsLiisberg commented 2 years ago

Thanx M. for the feedback - I wonder why the unit test did not find that ? Need to investigate in that too.