origin wrote:
2008. Few months ago I tried 2010 but had alot of errors so I gave up.
Iam going to trouble you a lil' bit and throw some question, iam truly not the programer type but, meh

I installed 2008 and finaly got the project file open, i had to change a few dependencies to point for XSI SDK folder...
But when i got into the compiling process i get these errors.
Code:
Creating library .\bin\nt-x86-32\pmQuickInset.lib and object .\bin\nt-x86-32\pmQuickInset.exp
pmQuickInset.obj : error LNK2019: unresolved external symbol __imp__glRasterPos2i@8 referenced in function "public: class XSI::CStatus __thiscall pmQuickInset::Draw(class XSI::ToolContext &)" (?Draw@pmQuickInset@@QAE?AVCStatus@XSI@@AAVToolContext@3@@Z)
pmQuickInset.obj : error LNK2019: unresolved external symbol __imp__glColor3f@12 referenced in function "public: class XSI::CStatus __thiscall pmQuickInset::Draw(class XSI::ToolContext &)" (?Draw@pmQuickInset@@QAE?AVCStatus@XSI@@AAVToolContext@3@@Z)
pmQuickInset.obj : error LNK2019: unresolved external symbol __imp__glPointSize@4 referenced in function "public: class XSI::CStatus __thiscall pmQuickInset::Draw(class XSI::ToolContext &)" (?Draw@pmQuickInset@@QAE?AVCStatus@XSI@@AAVToolContext@3@@Z)
pmQuickInset.obj : error LNK2019: unresolved external symbol __imp__glPolygonStipple@4 referenced in function "public: class XSI::CStatus __thiscall pmQuickInset::Draw(class XSI::ToolContext &)" (?Draw@pmQuickInset@@QAE?AVCStatus@XSI@@AAVToolContext@3@@Z)
pmQuickInset.obj : error LNK2019: unresolved external symbol __imp__glDisable@4 referenced in function "public: class XSI::CStatus __thiscall pmQuickInset::Draw(class XSI::ToolContext &)" (?Draw@pmQuickInset@@QAE?AVCStatus@XSI@@AAVToolContext@3@@Z)
pmQuickInset.obj : error LNK2019: unresolved external symbol __imp__glEnd@0 referenced in function "public: class XSI::CStatus __thiscall pmQuickInset::Draw(class XSI::ToolContext &)" (?Draw@pmQuickInset@@QAE?AVCStatus@XSI@@AAVToolContext@3@@Z)
pmQuickInset.obj : error LNK2019: unresolved external symbol __imp__glVertex3d@24 referenced in function "public: class XSI::CStatus __thiscall pmQuickInset::Draw(class XSI::ToolContext &)" (?Draw@pmQuickInset@@QAE?AVCStatus@XSI@@AAVToolContext@3@@Z)
pmQuickInset.obj : error LNK2019: unresolved external symbol __imp__glBegin@4 referenced in function "public: class XSI::CStatus __thiscall pmQuickInset::Draw(class XSI::ToolContext &)" (?Draw@pmQuickInset@@QAE?AVCStatus@XSI@@AAVToolContext@3@@Z)
pmQuickInset.obj : error LNK2019: unresolved external symbol __imp__glEnable@4 referenced in function "public: class XSI::CStatus __thiscall pmQuickInset::Draw(class XSI::ToolContext &)" (?Draw@pmQuickInset@@QAE?AVCStatus@XSI@@AAVToolContext@3@@Z)
pmQuickInset.obj : error LNK2019: unresolved external symbol __imp__glLineWidth@4 referenced in function "public: class XSI::CStatus __thiscall pmQuickInset::Draw(class XSI::ToolContext &)" (?Draw@pmQuickInset@@QAE?AVCStatus@XSI@@AAVToolContext@3@@Z)
pmQuickInset.obj : error LNK2019: unresolved external symbol __imp__glColor4d@32 referenced in function "public: class XSI::CStatus __thiscall pmQuickInset::Draw(class XSI::ToolContext &)" (?Draw@pmQuickInset@@QAE?AVCStatus@XSI@@AAVToolContext@3@@Z)
i tried opening visual c++ from XSI but no avail, so wtf all these errors about ?