night-ghost / happykillmore-gcs

Automatically exported from code.google.com/p/happykillmore-gcs
Other
0 stars 4 forks source link

Codes error #26

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
hi
i try to use HK GCS codes for Arducopter. i was download the vb.net codes from 
google code page.
But there is a problem. 3 errors are shown in codes by vb

1-Type 'DsCAUUID' is not defined.      frmMain.vb  line 29
2-Type 'DataSet' is not defined.          frmMain.vb  line 33
3-Type 'DataTable' is not defined.       frmMain.vb  line 34

please help me to solve this problem.

Original issue reported on code.google.com by jamgosta...@gmail.com on 30 May 2011 at 8:10

GoogleCodeExporter commented 8 years ago
1) DirectX issue. 
http://download.microsoft.com/download/8/4/A/84A35BF1-DAFE-4AE8-82AF-AD2AE20B6B1
4/directx_Jun2010_redist.exe
2 and 3) are .NET 2.0 issues 
http://download.microsoft.com/download/5/6/7/567758a3-759e-473e-bf8f-52154438565
a/dotnetfx.exe

Original comment by paulbmather@gmail.com on 30 May 2011 at 2:45

GoogleCodeExporter commented 8 years ago
Tanks for your attentions.
But i have both of them. EXE version that i downloaded it from download section 
works fine.

Original comment by jamgosta...@gmail.com on 30 May 2011 at 3:06

Attachments:

GoogleCodeExporter commented 8 years ago
So your issue is with the source code not the compiled EXE?

Original comment by paulbmather@gmail.com on 30 May 2011 at 3:08

GoogleCodeExporter commented 8 years ago
yes.

Original comment by jamgosta...@gmail.com on 30 May 2011 at 3:11

GoogleCodeExporter commented 8 years ago
Then there's something wrong with your references. You'll need to make sure 
System.Data and a reference to DirectShowLib-2005.dll are set.

Original comment by paulbmather@gmail.com on 30 May 2011 at 3:14

GoogleCodeExporter commented 8 years ago
please see picture

Original comment by jamgosta...@gmail.com on 30 May 2011 at 3:18

Attachments:

GoogleCodeExporter commented 8 years ago
Looks good to me. 

Original comment by paulbmather@gmail.com on 30 May 2011 at 3:27

GoogleCodeExporter commented 8 years ago
i found a solution.
i add "DirectShowLib." before "DsCAUUID()" and also "System.Data." for 
"dataset()" and 
"datatable()"
can i do that?

Original comment by jamgosta...@gmail.com on 30 May 2011 at 3:42

Attachments:

GoogleCodeExporter commented 8 years ago
Absolutely....

Original comment by paulbmather@gmail.com on 30 May 2011 at 3:46

GoogleCodeExporter commented 8 years ago
there is another problem.

in serial data is "IN: Unknown Message:"
and alarm is shown and hide randomly
EXE versin works great and fantastic and have no "IN: Unknown Message:" in Raw 
Data.
plese help me.
see picture

Original comment by jamgosta...@gmail.com on 30 May 2011 at 5:33

Attachments:

GoogleCodeExporter commented 8 years ago
and cant read mavlink Waypionts.

Original comment by jamgosta...@gmail.com on 30 May 2011 at 5:39

GoogleCodeExporter commented 8 years ago
Wrong baud rate?

Original comment by paulbmather@gmail.com on 30 May 2011 at 6:05

GoogleCodeExporter commented 8 years ago
115200 through usb. i used this buad rate for EXE version.
my source version is 1.2.73
and downloaded EXE version is 1.2.98

Original comment by jamgosta...@gmail.com on 30 May 2011 at 6:20

GoogleCodeExporter commented 8 years ago
do you have any solution?
i think this old version of "modMAVlink.vb" has some problem.
only i think...
Best Regards

Original comment by jamgosta...@gmail.com on 31 May 2011 at 5:49

GoogleCodeExporter commented 8 years ago
Please update your source. I posted the latest.

Original comment by paulbmather@gmail.com on 5 Jun 2011 at 7:13

GoogleCodeExporter commented 8 years ago
this new codes work great.
Thank you very much indeed.

Original comment by jamgosta...@gmail.com on 5 Jun 2011 at 8:55