fayal Posted November 19, 2012 Share Posted November 19, 2012 hi,i am just start learning houdini hdk i try to compile the SOP_Star hdk code in codeblocks but its not working anyone can help?? Quote Link to comment Share on other sites More sharing options...
symek Posted November 19, 2012 Share Posted November 19, 2012 Windows, Linux, OSX? My advice is don't attempt to setup IDE now, start with command line compilation, inspect compilation flags, make some coding. You won't need "IDE experience" for a while, if you've just stared. After some time you will know more about HDK and it will be easier to advance. The tutorial in HDK explains every step in command compilation. If you insist using IDE now, read Makefile for your platform (it's there in $HT/makefiles) and dress your compiler and linker with those flags. Quote Link to comment Share on other sites More sharing options...
fayal Posted November 23, 2012 Author Share Posted November 23, 2012 thanks SYmek, i see your comment in sidefx forum also ,im working in windows. yes i learning c++ and learn to make some hdk. there is some hdk exemples more easy than in houdini exemples? Quote Link to comment Share on other sites More sharing options...
symek Posted November 23, 2012 Share Posted November 23, 2012 I don't think so, SOP_Start.C, or SOP_CPPWave.C seems to be very basic. If you that intimidates you, maybe you should play little more with c++ itself or just go ahead and ask question along the way. Quote Link to comment Share on other sites More sharing options...
fayal Posted November 24, 2012 Author Share Posted November 24, 2012 thanks again SYmek, before there is one folder in include named GB i cannot find it in houdini 12. this folder contain GB_Group.h GB_PointRef.h GB_Attribute.h GB_AttributeTable.h anyone have an idea about ? Quote Link to comment Share on other sites More sharing options...
symek Posted November 24, 2012 Share Posted November 24, 2012 (edited) As pointed by Mark on sidefx.com, these are an old headers valid prior H12. Currently GA_*.h are in use. Edited November 24, 2012 by SYmek Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.