Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Miguel Pinkas <objetos@sa...> - 2003-07-23 21:16:33
|
=20 =20 -----Mensaje original----- De: ndk-xx-devel-admin@... [mailto:ndk-xx-devel-admin@...] En nombre de Miguel Pinkas Enviado el: Mi=E9rcoles, 23 de Julio de 2003 18:01 Para: ndk-xx-devel@... Asunto: [Ndk-xx-devel] Some questions =20 Hi Stas =20 Well, ignore my previous mail(s). I checked out today and got the picture about the pointers stuff (Transport layer). =20 I made some tiny changes to get the simple_* examples to compile on my box: - For some sources, I removed the ncurses path from the ncurses includes (I have ncurses headers at /usr/include). i.e: <ncurses/curses.h> now is <curses.h> =20 For Makefile: - created LOW_NDK_EXAMPLES =3D simple_panel simple_window = simple_transport - added LOW_NDK_EXAMPLES to TARGETS. =20 Everything compiled and ran well. =20 Nice model. =20 Let me know if I should check in these, or if you will add them to your code and check in yourself (or if I should shut up because something is out of my sight :-) ) =20 Are you porting the widgets part of ndk++? I would be able to help doing some of that. =20 If I understand correctly, what now is a driver=92s concern will be processed in at_mouse_event/at_keyboard_event methods, right? =20 Let me know what can I do to speed up this part. I would like to upgrade all the current ndk++ to this model asap, and then I can try it on my current project (the one for which I developed ndk++ in the first place=85) =20 Best regards Miguel =20 |