Search found 20 matches

by niijel
Mon Dec 09, 2013 4:33 pm
Forum: Announcement
Topic: purebasic using the windows event log
Replies: 3
Views: 2926

Re: purebasic using the windows event log

I agree - a summary of what is (and isnt) in would be helpful, whilst avoiding reviewing my own work - I will try to get it sorted.

Thanks for the info link , my main aim was to cover writing clean useful messages to the log, rather than reading them
but it would seem to make it more complete to ...
by niijel
Mon Dec 09, 2013 12:52 am
Forum: Announcement
Topic: purebasic using the windows event log
Replies: 3
Views: 2926

purebasic using the windows event log

A little notebook covering the use of the windows event log from purebasic.

This covers how to write messages to the windows event logs. It gives step by step
instructions on how to write exactly what you require to the log without the default MS text.


Concise and straight forward !

http://www ...
by niijel
Mon Mar 25, 2013 10:03 am
Forum: Coding Questions
Topic: PB 5.10/5.11 Variable Types
Replies: 4
Views: 1646

Re: PB 5.10/5.11 Variable Types

I agree but that thread is currently locked.
by niijel
Sat Mar 23, 2013 10:20 am
Forum: Coding Questions
Topic: PB 5.10/5.11 Variable Types
Replies: 4
Views: 1646

PB 5.10/5.11 Variable Types

Here are my suggestions of additions to the help files for PB 5.11. :idea:
Please don't flame me for this: I am trying to help those new
to PB who are confused by this omission in the help.
(I know its all revealed in the structure browser but that's
not where a new user would look for help ...
by niijel
Thu Feb 28, 2013 11:57 am
Forum: Announcement
Topic: PureBasic 5.11 beta 1 is out !
Replies: 14
Views: 9281

Re: PureBasic 5.11 beta 1 is out !

Thanks Fred - will test!
by niijel
Sat Feb 16, 2013 10:01 am
Forum: Announcement
Topic: PureBasic 5.10 is released !
Replies: 50
Views: 31596

Re: PureBasic 5.10 is released !

great job - Thank You!

:D :) :D :) :D
by niijel
Tue Feb 12, 2013 5:36 pm
Forum: Windows
Topic: windows 5.10 B8 assy help issue?
Replies: 0
Views: 994

windows 5.10 B8 assy help issue?

where do I put the help files for assembly ide help, I suspect this is a documentation issue not a bug thats why I am putting it here.
(yes I do have the inline assy compiler flag set :)

thanks.
by niijel
Tue Feb 12, 2013 1:20 pm
Forum: Announcement
Topic: PureBasic 5.10 beta 8
Replies: 19
Views: 8984

Re: PureBasic 5.10 beta 8

Thanks for the hard work!

Time to start really giving it a bashing :D
by niijel
Fri Feb 08, 2013 3:02 pm
Forum: Linux
Topic: PB 5.10 b7 linux 32 bit IDE
Replies: 1
Views: 1722

PB 5.10 b7 linux 32 bit IDE

issue with the dialog boxes in linux mint not been tall enough to fit the displayed text in. :(
This problem existed in beta 6 also.

Also when running 3d examples with debug on I get:

the debugged executable quit unexpectedly
seems to relate to invalid memory access error

ide then locks ...
by niijel
Fri Jan 25, 2013 1:13 pm
Forum: Announcement
Topic: PureBasic 5.10 beta 5
Replies: 24
Views: 10335

Re: PureBasic 5.10 beta 5

thanks again all - soon be out of beta at this rate :D
by niijel
Sat Jan 19, 2013 4:18 pm
Forum: Announcement
Topic: PureBasic 5.10 beta 4
Replies: 20
Views: 9511

Re: PureBasic 5.10 beta 4

beta 3 as worked a dream for me on windows - thought i would give it a go on linux and....

beta 4 is out!!


wow thanks everyone :D
by niijel
Wed Jan 09, 2013 10:41 am
Forum: Windows
Topic: Windows F.A.Q. for PureBasic
Replies: 7
Views: 66868

Re: Windows F.A.Q. for PureBasic

Please add that trying to use a 32bit dll with the windows 64bit purebasic often doesnt work and that the return code from openlib() should ALWAYS be checked.
:idea:
by niijel
Sun Nov 18, 2012 10:04 pm
Forum: Linux
Topic: 3D examples result in IMA.
Replies: 6
Views: 2787

Re: 3D examples result in IMA.

be careful not to have debug on in the ide - that caused me a similar problem.
by niijel
Thu Sep 29, 2011 12:29 pm
Forum: General Discussion
Topic: bug in example sha1fingerprint()
Replies: 1
Views: 1180

bug in example sha1fingerprint()

ver 4.60 RC1
windows 64bit (but others also?)

on help page for sha1fingerprint()

[string variable as buffer example works fine!]


Example: with memory buffer

*Buffer = AllocateMemory(500)
If *Buffer
PokeS(*Buffer, "The quick brown fox jumps over the lazy dog.")
SHA1$ = SHA1Fingerprint ...