Well I cannot get DXUI compiled with MSVC (DX 4.1.3). It gives bunch of undefined references....
Greg or David any suggestions what am I missing here? Thanks Suhaib Generating Code... Linking... libDxui.lib(Network.obj) : error LNK2001: unresolved external symbol "public: __thiscall Ark::Ark(class Node *,int,class Node *,int)" (??0Ark@@[EMAIL PROTECTED]@@[EMAIL PROTECTED]) libDxui.lib(EditorWindow.obj) : error LNK2001: unresolved external symbol "public: __thiscall Ark::Ark(class Node *,int,class Node *,int)" (??0Ark@@[EMAIL PROTECTED]@@[EMAIL PROTECTED]) libDxui.lib(StandIn.obj) : error LNK2001: unresolved external symbol "public: __thiscall Ark::Ark(class Node *,int,class Node *,int)" (??0Ark@@[EMAIL PROTECTED]@@[EMAIL PROTECTED]) ImageNode.obj : error LNK2001: unresolved external symbol "public: __thiscall Ark::Ark(class Node *,int,class Node *,int)" (??0Ark@@[EMAIL PROTECTED]@@[EMAIL PROTECTED]) Node.obj : error LNK2001: unresolved external symbol "public: __thiscall Ark::Ark(class Node *,int,class Node *,int)" (??0Ark@@[EMAIL PROTECTED]@@[EMAIL PROTECTED]) ReceiverNode.obj : error LNK2001: unresolved external symbol "public: __thiscall Ark::Ark(class Node *,int,class Node *,int)" (??0Ark@@[EMAIL PROTECTED]@@[EMAIL PROTECTED]) TransmitterNode.obj : error LNK2001: unresolved external symbol "public: __thiscall Ark::Ark(class Node *,int,class Node *,int)" (??0Ark@@[EMAIL PROTECTED]@@[EMAIL PROTECTED]) libDxui.lib(EditorWindow.obj) : error LNK2001: unresolved external symbol "public: unsigned char __thiscall ArkStandIn::printAsPostScript(struct _iobuf *)" ([EMAIL PROTECTED]@@QAEEPAU_iobuf@@@Z) libDxui.lib(BuildIFDict.obj) : error LNK2001: unresolved external symbol "public: __thiscall ImageFormatIM::ImageFormatIM(class ImageFormatDialog *)" (??0ImageFormatIM@@[EMAIL PROTECTED]@@@Z) Debug/dxui.exe : fatal error LNK1120: 3 unresolved externals Error executing link.exe. dxui.exe - 10 error(s), 1 warning(s)
