Nevermind... I got it.
Jussi
On Sat, Apr 2, 2011 at 03:17, Jussi Lahtinen wrote:
> OK.
> Doing some testing, and I noticed "Extra files" option from installation
> package wizard.
> Field for destination directory of extra file stays empty, how to set it?
>
> Jussi
>
>
>
>
> 2011/4/2 Benoît Min
OK.
Doing some testing, and I noticed "Extra files" option from installation
package wizard.
Field for destination directory of extra file stays empty, how to set it?
Jussi
2011/4/2 Benoît Minisini
> > [INTERPRETER]
> > * NEW: External libraries can be located inside the project. They are
> >
> [INTERPRETER]
> * NEW: External libraries can be located inside the project. They are
> automatically copied into /tmp when used.
>
>
> I guess you can't run libraries from NOEXEC partition, even though binaries
> itself are in /usr/local/bin..?
> Is there any other viable choice than /tmp? Opt
[INTERPRETER]
* NEW: External libraries can be located inside the project. They are
automatically copied into /tmp when used.
I guess you can't run libraries from NOEXEC partition, even though binaries
itself are in /usr/local/bin..?
Is there any other viable choice than /tmp? Option to use Home
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 54 by zachsmit...@gmail.com: Gambas debugger shows "unexpected"
warnings on keywords when paused
http://code.google.com/p/gambas/issues/detail?id=54
If you step through a
El vie, 01-04-2011 a las 18:59 +0300, Demosthenes Koptsis escribió:
> So if you have already the macro i could edited for Gambas3 code and
> give it back to list or post it at LibleOffice / OO macros.
>
> Would you like to sent the .bas file(s) from your OO macro ?
>
I send file your personal
So if you have already the macro i could edited for Gambas3 code and
give it back to list or post it at LibleOffice / OO macros.
Would you like to sent the .bas file(s) from your OO macro ?
On Fri, 2011-04-01 at 08:45 -0600, Mauricio Baeza wrote:
> El vie, 01-04-2011 a las 15:16 +0300, Demosthene
Thank Benoit!
One more question about the below basic data structure:
aStruct * anExternFunc(...)
with:
aStruct {
aClass *data
aStruct *previous
aStruct *next
}
How to get all *data
I tried
pNext = anExternFunc(...)
while pNext <> null
pData = Pointer@(pNext)
...
pNext = pData + SizeOf(g
admhards...@yahoo.ca ha scritto:
> Hi somebody in this list have experience working with andlinux proyect for
> windows? If yes somebody can tell me where andlinux store the programs that
> you install in your pc? In special a DB in mysql, somebody can help me?
> Thanks
> Sincerely
> Tomas
>
A
El vie, 01-04-2011 a las 15:16 +0300, Demosthenes Koptsis escribió:
>
> Yes actually i am writing a book for Gambas3 and i realy like an addon
> or a capability to paste to OO highlight code for the book with the
> colors of Gambas3 editor.
>
> For now until now i did not find a solution to thi
Hi somebody in this list have experience working with andlinux proyect for
windows? If yes somebody can tell me where andlinux store the programs that you
install in your pc? In special a DB in mysql, somebody can help me?
Thanks
Sincerely
Tomas
Sent on the TELUS Mobility network with BlackBerr
> Hello,
>
> small project at the attachment.
>
> Thanks!
>
Mmm. That project works perfectly there. Maybe the bug has been already fixed:
can you try with the latest svn revision?
--
Benoît Minisini
--
Create and p
On Fri, 2011-04-01 at 08:30 +0200, Rolf-Werner Eilert wrote:
> Am 31.03.2011 17:15, schrieb Demosthenes Koptsis:
> > These days i tried some ways to make the Gambas3 code in an OO3 document
> > be highlighted as in Gambas3 editor.
> >
> > 1) For this, i used many online web syntax highlighters such
> Hello,
>
> when I try to get data out of a table "dummy" with a
> DataSource-Control and a DataView-Control, I get this error: "Query
> failed: SQL error or missing database".
> With DB.Debug = "on" I can see that Gambas compose a wrong SQL-Statement.
> e.g.
> Table: dummy
> Fields: fe_id, fe_na
Hi Kevin,
I make it public, because it's about coding.
It is just a few remarks/questions about your game:
1) Why do you want to rotate the game background? It will be always too slow
until you rewrite everything using OpenGL, so I suggest you drop that idea
meanwhile.
2) You asked for a Draw
> Pls report experiences with the use of the structures.
> I want to use them in parts of my project too.
>
> Regards,
> Ron.
Why do everyone want to use structures? They are there for interfacing with
functions written in external shared libraries written in C mainly. You should
use classes ot
> On 04/01/2011 02:30 AM, Rolf-Werner Eilert wrote:
> > Hm, this is just what I meant: When we had a tool which was resident
> > within the IDE, it could easily have access to the editor's highlighting
> > and many other things, thus enabling for easier highlighting than an
> > external tool. Why r
>
> Another stab in the dark: could you have a Object array, and then an
> class for each
> type of message which knows how to pack and unpack itself to the wire
> using an internal
> structure
>
> Ian
>
Yes!
--
Benoît Minisini
> I'm finding that the task of replacing the Mk$ functions with structures
> for UDP packet client/server transactions is a massive undertaking. So
> far it's affecting every part of my project that constructs, parses,
> sends and receives data. As a consequence the network code is going from
> doz
Hello,
when I try to get data out of a table "dummy" with a
DataSource-Control and a DataView-Control, I get this error: "Query
failed: SQL error or missing database".
With DB.Debug = "on" I can see that Gambas compose a wrong SQL-Statement.
e.g.
Table: dummy
Fields: fe_id, fe_name
the SQL looks l
On 04/01/2011 04:12 AM, Doriano Blengino wrote:
> If I were Benoit, I would have leaved those mkxxx in place, neglecting
> the agnosticism.They were dirty things time ago; they still would be
> dirty things; nobody is perfect; if you don't like them, don't use them.
They are "dirty". I proposed wr
Kevin Fishburne ha scritto:
> On 04/01/2011 01:15 AM, Bruce Bruen wrote:
>
>> On Friday, April 01, 2011 01:17:50 PM Kevin Fishburne wrote:
>>
>>> I'm finding that the task of replacing the Mk$ functions with structures
>>> for UDP packet client/server transactions is a massive undertaking.
On Fri, Apr 1, 2011 at 4:36 PM, Kevin Fishburne
wrote:
> On 04/01/2011 01:15 AM, Bruce Bruen wrote:
>> On Friday, April 01, 2011 01:17:50 PM Kevin Fishburne wrote:
>>> I'm finding that the task of replacing the Mk$ functions with structures
>>> for UDP packet client/server transactions is a massiv
23 matches
Mail list logo