lkw019 Posted February 10, 2011 Share Posted February 10, 2011 (edited) houdini 11.0.581 set MSVCDir=C:\Program Files (x86)\Microsoft Visual Studio 8\VC hcustom SOP_PDC_Export.C error: e:\hdk\SOP_PDC_Export_writePDCFile.C(335) : error C2065: “attrVec”: 未声明的标 识符 e:\hdk\SOP_PDC_Export_writePDCFile.C(335) : error C2228: “.x”的左边必须有类/结 构/联合 类型是“'unknown-type'” e:\hdk\SOP_PDC_Export_writePDCFile.C(336) : error C2228: “.y”的左边必须有类/结 构/联合 类型是“'unknown-type'” e:\hdk\SOP_PDC_Export_writePDCFile.C(337) : error C2228: “.z”的左边必须有类/结 构/联合 类型是“'unknown-type'” e:\hdk\SOP_PDC_Export_writePDCFile.C(410) : error C2317: 在行“98”上开始的“try ”块没有 catch 处理程序 e:\hdk\SOP_PDC_Export_writePDCFile.C(417) : error C2059: 语法错误 : “catch” e:\hdk\SOP_PDC_Export_writePDCFile.C(417) : error C2143: 语法错误 : 缺少“;”(在 “{”的前面) e:\hdk\SOP_PDC_Export_writePDCFile.C(417) : error C2447: “{”: 缺少函数标题(是 否是老式的形式表?) e:\hdk\SOP_PDC_Export_writePDCFile.C(441) : error C2143: 语法错误 : 缺少“;”(在 “.”的前面) e:\hdk\SOP_PDC_Export_writePDCFile.C(441) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int e:\hdk\SOP_PDC_Export_writePDCFile.C(443) : error C2059: 语法错误 : “return” e:\hdk\SOP_PDC_Export_writePDCFile.C(444) : error C2059: 语法错误 : “}” e:\hdk\SOP_PDC_Export_writePDCFile.C(444) : error C2143: 语法错误 : 缺少“;”(在 “}”的前面) e:\hdk\SOP_PDC_Export_writePDCFile.C(444) : error C2059: 语法错误 : “}” SOP_PDC_Export.C(77) : error C2143: 语法错误 : 缺少“;”(在“{”的前面) SOP_PDC_Export.C(77) : error C2447: “{”: 缺少函数标题(是否是老式的形式表?) help me, thanks. Edited February 10, 2011 by lkw019 Quote Link to comment Share on other sites More sharing options...
lkw019 Posted February 10, 2011 Author Share Posted February 10, 2011 Houdini_PDC_src_v1.5.1 1 Quote Link to comment Share on other sites More sharing options...
lkw019 Posted February 10, 2011 Author Share Posted February 10, 2011 I can successfully compile SOP_PDC_Import.C, but can not compile SOP_PDC_Export.C, why? help me. Quote Link to comment Share on other sites More sharing options...
lkw019 Posted February 10, 2011 Author Share Posted February 10, 2011 Quote Link to comment Share on other sites More sharing options...
Guest xionmark Posted February 10, 2011 Share Posted February 10, 2011 Hello, I don't use Windows so I can't really help too much except to say you'll have to use the Makefile or modify it because there are switches in the source code to support H9.5 and H11. So if those are not set, you'll have trouble. Mark Quote Link to comment Share on other sites More sharing options...
lkw019 Posted February 11, 2011 Author Share Posted February 11, 2011 (edited) Thanks. Edited February 19, 2011 by lkw019 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.