<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-FAMILY: 'Arial'; COLOR: #000000; FONT-SIZE: 10pt">
<DIV>
<DIV 
style="FONT-STYLE: normal; DISPLAY: inline; FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none">If 
you are developing C# code using the free Visual Studio code from Microsoft 
then  the 2008 version, when run under Win 7 64 bit,  does not 
immediately allow you to compile for x86 processors.   You need to do 
this when compiling for KISS Konsole since some of the DLLs are 32 
bit.</DIV></DIV>
<DIV>
<DIV 
style="FONT-STYLE: normal; DISPLAY: inline; FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none"> </DIV></DIV>
<DIV>
<DIV 
style="FONT-STYLE: normal; DISPLAY: inline; FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none">Here 
is the way to restore that menu option  (found on the Internet via 
Google)</DIV></DIV>
<DIV>
<DIV 
style="FONT-STYLE: normal; DISPLAY: inline; FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none"> </DIV></DIV>
<DIV><FONT face="Times New Roman"><FONT style="FONT-SIZE: 12pt">1. In VC# 
Express 2008, go to Tools -> Options.<BR>2. In the bottom-left corner of the 
Options dialog, check the box that<BR>says, "Show all settings".<BR>3. In the 
tree-view on the left hand side, select "Projects and Solutions".<BR>4 .In the 
options on the right, check the box that says, "Show advanced<BR>build 
configurations."<BR>5. Click OK.<BR>6. Go to Build -> Configuration 
Manager...<BR>7. In the Platform column next to your project, click the combobox 
and<BR>select "".<BR>8. In the "New platform" setting, choose "x86".<BR>9. Click 
OK.<BR>10. Click Close.</FONT></FONT></DIV>
<DIV><FONT size=3 face="Times New Roman"></FONT> </DIV>
<DIV><FONT size=3 face="Times New Roman">This adds a new directory  
\bin\x86 where your Release and Debug subdirectories now reside.</FONT></DIV>
<DIV><FONT size=3 face="Times New Roman"></FONT> </DIV>
<DIV><FONT size=3 face="Times New Roman">I also found that when compiling 
existing code I had to remove and re-apply all References   
(SharpDSP.dll etc) and make sure that any dlls that these call were in the 
\bin\x86\Release  and  Debug directories.</FONT></DIV>
<DIV><FONT size=3 face="Times New Roman"></FONT> </DIV>
<DIV><FONT size=3 face="Times New Roman">There may well be other ways to get 
round this issue but seems to work OK for me.</FONT></DIV>
<DIV><FONT size=3 face="Times New Roman"></FONT> </DIV>
<DIV><FONT size=3 face="Times New Roman">73 Phil...VK6APH </FONT></DIV>
<DIV><FONT size=3 face="Times New Roman"></FONT> </DIV>
<DIV><FONT size=3 
face="Times New Roman"></FONT> </DIV></DIV></DIV></BODY></HTML>