Altera_Forum
Honored Contributor
13 years agoUnable to load DLL 'jtag_atlantic.dll'
Hi,
I am using Visual Studio 2008 (VC++) for creating a GUI which interacts with NIOS2 of stratix 4GX dev kit. I have read all the forum/posts and tried most of the things but still I am getting the following error while running my GUI with VS2008. " an unhandled exception of type 'system.dllnotfoundexception' occurred in program4.exe
additional information: unable to load dll 'jtag_atlantic.dll': the specified module could not be found. (exception from hresult: 0x8007007e) " I have jtag_atlantic.h and jtag_atlantic.lib in the project folder and under resource files of VS2008. jtag_atlantic.dll is also there under quartus/bin and I have placed it everywhere and ran the program but no success. Please help me out with this issue. Thanks