Search found 21 matches

by jdal
Fri Apr 26, 2013 7:19 am
Forum: Off-Topic
Topic: NBShell Version 3
Replies: 9
Views: 9529

Re: NBShell Version 3

I cannot speak for Tod solution as i just found out about through him. I have been using Flex for all my designs for the past 7 years. I have not run into any issues at all in any browsers with it over this time. As far as Silverlight goes, i just started learning it. There are 2 reasons that push m...
by jdal
Fri Apr 26, 2013 5:44 am
Forum: Off-Topic
Topic: NBShell Version 3
Replies: 9
Views: 9529

Re: NBShell Version 3

Thanks Tod for the tip, its nice to have alternate solutions. I have been using Adobe Flex for doing the same kinds of things for years now. Recently i have moved to Silverlight to do it. Here is a demo i did years ago on the MOD5270 with Flex. I have 3 mp3 files on the SD card. It streams the file ...
by jdal
Thu Apr 11, 2013 6:33 am
Forum: NetBurner Software
Topic: Source code to convert bmp to jpeg
Replies: 6
Views: 12219

Re: Source code to convert bmp to jpeg

Thank mike i will look into it. With either of these libraries, you'd still need to get the BMP data into shape for input into the JPEG library. BMP format is very simple, you could find a library to pull out the image data or roll one yourself. I have done this, this was the easy part. I think firs...
by jdal
Wed Apr 10, 2013 6:08 pm
Forum: NetBurner Software
Topic: Source code to convert bmp to jpeg
Replies: 6
Views: 12219

Source code to convert bmp to jpeg

I have a requirement to convert a .bmp image to a .jpg. I have a sensor that only outputs a .bmp image, and i have to send that to another destination which only accepts .jpg. I spent some time looking for source code to do this rahter than re-inventing the wheel, but so far am unable to find anythi...
by jdal
Sat Mar 30, 2013 8:52 am
Forum: Off-Topic
Topic: How to contact the forum admin ?
Replies: 4
Views: 5315

Re: How to contact the forum admin ?

I have PM you some time ago, but no response yet.
by jdal
Mon Mar 25, 2013 3:35 pm
Forum: Off-Topic
Topic: How to contact the forum admin ?
Replies: 4
Views: 5315

Re: How to contact the forum admin ?

Some time ago i created an account for work. I wanted to use it, but seem to forgot the password.
I tried the forgot password, but it says the account is disabled.
by jdal
Sun Mar 24, 2013 10:59 am
Forum: Off-Topic
Topic: How to contact the forum admin ?
Replies: 4
Views: 5315

How to contact the forum admin ?

How can we contact the forums administrator about an issue.
by jdal
Thu Mar 21, 2013 4:03 pm
Forum: NetBurner Software
Topic: Some help with typedef and pointers.
Replies: 6
Views: 4907

Re: Some help with typedef and pointers.

Thank you both for taking the time and explaining things in detail. Its working now. The confusing this to me with pointers is that when you try to learn about it you see so many people doing different things. Then is get way confusing when people to pointers to pointers. I'm like what the heck. wha...
by jdal
Thu Mar 21, 2013 5:55 am
Forum: NetBurner Software
Topic: Some help with typedef and pointers.
Replies: 6
Views: 4907

Re: Some help with typedef and pointers.

In the code sent to me, they did not do this. I did remove the "*" from "SB_OEM_PKT* Command_Packet;"
and then switch all the -> to " . " and it worked fine.
I was more curious why the original did not work. Attached is the original files.
by jdal
Wed Mar 20, 2013 9:49 pm
Forum: NetBurner Software
Topic: Some help with typedef and pointers.
Replies: 6
Views: 4907

Re: Some help with typedef and pointers.

Thanks, but still returns 0