Error : BuildHeaders.mcp

2004-05-31 Thread wax wacky
Hello Guys, I was working with my Code Warrior (9.2). I compiled my code several times. Every thing was just fine. Suddenly at the next attempt when I complied my code (with no changes in the settings) I got 4 unusual errors. Could not find or load the file PalmOS.win.pch for target

Re: Error : BuildHeaders.mcp

2004-05-31 Thread wax wacky
When i removed the BuildHeadres.mcp file itself from my project, it got compiled. what difference does the presence/absence of this file make ?? Will it harm my project removing this file ??? bye - Original Message - From: wax wacky [EMAIL PROTECTED] Date: Mon, 31 May 2004

MemGluePtrNew().....

2004-05-27 Thread wax wacky
IS there again a upper limit for memory allocation using MemGluePtrNew(). I am allocation a memory of 3MB using MemGluePtrNew(). But it returns NULL. why so ?? -- __ IndiaInfo Mail - the free e-mail service with a difference!

Re: MemGluePtrNew().....

2004-05-27 Thread wax wacky
Thanks for ur reply jimmy ! - Original Message - From: jimrandomh [EMAIL PROTECTED] Date: Thu, 27 May 2004 09:30:36 -0400 To: Palm Developer Forum [EMAIL PROTECTED] Subject: Re: MemGluePtrNew(). wax wacky wrote: IS there again a upper limit for memory allocation using

.pdb file size

2004-05-26 Thread wax wacky
hi All, cant i have a .pdb file of size more than 64k. when i make a .pdb file of size more than 64k , while installing in the simulator it says Skipped record 0 while importing xyz.pdb. -- __ IndiaInfo Mail - the free e-mail service with

Rendering HTML content

2004-05-24 Thread wax wacky
Hi all, If I have a raw HTML content(data) , is it possible to render it on the form/window. Is there any API available to do this?? I am new to this subject. and dont have any idea how to proceed. I've read documents on WCA/PQA but these are no obsolete. and this won't help render HTML

NetLibReceive( )

2004-05-20 Thread wax wacky
Hi Guys , I have one server program which sends data to a socket conection piecemeal. On the PDA side i am receiving this data using NetLibReceive( ). WHAT's HAPPENING IS --- At first server sends 156 bytes of data . This data is properly received by the NetLibReceive( ).

Re: CodeWarrior9: Program Name Change?

2004-05-17 Thread wax wacky
Goto the project settings. Under that select 'Palm OS 68K Target'. Under 'Standard Resources' change the field labeled ' Application Name('tAIN')'. This will change the name that appeares on the PalmOS launcher. Hope this is of your assistance.! bye wax - Original Message -

Re: screen resolution??

2004-05-14 Thread wax wacky
Thanks Ben Thanks Albert for your reply , But I am creating a bitmap dynamically(with dim 160x160), How do i do it. I tried using BmpSetDensity(bmpPtr,kDensityDouble) API but it didnt work. I also tried using the following two API. WinScreenMode(winScreenModeSet,scrw, scrh, scrd,col);

InetLib

2004-05-14 Thread wax wacky
HI all, Is InetLib not supported in PalmOS 5 ? After I run this API SysLibFind(INet.lib, libRefNum) it returns 'sysErrLibNotFound' -- __ IndiaInfo Mail - the free e-mail service with a difference! www.indiainfo.com Check out our

Re: InetLib

2004-05-14 Thread wax wacky
Thanks , But then how do i get the same functionality on PalmOS 5 - Original Message - From: Ben Combee [EMAIL PROTECTED] Date: Fri, 14 May 2004 23:39:52 -0500 To: Palm Developer Forum [EMAIL PROTECTED] Subject: Re: InetLib At 11:34 PM 5/14/2004, you wrote: HI all, Is

screen resolution??

2004-05-13 Thread wax wacky
Hello Guys, I have a Tungsten|E PDA and I want to display an image of size 160*160 onto its screen. I want this image to be displayed in the centre leaving some space around its borders. But this image size (160*160) eats up the complete screen area, not allowing space even for user

Re: Printing

2004-05-12 Thread wax wacky
What do you exactly mean by printing ?? - Original Message - From: Aditi Paranjape [EMAIL PROTECTED] Date: Wed, 12 May 2004 17:54:07 +0530 To: Palm Developer Forum [EMAIL PROTECTED] Subject: Printing Hi: Has anybody written code for printing for the Palm OS? Or is there any

Re: Problem with BmpCreate and WinCreateBitmapWindow

2004-05-12 Thread wax wacky
Where can we find a log file ? - Original Message - From: Eddie Gomez [EMAIL PROTECTED] Date: Wed, 12 May 2004 01:35:44 -0700 To: Palm Developer Forum [EMAIL PROTECTED] Subject: Problem with BmpCreate and WinCreateBitmapWindow My app captures a signature and stores the record (with

RE: PNOlet????

2004-05-10 Thread wax wacky
Thank you very much Ben. Finally I got my code ported to ARM Native. Thank You Once Again wax - Original Message - From: Ben Combee [EMAIL PROTECTED] Date: Fri, 07 May 2004 11:02:58 -0500 To: Palm Developer Forum [EMAIL PROTECTED] Subject: RE: PNOlet At 07:52 AM 5/7/2004,

RE: PNOlet????

2004-05-07 Thread wax wacky
But I am Still confused Do i have to first create a .bin file in a different project and then use it in my actual project. Is there any documentation which gives step by step explanation of how to build a Native object. I would be grateful if anyone guides me step by step in this case.

RE: PNOlet????

2004-05-06 Thread wax wacky
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of wax wacky Sent: Wednesday, May 05, 2004 10:02 PM To: Palm Developer Forum Subject: PNOlet hello guys, Somebody please tell me how to start with writing an ARM native code? what

PNOlet????

2004-05-05 Thread wax wacky
hello guys, Somebody please tell me how to start with writing an ARM native code? what steps should be taken. How do i call it from my 68k code? How do i make a .r , .bin file?? Whilt creating a project in CW , which project should i select??? Someone please help this novice Palm Programmer

Re: Speed Issues..for Jonatan

2004-05-03 Thread wax wacky
Thanks for reply Jonatan. Ok. Out of curiosity, what type of application are you writing? I am writing app which continuously captures images from camera in YUV stream . My code requires it ti convert to RGB and display it. Currently the framrate is very low. I am doing YUV to RGB

Speed Issues......

2004-04-28 Thread wax wacky
Hi EveryOne, My application needs to capture image from the Camera. I am using a Tungsten E handheld.(which has a OMAP processor from TI) In my CodeWarrior settings i have Under Target settings Target name: Debug Linker : PalmOS 68K I am converting the data from yuv to RGB and displaying

Re: Speed Issues......

2004-04-28 Thread wax wacky
Thanks Jonatan I tried the clievideo downloal for my Tungsted E.. but I didnt notice any appreciable difference in the speed. I am using a Omni Vision ( OV7648 color CMOS VGA (640*480) Camera) As U mentioned Jonatan to write my code in native arm (PNOlet).. I dont have much exposure

Palm and SDIO

2004-04-23 Thread wax wacky
Hi everyone, Sorry for digressing from the discussion in the forum.But anyone into SDIO developement would help me. I am writing an application for the SDIO card. I have downloaded the SDIO slot drivers from the PalmOne site. Problem is the communication happens good enough in One

Fatal Error: Write to FormType (id 3000) off: 20, size: 4

2004-04-19 Thread wax wacky
when i run my application for the first time it runs fine. But if i run it for the second time the simulator throws a error saying Fatal Error: Write to FormType (id 3000) off: 20, size: 4 3000 is the ID of my form. The form gets loaded with error == 0. This above mentioned error occurs when

basic question

2004-04-17 Thread wax wacky
can i have more than one appEventloop() AppHandleEven() functions in my project ? -- __ IndiaInfo Mail - the free e-mail service with a difference! www.indiainfo.com Check out our value-added Premium features, such as an extra 20MB for

static declaration

2004-04-15 Thread wax wacky
I would like to ask one simple question ... why all the formhandlers and appeventhandler and other functions declared as static in all the sample codes -- __ IndiaInfo Mail - the free e-mail service with a difference! www.indiainfo.com Check

Re: Bitmaps... for eddie!!

2004-04-13 Thread wax wacky
to displaying it onscreen. Lot of code for all this. But the signature++ example will get you started well. Hope this helps. Eddie wax wacky [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi eddie , I need to a similar kind of signature app. But i am new to palmOS programming

gadgets !!!

2004-04-13 Thread wax wacky
Hi Everybody !! I have a gadget in my app. and few buttons. now after i do something with the gadgets (something with pendown event within the bounds of gadget) all the buttons stop responding. Tapping on them doesnt make any difference. In the pendown event of the form i am setting the

Re: looking for 'MemGluePtrNew'

2004-04-12 Thread wax wacky
You can download the palmOS SDK 5 from the palmos website. You will find MemGlue.h in that. CodeWarrior doesnt have that file in Incl. - Original Message - From: [ a | x ] - Peter Alex [EMAIL PROTECTED] Date: Mon, 12 Apr 2004 00:14:44 -0700 (PDT) To: Palm Developer Forum [EMAIL

Bitmaps... for eddie!!

2004-04-12 Thread wax wacky
Hi eddie , I need to a similar kind of signature app. But i am new to palmOS programming...I have build few a apps. Can u please tell me how to start for such kind of app. Which API will i need to use. I would appreciate if u send me a sample code for this. bye wax My app accepts a

Re: debugging

2004-04-12 Thread wax wacky
hi steve . i am facing the same problem. but still in the loop , no sloution. The error occurs after pilot returns. If u get the solution please let me also know Are u often switching between various forms This might might be a possible cause... - Original Message -

creating tables dynamically?

2004-04-09 Thread wax wacky
Can't I create a table dynamically??? -- __ IndiaInfo Mail - the free e-mail service with a difference! www.indiainfo.com Check out our value-added Premium features, such as an extra 20MB for mail storage, POP3, e-mail forwarding, and ads-free

connecting PDA to network

2004-04-08 Thread wax wacky
hello guys! I am writing a server-client program. The server program runs on a desktop(in C++) waiting for a socket connection fron client which runs on the PDA (Tungsten E). I am setting connection in the 'Prefs' as Cradel/Cabel and in the 'Network' I am making a connection whose details

Re: connecting PDA to network

2004-04-08 Thread wax wacky
Thanks Ben, Thanks John for suggesting http://www.softick.com/ppp for the PPP connection with my PDA. It did slove my problem. Thanks Once Again Wax Is your server running a computer with a PPP server handling the USB/serial port? This is reasonably easy to accomplish with Linux but I

Can I make a web browser of my own

2004-04-07 Thread wax wacky
can i make a web browser of my own running on palmOS.?? I want to make an application which will check what button the user pressed on the web page. can this be done on PalmOS??( as in PPC). -- __ IndiaInfo Mail - the free e-mail service with a

Re: Treo600 Problem

2004-04-06 Thread wax wacky
- hey keyur I am working on the same type of application i.e. capturing image from a camera device and displaying on the TREO600 device. And was upset with the same RESET problem with TREO600.which didnt show any error msg. Later I knew that I was passing a NULL handle as an argument. After

SysAppLaunch()

2004-04-05 Thread wax wacky
Hello developers !! My application needs to switch from app to web browser and back to my app. Now I am able to launch the web browser but how do i get back to the app which called the browser. I tried sublaunch ( SysAppLaunch() )but it didnt work... How do i do it ??? Is there any way

CW compiler Data type

2004-03-30 Thread wax wacky
I am confused by the behaviour of my code warrior . my problem is in my program i have an assignment UInt32 qqq; qqq = (aiRows * aiColumns * 4); ///aiRows = 160, aiCloumns = 140 ; Now the problem : after execution qqq gets a value of 24064 (binary : 0101 1110 ) instead of 89600

RE: allocation more than 64K

2004-03-29 Thread wax wacky
thanks for your suggestions but i am facing a problem . I want to allocate a memory of 99KB. and MemGlueNewPtr() is failing. the pointer is getting a null value. Why this is happening?? Any advice please ... thanks wax -- __ IndiaInfo Mail - the

code segmentation

2004-03-29 Thread wax wacky
how to divide the code into segments... -- __ IndiaInfo Mail - the free e-mail service with a difference! www.indiainfo.com Check out our value-added Premium features, such as an extra 20MB for mail storage, POP3, e-mail

memory error

2004-03-24 Thread wax wacky
i am repetedly getting memory errors of type Instruction at 0x. refered to memory at 0x... Memory could not be read (or sometimes write)... If somehow i remove the error at one line , same error occurs in the succedding lines while allocating a new class object or some buffer..

C++/on palm

2004-03-20 Thread wax wacky
Am having a image decoder code written in C++. Am writing an application for palmOS which picks up the encoded data and gives it to the decoder written in c++. the code gets compled but throws linking error saying fread, fseek, fopen(all functions related to file) are not defined. i've

multithreading

2004-03-16 Thread wax wacky
Hi Is mulitthreading supportes by palm os?? i am using m68k compilers. what is the difference between m68k SDK and protein SDK ? Please reply wax -- __ IndiaInfo Mail - the free e-mail service with a difference! www.indiainfo.com Check out

multithreading

2004-03-16 Thread wax wacky
Hello guys Is mulitthreading supportes by palm os?? i am using m68k compilers. what is the difference between m68k SDK and protein SDK ? Please reply wax -- __ IndiaInfo Mail - the free e-mail service with a difference! www.indiainfo.com

loop problem

2004-03-07 Thread wax wacky
Hi all palm developers, I am new to palm developing… and I need help from u adept guys…. I am trying to capture a camera image from the PDA’s SDIO slot …..and I want to display it continuously on PDA screen I have two buttons “start” and “stop” obviously the display starts when I press