dalerank / nanogui-sdl

Minimalistic port of NanoGUI claim works with SDL API w/o external dependencies.
Other
437 stars 77 forks source link

Compile errors after remove of lib eigen #7

Closed AreaScout closed 8 years ago

AreaScout commented 8 years ago

Hi

This is what i get now if i try to compile it:

error C2065: 'mValues': undeclared identifier

RG

dalerank commented 8 years ago

I want to remove eigen

On Aug 28, 2016 11:09 AM, "Daniel Mehrwald" notifications@github.com wrote:

Hi

This is what i get now if i try to compile it:

error C2065: 'mValues': undeclared identifier

RG

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dalerank/nanogui-sdl/issues/7, or mute the thread https://github.com/notifications/unsubscribe-auth/AA4CQbsQnYz80CN-sTbg6xjtQt4L6Vpwks5qkUI0gaJpZM4Ju35j .

AreaScout commented 8 years ago

ok so it's a work in progress ?

dalerank commented 8 years ago

fixed, try to use

AreaScout commented 8 years ago

still compile errors, one i could resolve in picogui.cpp header file was missing #include < map >

utf8 function still has erros:

1>D:\nano\src\picogui.cpp(353): error C2027: use of undefined type 'std::array< char,8 >'