Re: help badly needed!!! multimedia on palm

2005-09-12 Thread Mark Lussier
in response (and I NEVER respond) 1.) I will provide you source code in EFIGS(JC if you need) , and with docs on all langs 2.) Will work with above (1.), seamlessly 3.) No Problem, seamless API will be provided please email me for pricing on above along with your time requirements I would happy

treo 650 saving camera image to photo album

2005-07-21 Thread Mark Lussier
as the subject says I have followed the samples code I see for this, but still, getting it all to work is my trouble. Now, there may be something silly I am doing, and I won't dump a bunch of code here or anything, I am using the sample code sames provided as part of the sdk, copying and

Re: Codewarrior 9.3 rsrc trouble with id's

2005-06-12 Thread Mark Lussier
thanks ended up converting to rcp format contructor/post linker appears to round up to nearest 100 when it actually makes it into the PRC Roger Stringer [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Subject: Re: Codewarrior 9.3 rsrc trouble with id's From: Mark Lussier [EMAIL

Re: maximum number of forms per PRC?

2005-06-07 Thread Mark Lussier
. -E -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Lussier Sent: Monday, June 06, 2005 6:12 PM To: Palm Developer Forum Subject: Re: maximum number of forms per PRC? ok, I follow you right up to the merge link as part of a master build step

Re: maximum number of forms per PRC?

2005-06-07 Thread Mark Lussier
Originally, it was using the Mac OS 68k linker. When I added the 1 form ID resource, and started getting an error copying resource fork I eventually discovered that the Palm OS Linker did not display this error. I think I had to remove the data directory under my project and do a complete

form id's, increment by 100

2005-06-07 Thread Mark Lussier
Are form IDs that are NOT an increment of 100 valid ? I am noticing when created by Constructor, they end up in the PRC rounded up to a nearest 100. For example, a formID of 8850 becomes 9000 when it lands in the PRC. -- For information on using the PalmSource Developer Forums, or to

Codewarrior 9.3 rsrc trouble with id's

2005-06-06 Thread Mark Lussier
I am using Codewarrior 9.3 along with Constructor 1.8 Things were fine until I realized I had 2 different rsrc files with conflicting form ID's. I didn't realize for a bit, as the form I was working on was working. Well, I thought it would be the simple matter of change the ID number of the

Re: Codewarrior 9.3 rsrc trouble with id's

2005-06-06 Thread Mark Lussier
Another error I get, if I keep trying things and moving resource in and out of the rsrc is Link Error : PalmRez Error: Could not open File: c:\mydirectory\obj\debug\resource.frk\myfile.tmp line 1 # col : 1 somehow, just the renumbering of this form causes the world to fail. Mark Lussier

Re: Codewarrior 9.3 rsrc trouble with id's

2005-06-06 Thread Mark Lussier
is there a limitation as to how many form resources can be within one PRC? I am in the 90+ form range for 1 PRC Mark Lussier [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I am using Codewarrior 9.3 along with Constructor 1.8 Things were fine until I realized I had 2 different rsrc

maximum number of forms per PRC?

2005-06-06 Thread Mark Lussier
Does anyone know while using CodeWarrior 9.3/Constructor 1.8 Is there a maximum number of forms that can be within any one PRC? Thanks! -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: maximum number of forms per PRC?

2005-06-06 Thread Mark Lussier
won't be a factor in the build process. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Lussier Sent: Monday, June 06, 2005 11:56 AM To: Palm Developer Forum Subject: maximum number of forms per PRC? Does anyone know while using CodeWarrior 9.3

Re: sysAppLaunchCmdSystemReset

2005-06-04 Thread Mark Lussier
not quite related entirely to this topic, however, long story made short, I have a treo 650, which upon soft-reset immediately goes into a hotsync. I ran the program suggested below to find something called 'worm' at the very bottom of the notification list registered for early wakeup. I have

determine treo

2004-12-01 Thread Mark Lussier
does anyone know, how programatically it can be determined if running on a Treo (600/650)? I would think something along the lines of UInt32 deviceId; FtrGet(sysFtrCreator, sysFtrNumOEMDeviceID, deviceId); if (deviceId== whatever) ?? so Maybe a stupid question but appreciate is anyone

Re: Cw 9.3 compiler has better stability (thanks Ben)

2004-02-25 Thread Mark Lussier
I [finally] upgraded to 9.3 as well, almost the second I saw it was available and yes, way way way better! thanks! Mark http://www.botzam.com Regis St-Gelais [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] After a few days of using the new cw 9.3 compiler. I did not have a single

Re: about VFSFileWrite and append

2004-02-02 Thread Mark Lussier
I think it is because you used the vfsModeCreate attribute with the VFSFileOpen. --Mark Miken [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I want to add some data to the end of the file.I call VFSFileOpen with vfsModeWrite|vfsModeCreate,then I call VFSFileWrite.I find it remove

new/delete and exception handling

2003-12-01 Thread Mark Lussier
Codewarrior 9.1, latest SDK 5 From what I understand, even though I do not implement exception handling in my code, and have it turned off for my project, the new and delete operator are still generating exceptions that go unhandled. So it would seem I must write my own versions of new and

64k resource record size

2003-11-02 Thread Mark Lussier
Does anyone know if it is possible [and also legit] to have a record of a resource database be larger than 64K? I am not looking for some workaround for myself, to get past a 64k barrior... but I just wonder why I see these odd PRC files cropping on on the latest palm devices. thanks for any

Metrowerks The handle is not valid

2003-10-30 Thread Mark Lussier
I have gotten this error on a couple of different project, when attempting to debug in metrowerks. The emulator is fine, but this is when using a real device. Does anyone know of any way to overcome this? I am using Metrowerks 9.1. I have the 9.2 update, and that could potentially solve it.

Re: Metrowerks The handle is not valid

2003-10-30 Thread Mark Lussier
thanks got it was set to serial for some reason, changed for usb all is well. The error message could be better:), but all is well thank you Mark Ben Combee [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] At 05:15 PM 10/30/2003, Mark Lussier wrote: I have gotten this error on a couple

VFSExportDatabaseToFile API question

2003-05-31 Thread Mark Lussier
Does anyone know if this API is supposed to support filestream type databases? As best I can tell, it copies them, but they are then corrupt. Thanks for any info. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

running program from removeable media stays in ram?

2003-03-26 Thread Mark Lussier
I notice, if a PRC is run from removeable storage, and while running, a soft reset occurs, that application is left in RAM. The same is true if the application itself programatically soft resets the Palm. Does anyone have a solution so as the PRC is removed? Particularly in the case where the

prc2ovl question

2003-03-25 Thread Mark Lussier
I am trying to figure out how to use the prc2ovl tool. I am using CodeWarrior 9.0 and have localized resources for several languages. I have no trouble create an overlay using prc2ovl, however, it seems that there is something I should be doing to the base PRC for it to use the overlay. I have

Re: prc2ovl question

2003-03-25 Thread Mark Lussier
figured it out! not at ALL obvious, as docs for this tool are not so good... oh well... Mark Lussier [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I am trying to figure out how to use the prc2ovl tool. I am using CodeWarrior 9.0 and have localized resources for several

VFS troubles on sony devices

2003-03-12 Thread Mark Lussier
I'm having some trouble with VFS file file creation problems on sony devices and wondered if there's something I should be aware of? The devices are Sony SL10 and S300 .. also NX70V. The simulator and emulator all work fine, it is only on the actual device there is a problem. I have a user

Re: How do I send mail in i705 MultiMail Deluxe from another app?

2002-04-10 Thread Mark Lussier
have you tried calling it the same way you call the mail app built in with most Palm devices? just change the creator ID to 'asc3' I am pretty sure that's going to do exactly what you want David Thacker [EMAIL PROTECTED] wrote in message news:83388@palm-dev-forum... G'day. MultiMail 3.0

Re: sysNotifyEvtGotEvent

2002-03-25 Thread Mark Lussier
it would appear x-master, or setting a system trap is the only answer to this let me know if you think I am wrong thank you Mark Lussier [EMAIL PROTECTED] wrote in message news:81057@palm-dev-forum... anyone know of any tricks to getting this to work after registering for the notification

Re: sysNotifyEvtGotEvent

2002-03-23 Thread Mark Lussier
for sysExternalConnectorAttachEvent it never notifies my app for this one either... perhaps it is because I'm using a Sony Clie for testing? (not universal cradle, which the docs specify) Mark Lussier [EMAIL PROTECTED] wrote in message news:81087@palm-dev-forum... in 4.1 sdk, looks like there may be something

sysNotifyEvtGotEvent

2002-03-22 Thread Mark Lussier
anyone know of any tricks to getting this to work after registering for the notification? My app never seems to get notification for this for some reason copying from the datebooks example of being notified about timechanges.. which my app IS notified about ...doing the sysNotifyEvtGotEvent

Re: Power off/on detection

2002-03-22 Thread Mark Lussier
anything different with regard to sysNotifyEvtGotEvent ? I've had no trouble (OS4.0) being notified of power on and off, as well as even things like media being mounted or not... however, having trouble as my app is not notified for sysNotifyEvtGotEvent Jim Schram [EMAIL PROTECTED] wrote in

Re: sysNotifyEvtGotEvent

2002-03-22 Thread Mark Lussier
in which I never have ... would prefer to avoid anything but notification like solutions, I don't like the hackmaster solution (which I know will work) Jim Schram [EMAIL PROTECTED] wrote in message news:81063@palm-dev-forum... At 6:04 PM -0500 2002/03/22, Mark Lussier wrote: anyone know of any