Jump to content

error,why? hcustom SOP_PDC_Export.C


Recommended Posts

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 by lkw019
Link to comment
Share on other sites

Guest xionmark

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

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...