Forum Discussion
Altera_Forum
Honored Contributor
17 years agoI know it's completely on my side. The problem is I did'nt know exactly how to call the jtagatlantic_get_error function.
As in the example on the nioswiki, it returns an int. But here the visual studio compiler compains on (the exammple is made on gcc). With some tool called "PE explorer", I could find out that the function retuns an enum called JATL_ERROR. Defining the function like this, and the enum, everything works like expected. Stefaan