Skip to content

Compile under Win & VS 2010 #1

@Thoenu

Description

@Thoenu

Hi,

tried to compile under Win 7 & VS 2010. here some issues:

1.)
in vmmlib_config.hpp I had to correct the line to:

defined _WIN32
define VMMLIB_ALIGN( var ) __declspec (align (16)) var

2.)
Compiler throw the error in quaternion.hpp, that the vector is not accessible, because it is using varaibles from base class with "super". Had to change the declaration to:

class quaternion : public vector< 4, T >

instead of class quaternion : private vector< 4, T >

so that it worked.

lg matthias

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions