Re: [Gambas-user] Displaying a pdf file to the user

2016-10-06 Thread Moviga Technologies
Yes, very. Use the gb.pdf component. Dim hPDF As New PdfDocument hPDF.Open("path") PictureBox1.Picture = hPDF[1].Image.Picture Den 05. okt. 2016 15:26, skrev Jose Monteiro: > I know how to call an external viewer. Is it simple to show a one page pdf > file inside a Gambas3 control? >

Re: [Gambas-user] gbx3: warning: 4 allocation(s) non freed

2016-10-06 Thread Benoît Minisini
I don't have the time now to make a VM and compile and install all the needed stuff in it. So: can you send me the output of the 'i-nex-cpuid' command on one of your system? And do you have the final warning message all the time? Le 06/10/2016 à 16:56, shirish शिरीष a écrit : > addition at

Re: [Gambas-user] gbx3: warning: 4 allocation(s) non freed

2016-10-06 Thread shirish शिरीष
addition at bottom :- On 06/10/2016, shirish शिरीष wrote: > Hi all, > > I/We have been compiling a cpu-z like tool called I-Nex and came > across the warning above. > > See https://github.com/i-nex/I-Nex > > The issue can be seen at https://github.com/i-nex/I-Nex/issues/7

[Gambas-user] gbx3: warning: 4 allocation(s) non freed

2016-10-06 Thread shirish शिरीष
Hi all, I/We have been compiling a cpu-z like tool called I-Nex and came across the warning above. See https://github.com/i-nex/I-Nex The issue can be seen at https://github.com/i-nex/I-Nex/issues/7 Somebody also tried compiling with gambas 3.9.1 but still the issue persists. Can somebody