Good job, this release looks really promising
Search found 40 matches
- Sat Sep 20, 2008 6:02 pm
- Forum: Announcement
- Topic: PureBasic 4.30 Beta1 released!
- Replies: 107
- Views: 70147
uname_()
Hi!
I need some help about the use of the API uname_(). I tried to use that source code, without success (Invalid memory access on the first field debug).
Structure utsname
sysname.s
nodename.s
release.s
version.s
machine.s
domainname.s
EndStructure
name.utsname
Debug uname_(@name)
Debug ...
I need some help about the use of the API uname_(). I tried to use that source code, without success (Invalid memory access on the first field debug).
Structure utsname
sysname.s
nodename.s
release.s
version.s
machine.s
domainname.s
EndStructure
name.utsname
Debug uname_(@name)
Debug ...
- Tue Jul 24, 2007 6:30 am
- Forum: Coding Questions
- Topic: EditorGadget scroll bar bug
- Replies: 5
- Views: 1564
That's strangetinman wrote:That happens in WordPad under XP so it doesn't look like a PureBasic only issue. You need to change the options to not wrap to see it.
- Fri Jun 29, 2007 9:34 am
- Forum: Coding Questions
- Topic: EditorGadget scroll bar bug
- Replies: 5
- Views: 1564
EditorGadget scroll bar bug
Hi there,
Here is a small, present in each PureBasic release. When you use a text that is too long, in an EditorGadget, an horizontal scroll bar is displayed. And we can "browse" the text using it in two ways. Move bar, or click arrow. And the bug happens when using right arrow. Scroll bar is ...
Here is a small, present in each PureBasic release. When you use a text that is too long, in an EditorGadget, an horizontal scroll bar is displayed. And we can "browse" the text using it in two ways. Move bar, or click arrow. And the bug happens when using right arrow. Scroll bar is ...
- Sat Feb 25, 2006 11:50 pm
- Forum: Coding Questions
- Topic: [PB4 Beta 4] test values.d failed
- Replies: 1
- Views: 1023
[PB4 Beta 4] test values.d failed
I was trying to do a program who tests Intel's processor (Bugs found by Tim Coe (and co :lol:)).
I've done it with float like that and it works. OpenConsole()
res.f = 4195835/3145727
PrintN(StrF(res))
If res.f <> 1.3338204491362411
PrintN("First test failed.")
EndIf
Repeat
Delay(1)
Until Inkey()
B ...
I've done it with float like that and it works. OpenConsole()
res.f = 4195835/3145727
PrintN(StrF(res))
If res.f <> 1.3338204491362411
PrintN("First test failed.")
EndIf
Repeat
Delay(1)
Until Inkey()
B ...
- Sat Oct 29, 2005 10:58 am
- Forum: Announcement
- Topic: COM Programming - List of IID and CLSID values
- Replies: 7
- Views: 6710
- Wed Oct 26, 2005 1:04 pm
- Forum: Applications - Feedback and Discussion
- Topic: PBOSL - A OpenSource Library-Collection for PureBasic
- Replies: 233
- Views: 419425
When you install your service, use this constantGeoTrail wrote:I'd also like to be able to add a service, but not as automatic , but to run manually when needed.
Code: Select all
#SERVICE_DEMAND_START = $00000003Code: Select all
#SERVICE_AUTO_START = $00000002- Wed Oct 26, 2005 11:54 am
- Forum: Applications - Feedback and Discussion
- Topic: PBOSL - A OpenSource Library-Collection for PureBasic
- Replies: 233
- Views: 419425
- Wed Oct 26, 2005 11:03 am
- Forum: Applications - Feedback and Discussion
- Topic: PBOSL - A OpenSource Library-Collection for PureBasic
- Replies: 233
- Views: 419425
- Wed Oct 26, 2005 9:56 am
- Forum: Applications - Feedback and Discussion
- Topic: PBOSL - A OpenSource Library-Collection for PureBasic
- Replies: 233
- Views: 419425
- Sat Jul 09, 2005 11:47 am
- Forum: Off Topic
- Topic: Favorite firewall and antivirus?
- Replies: 57
- Views: 11349
Oh ! I'm happy ! I use the same Firewall and Anti-virus as GeoTrail. I've no problems with them. By the way, I've decided to use Sygate because it was the last Firewall that I've tested. The previous one don't work, or don't make that I want. And, Kerio crashed my computer (seems not to love Apache2 ...
- Fri Jul 08, 2005 1:02 pm
- Forum: Announcement
- Topic: PureWinLin - Linux emulated on Windows via QEMU
- Replies: 70
- Views: 25012
- Tue Jun 28, 2005 8:27 am
- Forum: Announcement
- Topic: Bird Chat
- Replies: 3
- Views: 3651
- Sun Jan 30, 2005 2:08 pm
- Forum: Coding Questions
- Topic: Window hooking?
- Replies: 21
- Views: 10921