Re: NetLibSelect NetErrNoInterfaces

2007-05-16 Thread Andy Bell
done that I didn't get the error and was able to use NetLibSelect. Thanks -- Andy Bell -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

NetLibSelect NetErrNoInterfaces

2007-05-15 Thread Andy Bell
Hi, I am trying to write a server application and I keep getting the NetErrNoInterfaces when I use NetLibSelect. I am using the following code: netFDZero(&readFDs); netFDZero(&writeFDs); netFDZero(&exceptFDs); netFDSet(sysFileDescStdIn, &readFDs); netFDSet(g_alarmSocket, &readFDs); width = g_

re: Palm SDK 5.1

2006-01-05 Thread Andy Bell
On Thu, 2006-01-05 at 05:18 +, David Oldis wrote: > The standard libraries are already in the palm device. The API > headers are only used to call into them. It's not like it is when you > develop on a PC where you have to link in the libs. > > But...you will most likely need to include on

Tungsten T5 ROM

2006-01-05 Thread Andy Bell
Hi All, I am trying to download the ROM of a Tungsten T5 but it keeps crashing after around 20% of the transfer. I am using the Emulator on windows and the Transfer.prc for the palm. Any ideas? Is there somewhere I can download the ROM? Thanks in advance Andy -- For information on using the

Palm SDK 5.1

2006-01-04 Thread Andy Bell
Hi All, I have downloaded the Palm SDK 5.1 and would like to use it's API. The problem I am having is that the SDK only includes the headers and I obviously need libraries as well to build the prc. Where do I donwload them from? Are they included with the simulators? Thanks in advance Andy

mpeg library

2005-11-30 Thread Andy Bell
Hi, Does anyone know if there is a free or commercial Mpeg decoding library out there? Thanks in advance Andy -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Screen size

2005-05-13 Thread Andy Bell
Hi All, How do I get the screen size of the device? Thanks in advance Andy -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Task on time

2005-05-12 Thread Andy Bell
Hi All, I would like to fire an event say every second and I am debating on the best way forward. My intial thoughts are to use the event loop as a simple timer, but are there any API methods or libraries that I could use instead? Thanks Andy -- For information on using the Palm Developer Fo

re: LstSetDrawFunction

2005-05-11 Thread Andy Bell
On Wed, 2005-05-11 at 19:35 +, Greg Wilson wrote: > Whoops - been a while since I looked at that stuff. Ignore my previous post - > the second parameter *can* be NULL if you are using a callback to draw the > list contents. > > -Greg Wilson > PalmSource, Inc. Hi Greg, I found the problem -

LstSetDrawFunction

2005-05-11 Thread Andy Bell
Hi All, I am trying to implement a custom draw method for a listbox and I having some trouble. My code is basically as follows: form = FrmInitForm( ListForm ); if( form ) { list = GetObjectPtr( AList ); if( list ) { LstSetDrawFunction( list, (ListDrawDataF

re: jpeg library

2005-05-10 Thread Andy Bell
On Tue, 2005-05-10 at 09:36 +, Kristian Austad wrote: > Andy, > > I couldn't make the library work on any of the simulators either. I wasn't > aware I needed to set up any DLLs, I thought it would be enough to load the > library prc onto the simulator session. Could you (or anybody else) ple

Newbie: pnoJpegLib

2005-05-08 Thread Andy Bell
Hi All, I am trying to use the pnoJpegLib to display an image from a server. However, when I get the image and then try to dispay the image I always get a 'Memory: out of space (Mem 0102)' error alert. I am using a small image - 382bytes and I always get this message. Why is this? Any ideas? Than

Re: jpeg library

2005-05-07 Thread Andy Bell
I have sorted it. Thanks Andy On Sat, 2005-05-07 at 21:12 +0200, Andy Bell wrote: > Hi All, > Has anyone used the pnoJpegLibrary? I am trying to get it to work with > the Simulator that comes shipped with PODS but I can't seem to be able > to load the library within my app

jpeg library

2005-05-07 Thread Andy Bell
Hi All, Has anyone used the pnoJpegLibrary? I am trying to get it to work with the Simulator that comes shipped with PODS but I can't seem to be able to load the library within my application. I have double checked my code with a T5 and that is fine. Any ideas? I have the dlls shipped with the

Wavelet codec

2005-05-05 Thread Andy Bell
Hi All, Does anyone know of a Wavelet(JPEG2000) codec that may be available? Andy -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Emulator memory

2005-05-05 Thread Andy Bell
Hi All, Is there anyway of increasing the Emulator's memory higher than 16kb. I would like to use the Emulator to debug an application. Thanks in advance Andy -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Newbie 64K limit

2005-05-04 Thread Andy Bell
Hi All, I am currently trying to port a library to Palm. In the library there is a table used which it generates itself. My problem is that the size of this table is 64kb and I can't create this on the heap. I have toyed with the idea of creating the table in two portions but I am wondering if

Stack size in PODS

2005-04-24 Thread Andy Bell
Hi, Does anyone know how to set application stack size in PODS when using a managed project? Thanks Andy -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Starting out

2005-02-16 Thread Andy Bell
Hi Ben, Thanks for the info. What plans are there for a Palm OS cobalt device release? With regard to the video streaming, I am actually porting a library I use for desktop applications so hopefully it won't take that long. What would help would be some sample code for a simple application t

Starting out

2005-02-16 Thread Andy Bell
a guide? c) I would like to also like stream video once I have the network stuff, are there code examples of video display? Thanks in advance Andy Bell -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/