Search found 68 matches

by pbdep
Mon Apr 30, 2007 1:32 pm
Forum: Announcement
Topic: PureBasic 4.01 for Linux
Replies: 20
Views: 11461

Thanks for the fix ;-)
by pbdep
Tue Apr 17, 2007 6:27 pm
Forum: Linux
Topic: [BUG] in Linux v4 -> Endian Mixup in Linux !
Replies: 2
Views: 2028

[BUG] in Linux v4 -> Endian Mixup in Linux !

There is an Endian Mixup in linux...not sure about Mac OS.

Linux return GetClientIP(X) -> 1.0.0.127 instead of 127.0.0.1


Norman.

PS: Can I use a library from v4Beta4 to workaround this?
by pbdep
Tue Apr 17, 2007 7:36 am
Forum: Linux
Topic: Quad?
Replies: 4
Views: 2832

Ill check it... thanks..
by pbdep
Mon Apr 16, 2007 9:31 pm
Forum: Linux
Topic: Quad?
Replies: 4
Views: 2832

Quad?

I have on linux a simple loop like ->

global X.q
repeat
X = X + some-integer
printn(StrQ(X))
until...

that works fine under linux..

But under win32 Im getting strange crashes...?

Is there pehaps a Quad + Integer bug in Win32?

Norman.
by pbdep
Mon Apr 16, 2007 8:20 am
Forum: Linux
Topic: Windows versus Linux Widget
Replies: 5
Views: 3276

I had again the problem.. but this time with the Frame3DGadget.


Example:

When creating an image of 100,100
and lateron creating an imagegadget of size 50,50
then imagegadget always assumes 100,100 and keeps overwriting the window.

So it does not matter what you fillout at Imagegadget the size ...
by pbdep
Fri Apr 13, 2007 6:21 pm
Forum: Linux
Topic: Removing dependencies [fixed!]
Replies: 6
Views: 3458

Sure ;-)

As always, Fred is very strict in what he links in the Purebasic executable,
so anything that is actualy needed is inside, sometimes there is a little
overhead but its overall quite tidy ;-)

If you look at the Purebasic.asm output generated during compilation
you will see that the files ...
by pbdep
Fri Apr 13, 2007 8:22 am
Forum: Linux
Topic: Removing dependencies [fixed!]
Replies: 6
Views: 3458

I fixed it.. thanks...
by pbdep
Thu Apr 12, 2007 9:03 pm
Forum: Linux
Topic: Removing dependencies [fixed!]
Replies: 6
Views: 3458

Hi Fred,

for a simple GTK2 application i normaly only have these ->

libpthread.so.0 => /lib/libpthread.so.0 (0x40033000)
libgtk-1.2.so.0 => /usr/lib/libgtk-1.2.so.0 (0x40087000)
libgdk-1.2.so.0 => /usr/lib/libgdk-1.2.so.0 (0x401a5000)
libgmodule-1.2.so.0 => /usr/lib/libgmodule-1.2.so.0 ...
by pbdep
Thu Apr 12, 2007 4:25 pm
Forum: Linux
Topic: Windows versus Linux Widget
Replies: 5
Views: 3276

HA... small "divide error" in my own program.. Its works now!

I had a image "divide" hidden in a un-collapsed procedure so i missed it ;-(

Sorry folks.. thisone can be shot ;-)

Regards, Norman.
by pbdep
Thu Apr 12, 2007 2:02 pm
Forum: Linux
Topic: Windows versus Linux Widget
Replies: 5
Views: 3276

Windows versus Linux Widget

Hi Fred,

Im porting a Linux application to windows (Linux V4 Beta4) (Win32 v4)

The application does a 2dDraw on an ImageWidget.
Also in the same window there is a StringGadget displayed.

To be able to update the Image in the Gadget I use SetGadgetState(0, ImageID(0))
This work fine under linux ...
by pbdep
Thu Apr 12, 2007 1:52 pm
Forum: Linux
Topic: Question: #PB_NetworkEvent_Disconnect
Replies: 1
Views: 1722

Question: #PB_NetworkEvent_Disconnect

Hi Fred,

Using UDP with CreateNetworkServer()
the #PB_NetworkEvent_Disconnect does not work with NetworkEvent() under linux. (v4 Beta4)

Is that correct?

If that is normal behaviour then can you confirm that every UDP session
is automaticly disconnected by PB itself? And if it does disconnect by ...
by pbdep
Thu Apr 12, 2007 1:36 pm
Forum: Linux
Topic: Removing dependencies [fixed!]
Replies: 6
Views: 3458

Removing dependencies [fixed!]

Hi Fred,

How do i remove all the unused/unnessesary library dependencies
from a PB Linux binary or .so ? (during compilation)


Here is a normal X11 ldd output of a simple X11 program ->


libXm.so.2 => /usr/X11R6/lib/libXm.so.2 (0x40033000)
libc.so.6 => /lib/libc.so.6 (0x401ae000)
libX11.so.6 ...
by pbdep
Sat Feb 25, 2006 12:50 pm
Forum: Announcement
Topic: PureBasic 4.00 - Beta 4
Replies: 37
Views: 11364

Visual Designer crashes Beta 4

Opening visual designer
- adding status bar
- pressing 'run' does crash Visual designer.exe

PS: running XP SP2 Home edition
by pbdep
Sat Feb 25, 2006 12:19 pm
Forum: Announcement
Topic: PureBasic 4.00 - Beta 4
Replies: 37
Views: 11364

Yups now it works.. It was a XP firewall/Defender issue..

Regards, Norman.
by pbdep
Sat Feb 25, 2006 10:44 am
Forum: Announcement
Topic: PureBasic 4.00 - Beta 4
Replies: 37
Views: 11364

Hi fred,

Very nice enhancements I read in PB 4 !! great...

Though the chm help file is 1 MB big its unable to display any content..
is that correct? Im using Beta 4...

Regards, Norman.