Lucavfx Posted May 12, 2011 Share Posted May 12, 2011 (edited) Hello, I'm testing my windows compiling environment by running the nice "SBC Capture, Deform & Transfer Sops" by houdini tools, however I get some GB_AttributeRef errors (quite often on some other SOPs too). I'm on H11 hdk and running MS Visual C++ 2005 on windows7 (yeah I know) I found in another post that this could be due to a change to the H11 hdk. Do you reckon fixing the source would be difficul for somebody not accustomed to HDK and C++? I'm running hcustom SOP_SBC_capt.c <enter>, it returns a long list (here a portion of it) SOP_SBC_capt.C(474) : error C2440: '=' : cannot convert from 'GB_AttributeRef' to 'int' No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called SOP_SBC_capt.C(478) : error C2248: 'GB_AttributeElem::getAttribData' : cannot access private member declared in class 'GB_AttributeElem' c:\program files\side effects software\houdini 11.0.446.9\toolkit\include\gb\GB_AttributeElem.h(155) : see declaration of 'GB_AttributeElem::getAttribData' c:\program files\side effects software\houdini 11.0.446.9\toolkit\include\gb\GB_AttributeElem.h(33) : see declaration of 'GB_AttributeElem' Thanks for taking a look L Edited May 12, 2011 by Lucavfx Quote Link to comment Share on other sites More sharing options...
edward Posted May 12, 2011 Share Posted May 12, 2011 http://www.sidefx.com/docs/hdk11.0/hdk_changes_11_0.html#HDKC11_0_GB_AttributeRef Quote Link to comment Share on other sites More sharing options...
Lucavfx Posted May 29, 2011 Author Share Posted May 29, 2011 http://www.sidefx.com/docs/hdk11.0/hdk_changes_11_0.html#HDKC11_0_GB_AttributeRef To my great surprise I managed to upgrade the code and get it compiled successfully, thanks! L Quote Link to comment Share on other sites More sharing options...
edward Posted May 30, 2011 Share Posted May 30, 2011 Cool, you should pass the changes back to Simon. I'm sure he'll appreciate it. Quote Link to comment Share on other sites More sharing options...
sibarrick Posted May 30, 2011 Share Posted May 30, 2011 That one plus a few others have now been updated to compile for H11, hopefully more to follow.... 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.