<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:12pt"><div style="RIGHT: auto"><SPAN style="RIGHT: auto">The standard Windows error message about missing DLL can be kind of confusing. It really means:</SPAN></div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto"></SPAN> </div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto">1) Either the DLL is missing, or</SPAN></div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto">2) The DLL was found, but something else that the DLL references can't be found.</SPAN></div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto"></SPAN> </div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto">Most likely the version of the DLL that you are trying to use was built referencing a C runtime library that is different (older) than the one installed on your system. There are some solutions:</SPAN></div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto"></SPAN> </div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto">1. Download Dependency Walker.  This is a free software tool that will search for all the dependencies an application uses, and identify which ones can't be found.  <A href="http://www.dependencywalker.com/">http://www.dependencywalker.com/</A></SPAN></div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto">Open up the JanusAudio.dll in question and search for sub-dependencies.</SPAN></div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto">There are a few false positives that you will need to ignore...</SPAN></div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto"></SPAN> </div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto">2a. Get the DLL source and rebuild it to use the most recent C runtime (or whatever else it may be referencing that is not on your computer).</SPAN></div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto"></SPAN> </div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto">or</SPAN></div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto"></SPAN> </div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto">2b. Identify the version of runtime library that the DLL needs, and install that on your computer.</SPAN></div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto"></SPAN> </div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto"></SPAN> </div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto">-- Tom, N5EG<VAR id=yui-ie-cursor></VAR></SPAN></div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto"></SPAN> </div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto"></SPAN> </div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto"></SPAN> </div>
<div><BR>
<BLOCKQUOTE style="BORDER-LEFT: rgb(16,16,255) 2px solid; MARGIN-TOP: 5px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px">
<DIV style="FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12pt">
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt">
<DIV dir=ltr><FONT size=2 face=Arial>
<DIV style="BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; PADDING-BOTTOM: 0px; LINE-HEIGHT: 0; MARGIN: 5px 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; HEIGHT: 0px; FONT-SIZE: 0px; BORDER-TOP: #ccc 1px solid; BORDER-RIGHT: #ccc 1px solid; PADDING-TOP: 0px" class=hr contentEditable=false readonly="true"></DIV><B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> Georg Prinz <getpri@t-online.de><BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> hpsdr@lists.openhpsdr.org <BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Tuesday, July 31, 2012 5:46 AM<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> [hpsdr] PowerSDR v. 1.19.3. on windows 7<BR></FONT></DIV><BR>***** High Performance Software Defined Radio Discussion List *****<BR><BR><BR>
<DIV id=yiv866005351>
<DIV>Hello to all,<BR><BR>trying to run Joe´s Signal Generator I always get the error:<BR> "<BIG>JanusAudio.dll missing. Except of HRESULT:0:x8007007E cant be loaded"</BIG>.<BR> But JanusAudio.dll is located in the same directrory like PowerSDR.<BR><BR>This program is based upon W5WC version 1.19.3.4. Therefore I tried the version PowerSDR v. 1.19.3.4 and v 1.19.3.5 witlh the same result. <BR><BR>All other versions based on 2.2.3.1 by W5WC and Joe, dual rx, tripl rx all are behaving fine.<BR><BR>My hardware is as follows :<BR><BR>Slot J6: Metis, J5 Excalibur, J4 Penelope, J3 (master), J2 and J1 each Mercury.<BR><BR>Firmware: Metis v.1.8, Penelope v. 1.7, Mercury 3.2.<BR><BR>OS: Windows 7 64bit on a AMD quad core 3.2GHz.<BR><BR>Joe told me that on his Window 7 and AMD processor the PowerSDR v. 1.19.3.4 is running smoothly.<BR><BR>Does anybody have an idea to succeed?<BR><BR>73, Georg,
 dl2kp<BR><BR><BR></DIV></DIV><BR>_______________________________________________<BR>HPSDR Discussion List<BR>To post msg: <A href="mailto:hpsdr@openhpsdr.org" ymailto="mailto:hpsdr@openhpsdr.org">hpsdr@openhpsdr.org</A><BR>Subscription help: <A href="http://lists.openhpsdr.org/listinfo.cgi/hpsdr-openhpsdr.org" target=_blank>http://lists.openhpsdr.org/listinfo.cgi/hpsdr-openhpsdr.org</A><BR>HPSDR web page: <A href="http://openhpsdr.org/" target=_blank>http://openhpsdr.org/</A><BR>Archives: <A href="http://lists.openhpsdr.org/pipermail/hpsdr-openhpsdr.org/" target=_blank>http://lists.openhpsdr.org/pipermail/hpsdr-openhpsdr.org/</A><BR><BR></DIV></DIV></BLOCKQUOTE></div></div></body></html>