It's been ages since I've messed with VS2013 or windows, but... some observation based questions which might help you shed some light on this problem:
Does VS2013 not identify the file where the error occurred? Or is this a linking error? If it's a linking issue, I'm going to guess that you're building a dll and haven't completed one of the prerequisite steps. But I am just guessing -- you haven't provided a lot of information here about what you are doing nor about where the error occurred, That sort of information is critical to understanding what's going on here. Thanks, -- Raul On Thu, Apr 30, 2020 at 1:09 PM Akakima <akakim...@gmail.com> wrote: > > I am trying to compile J (with VS2013) and get an error : > > cc.c > cc.c(487) : error C2065: 'jt' : undeclared identifier > cc.c(487) : error C2223: left of '->typesizes' must point to struct/union > cc.c(487) : error C2168: '_tzcnt_u32' : too few actual parameters for > intrinsic function > > Any one can reproduce this ? > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm