Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Fwd: Re: [platform-swt-dev] Running ControlExample example programfails underHP-UX]


Hm...

XtSetValues/XtGetValues are sensitive to the size (i.e. width in bits) of the values they are passed.

You're not by any chance running in 64bit mode are you? If so, you have big trouble, since we have never tried running on a 64bit Motif implementation. I suspect you will have significant problems.

If you're not in 64bit mode, you might want to compare the sizes of the values specified in org.eclipse.swt.internal.motif.OS.java against the ones defined in your Motif header files. If there are differences, then this could be the source of your problem.

McQ.



Sridhar Bidigalu <sridhar@xxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx

02/28/2002 12:21 PM
Please respond to platform-swt-dev

       
        To:        platform-swt-dev@xxxxxxxxxxx
        cc:        
        Subject:        Re: [Fwd: Re: [platform-swt-dev] Running ControlExample example  programfails underHP-UX]


 
Steve,

I had tried it before, controlexample works with no arrows on the tab.
But, working with "eclipse" fails at XtSetValues. If I include it back,
"eclipse" will also fail at the XFillPolygon. I am guessing it maybe
a memory corruption problem.

-Sri

Steve_Northover@xxxxxxx wrote:
 
Comment out the call to XFillPolygon on the JNI C code.  Do you get farther or does

it hang somewhere else?

Steve
 
 
 

Sridhar Bidigalu <sridhar@xxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx

02/28/02 11:47 AM
Please respond to platform-swt-dev


       To:        platform-swt-dev@xxxxxxxxxxx
       cc:  
       Subject:        [Fwd: Re: [platform-swt-dev] Running ControlExample example program  fails underHP-UX]


 

David,

Here is the attachment.

-Sri
 

Sridhar,

I was unable to open your last message to the mailing list using Lotus Notes.  The message I got was "Paragraph or Field cannot be larger than 64K bytes".  Not knowing the content of your message, I don't know what was causing the problem, but is it possible you could reformat or break up your message in some way so those of us at OTI can read it?

David
--
David Whiteman
OTI Raleigh
david_whiteman@xxxxxxx
 


Back to the top