[Gambas-user] Fwd: About Release of Gambas 1.9.27

ron ronstk at ...239...
Sat Mar 25 18:16:48 CET 2006


On Saturday 25 March 2006 14:42, Laurent Carlier wrote:
> Le Samedi 25 Mars 2006 14:32, Benoit Minisini a écrit :
> > On Saturday 25 March 2006 12:26, Charlie Reinl wrote:
> > > Your mail to 'Gambas-user' with the subject
> > >
> > >     About Release of Gambas 1.9.27
> > >
> > > Is being held until the list moderator can review it for approval.
> > >
> > > The reason it is being held:
> > >
> > >     Message body is too big: 721106 bytes but there's a limit of 256
> > > KB
> > >
> > > Either the message will get posted to the list, or you will receive
> > > notification of the moderator's decision.
> > >
> > > for the reason below here with an archiv.
> > >
> > > ----------  Forwarded Message  ----------
> > >
> > > Subject: About Release of Gambas 1.9.27
> > > Date: Saturday 25 March 2006 12:13
> > > From: Charlie Reinl <Karl.Reinl at ...9...>
> > > To: "gambas-user" <gambas-user at lists.sourceforge.net>
> > >
> > > Salut,
> > >
> > > just took the new 1.9.27
> > > compiled (with Errors, see Attachments)
> > >
> > > and got that
> > >
> > >  # /usr/local/bin/gambas2.gambas
> > > gbx2: too many project files.
> > >
> > > Amicalment
> > > Charlie
> > >
> > > -------------------------------------------------------
> >
> > It could be that your version of libpoppler is too old. Which version do
> > you have on your system ?
> 
> Perhaps pdf componant doesn't build with libpoppler >= 0.5
> 
> Regards,
> 
poppler-devel-0.4.2 (1.88 MB) -- PDF rendering library
poppler-glib-0.4.2 (62.32 KB) -- PDF rendering library - a glib wrapper

May be Daniel should also check the example.

After selecting a file to open I get
*type mismatch: wanted Integer, got .PdfPage instead*

Break in PdfLiks.class

STATIC PUBLIC SUB Init(nPage AS Integer)

  DIM hPdf AS PdfDocument
  DIM Bucle AS Integer

  gCurrPage = nPage
  hPdf = PdfImage.hPdf

  XPos = NEW Integer[hPdf[nPage].Count] <------ error
  Ypos = NEW Integer[Xpos.Count]
  Wpos = NEW Integer[Xpos.Count]
  Hpos = NEW Integer[Xpos.Count]

Ron




More information about the User mailing list