- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
trouble in creating a hoops 3dAF prototype
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-29-2011 04:49 PM
Hi,
I am also working on hoops, and i have some questions about setting up the hoops.
I tired to create a hoops prototype by using hoops mfc appwizard in C++:
New Project -> Hoops Application -> Multiple document interface -> Hoops Components: 3dAF -> No Geometric Kernel support
But when i ran this prototype, i got some errors as follows:
1>------ Build started: Project: test, Configuration: Debug Win32 ------
1>Compiling...
1>StdAfx.cpp
1> WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
1>Compiling...
1>HtestSelectionSet.cpp
1>c:\hello_world_hoops\test\test\htestselectionset
1>HtestView.cpp
1>c:\hello_world_hoops\test\test\htestview.h(7) : fatal error C1083: Cannot open include file: 'HBaseView.h': No such file or directory
1>HtestModel.cpp
1>c:\hello_world_hoops\test\test\htestmodel.cpp(14
1>testView.cpp
1>c:\hello_world_hoops\test\test\testview.cpp(10) : fatal error C1083: Cannot open include file: 'HStream.h': No such file or directory
1>testDoc.cpp
1>c:\hello_world_hoops\test\test\test.h(13) : fatal error C1083: Cannot open include file: 'CHoopsApp.h': No such file or directory
1>ChildFrm.cpp
1>MainFrm.cpp
1>c:\hello_world_hoops\test\test\mainfrm.h(13) : fatal error C1083: Cannot open include file: 'CHoopsFrm.h': No such file or directory
1>test.cpp
1>c:\hello_world_hoops\test\test\test.h(13) : fatal error C1083: Cannot open include file: 'CHoopsApp.h': No such file or directory
1>Generating Code...
1>Build log was saved at "file://c:\hello_world_HOOPS\test\test\Debug_nt_i38
1>test - 7 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
I guess there are some wrong with my settings in C++. I attached all my default setting in C++ to you.
Furthermore, everytime i need to copy three files: hoopsd.lib, hc.h and hoops1620_vc80d.dll into my project directory, otherwise the error would say three files are missing.
Thanks a lot in advance
Re: trouble in creating a hoops 3dAF prototype
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-29-2011 04:50 PM

