/************************************/
        BitmapType *bmpP;
        WinHandle win;
        Err error;
        RectangleType onScreenRect;

        bmpP = BmpCreate(100, 100, 8, NULL, &error);
        if (bmpP) 
        { 
                win = (bmpP,     &error);
        if (win) 
        {
                WinSetDrawWindow(win);
                WinDrawLines(100,100, 160,160);
                WinDrawLines(110,100, 160,160);
                WinDrawLines(120,100, 160,160);
                WinSetWindowBounds(win, onScreenRect);

/***************************************/

for this given code the error is at 
WinCreateBitmapWindow, Bitmap functions.....

>   C programming 101 :) find a course :) study it..
> your problem has
>   nothing to do with PalmOS - check the API call,
> and make sure you 
>   are passing objects of the right data type to it.

could u please help me for passing the right data type

Thanx 
Su

> 
> // az
> [EMAIL PROTECTED]
> http://www.ardiri.com/    <--- free games!
> 
> 
> -- 
> For information on using the Palm Developer Forums,
> or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices. 
http://auctions.yahoo.com/

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to