nv-l

Re: [nv-l] Libraries to run sample C++ code

2004-03-09 13:13:56
Subject: Re: [nv-l] Libraries to run sample C++ code
From: igastelu AT unm DOT edu
To: nv-l AT lists.us.ibm DOT com
Date: Tue, 09 Mar 2004 11:05:05 -0700
I am trying to make the exe from the sample name_to_oid

I called the sample samplec.cpp, when compiling it I got this:

Compiling...
samplec.cpp
c:\dip\test11\samplec.cpp(26) : error C2065: 'OVmib_read_objid' : 
undeclared identifier
c:\dip\test11\samplec.cpp(38) : error C2065: 'OVmib_get_objid_name' : 
undeclared identifier
Error executing cl.exe.

samplec.obj - 2 error(s), 0 warning(s)

I do not know what is wrong, but seems to be it can not find the 
functions OVmib_%%%%%.

Any hints are appreciated