Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Graphics > Inventor API > Open Inventor a...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 449 of 501
Post > Topic >>

Open Inventor and Open Cascade

by massimoromano82@[EMAIL PROTECTED] Aug 18, 2006 at 09:56 AM

Hello, I'm trying to use open inventor with open cascade in my
application.
I'm using VC++ 2003 and I added these lib in the linker tab of the
project settings:
TKBRep.lib TKernel.lib TKMath.lib


Then I added these 2 files:

--------------------------------------------------------------------------------
OCCShapeContainer.h:
--------------------------------------------------------------------------------
#ifndef OCCSHAPECONTAINER_H
#define OCCSHAPECONTAINER_H

#include <vector>
#include <TopoDS_Shape.hxx>

class OCCShapeContainer
{
public:
	OCCShapeContainer(void);
	~OCCShapeContainer(void);

private:
	vector<TopoDS_Shape> shapeVector;
};


#endif



--------------------------------------------------------------------------------
OCCShapeContainer.cpp
--------------------------------------------------------------------------------
#include "occshapecontainer.h"

OCCShapeContainer::OCCShapeContainer(void){
}

OCCShapeContainer::~OCCShapeContainer(void){
}


I can build, but when I try to run or debug the application I obtain
this error:

"Unable to find entry point ??0exception@[EMAIL PROTECTED]
 in DLL
INV505D.DLL"

Can any one help me??
 




 1 Posts in Topic:
Open Inventor and Open Cascade
massimoromano82@[EMAIL PR  2006-08-18 09:56:52 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Aug 29 23:42:22 CDT 2008.