viveris / jtag-boundary-scanner

JTAG boundary scan debug & test tool.
GNU General Public License v3.0
118 stars 34 forks source link

Unable to parse external symbol setOutputFunc #5

Closed GrayLoach closed 2 years ago

GrayLoach commented 2 years ago

I use Visual Studio 2017 and have changed the v142 to v141, but this problem always occurs. Does this mean that I have to install Visual Studio 2019 ? But my PC has too much Visual Studio version and I'm so tired of this.

honigal commented 2 years ago

Just change the the function name 'setOutputFunc' to 'setOutputFunc_script' in libjtagcore.def file. you should be golden.

Alex

jfdelnero commented 2 years ago

Exact. i will fix the .def file.

jfdelnero commented 2 years ago

Fixed.

GrayLoach commented 2 years ago

Just change the the function name 'setOutputFunc' to 'setOutputFunc_script' in libjtagcore.def file. you should be golden.

Alex

Wow, you can really dance !