OpenSeesforFire / openseesforfire.github.io

This a repository for OpenSees for fire
http://openseesforfire.github.io/
18 stars 14 forks source link

C2039: 'result ' is not a member of 'Tcl_Interp' #6

Open 17534186 opened 6 years ago

17534186 commented 6 years ago

This error in Visual Studio is linked to the tcl. h file definition of the structure Tcl_Interp. The definition has a inactive preprocessor block which makes VS unable to recognise te result variable. Please let me know how I can fix this.

Lo-Jay-Benny commented 1 year ago

hi ,did you know how to fix this issue?