Re: [Gambas-user] Declaring external C libraries
> Pardon me for butting in, but I wonder if you have tried a Gambas > short (16 bits). > > The last time I can recall seeing a byte or character passed as an > 8bit value I was using a Z80! I have a vague recollection that the > Lattice C compiler for the MC68008 used the bottom word (16 bits) in a > register for a char and I may be re-inventing history, but something > tells me the MC68020 needed a long word (32 bits)! > > If this is a matter of the wrong amount of storage being allocated and > written to, I would certainly try both short and long. Richard, your input is appreciated, I will test with short as well as long. /CJ -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
Re: [Gambas-user] Declaring external C libraries
Does somebody have a compiled version of Gambas for the Raspberry Pi? (I don't have time to compile my own...) /Emil 2012/8/4 Christer Johansson > > > Pardon me for butting in, but I wonder if you have tried a Gambas > > short (16 bits). > > > > The last time I can recall seeing a byte or character passed as an > > 8bit value I was using a Z80! I have a vague recollection that the > > Lattice C compiler for the MC68008 used the bottom word (16 bits) in a > > register for a char and I may be re-inventing history, but something > > tells me the MC68020 needed a long word (32 bits)! > > > > If this is a matter of the wrong amount of storage being allocated and > > written to, I would certainly try both short and long. > > Richard, your input is appreciated, I will test with short as well as long. > > /CJ > > > > > -- > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > ___ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
Re: [Gambas-user] JIT bug 7
OK, it should work now. 2012/7/28 Emil Lenngren > Can't really do anything right now. I am in Venice now on Vacation :) > I come home in 8 days or something. > > If you want, you can post the llvm output, gdb stacktrace or whatever... > > /Emil > > 2012/7/28 Jussi Lahtinen > >> Before continuing my vacation again in countryside... >> Here is some JIT bug. See attachment. >> >> Gambas 3 rev 4995 @ Xubuntu 12.04 64bit >> >> Jussi >> >> >> -- >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> ___ >> Gambas-user mailing list >> Gambas-user@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> >> > -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
[Gambas-user] Issue 296 in gambas: cant select item in combobox
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 296 by johang...@gmail.com: cant select item in combobox http://code.google.com/p/gambas/issues/detail?id=296 when click in combobox dont see the list of items ubuntu 12.04 gambas 3.2.1 -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
[Gambas-user] Remove individual buttons from Window header
Hi, is it possible to not have individual buttons in the Window's header? I specifically talk about disabling/removing the "Close" button but keep the others (minimise/maximise) intact. I haven't really used a graphical system for a long time but this layout (min/max/close) is also configurable, right? As far as I can tell, this is more related to the window manager and Gtk+ resp. Qt but since we have components for either one there must be people who know about it. I do not a bit and I don't really concern about it but Hans does hence I ask for him. I stopped googling when I read something about "WindowHints" and thought that I have to talk here (although I would continue on my own if you had not the time). Regards, Tobi -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user