Forum Discussion
Altera_Forum
Honored Contributor
16 years agoThe first step was to extract a *.def file from the dll, I used Borland IMPDEF for this action. I'm not sure if there's a similar MS tool.
IMPDEF jtag_atlantic.def jtag_atlantic.dll As the second step, the *.def is compiled to *.lib by MS LIB LIB /DEF:jtag_atlantic.def /OUT:jtag_atlantic.lib Respectively, a Borland library can be generated by Borland LIB util. Regarding general Virtual JTAG operation, sld_hapi.dll seems to contain the complete functionality.