1

我有一个 libcx3d.a,其中包含我的 VrmlParser 类和 VrmlParser 使用的其他类。

我有一个 main.cpp 可以做到这一点:

VrmlParser vp = new VrmlParser();  
double **VOB = vp.getVOB();`

我编译使用:

g++ main.cpp -o main -L. -lcx3d

我收到以下错误:

 'VrmlParser' was not declared in this scope. expected ';' before vp.   
 'vp' was not declared in this scope.

我应该怎么办 ?

4

0 回答 0