visual studio 2012 - Strange CLR compilation -


so i'm doing directx 11 project , had use ...array<t>^ arr system header , had switch common language runtime support settings /clr. after fiddling other setting project compile seem have messed ,because cant use breakpoints , objects have seem not exist dont know how else put it. please help.

unless need work .net types, i'd recommend not using /clr. instead of using array<t>^, can use std::vector<t> , eliminate dependency on common language runtime.


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -