Hi, 

I hope this is the right place to post this query?

 

I hale compiled PowerSDR using Visual studio 2005 and after conversion I had
two small problems to resolve before

PowerSDR would run OK.

First the line;

//Splash.SplashForm.Owner = this;       // So that main form will show/focus
when splash disappears

If I don't comment this line it causes an exception. As it stands ofcourse
the main window does not gain the focus after the splash has closed becaused
I commented it out.

 

The second problem is with using the  GetAvailCOMPorts()

I commented out the internal object SerialPorts and used the c# call which
worked OK

   //SerialPorts.SerialPort sp = new SerialPorts.SerialPort();

   SerialPort sp = new SerialPort();

I wonder is there something not being cleaned up in the SerialPorts Object
prior to opening

it and testing for the next port?

 

 

Regards,

 

Bob Ashmore.

 

_______________________________________________
FlexRadio Systems Mailing List
FlexRadio@flex-radio.biz
http://mail.flex-radio.biz/mailman/listinfo/flexradio_flex-radio.biz
Archives: http://www.mail-archive.com/flexradio%40flex-radio.biz/
Knowledge Base: http://kb.flex-radio.com/  Homepage: http://www.flex-radio.com/

Reply via email to