Search found 748 matches

by Zebuddi123
Fri Dec 20, 2019 10:10 pm
Forum: The PureBasic Editor
Topic: Compiling the PureBasic IDE on Windows
Replies: 23
Views: 21002

Re: Compiling the PureBasic IDE on Windows

@dcr3 me also and if I remember correctly it was spaces or slash's as with Tristano. My work through was basically at every make call I would us
Make -dk >some.txt or just Make -dk
and tracking the Make fail points to find the correct paths that were Missing.

Zebuddi. :)
by Zebuddi123
Sat Dec 07, 2019 9:42 pm
Forum: Announcement
Topic: PureBasic OpenSource Projects
Replies: 118
Views: 101406

Re: PureBasic OpenSource Projects

@Tristano Excellent. This is the problem ahead of us, for myself I know very little about collaborative editing and no practical experience. I would`nt know where to start :lol: But I`m in and willing to get my hands dirty and learn So count me as Laboureur #1 No offence Fred :)

Zebuddi. :)
by Zebuddi123
Sat Dec 07, 2019 9:11 pm
Forum: Announcement
Topic: PureBasic OpenSource Projects
Replies: 118
Views: 101406

Re: PureBasic OpenSource Projects

Hi to all :) Cracked it! and Dohhhhh ---- Make sure you get the correct path to VS includes. But it was start of a nice little learning curve. Now to look over Fred & Teams code to see how things are really done.

Zebuddi. :)

Image
by Zebuddi123
Sat Dec 07, 2019 12:08 am
Forum: Announcement
Topic: PureBasic OpenSource Projects
Replies: 118
Views: 101406

Re: PureBasic OpenSource Projects

Has anyone successfully got the IDE to build yet? I've been spoiled by PureBasic so dealing with all these Microsoft framework configs is a pain :D Should we create a big thread for compilation help? I have already solved 3-4 of my errors but still can't finish make. Hi Kenmo Your not the only one ...
by Zebuddi123
Wed Dec 04, 2019 12:06 pm
Forum: Announcement
Topic: PureBasic OpenSource Projects
Replies: 118
Views: 101406

Re: PureBasic OpenSource Projects

Hi Null# makefile:152: *** multiple target patterns Maybe colons or spaces in a variable value. Read that too and commented out getsvn but i had already installed that and all prerequisites etc. now Im getting stop at cp -f data/ColorTable.xml /catalogs/ColorTable.xml cp: cannot create regular file ...
by Zebuddi123
Tue Dec 03, 2019 11:55 pm
Forum: Announcement
Topic: PureBasic OpenSource Projects
Replies: 118
Views: 101406

Re: PureBasic OpenSource Projects

Thank You Fred & Team :D Well this will be dragging me away from UE4! Got to say I agree with skywalk, I wonder what the ide will look like on this day next year. :) @Fred I`m not really famillier with makefile's now stuck at makefile:152: *** multiple target patterns. Stop. any tips please :) Z...
by Zebuddi123
Mon Oct 07, 2019 5:51 pm
Forum: Coding Questions
Topic: Chess Engine
Replies: 16
Views: 3872

Re: Chess Engine

Thanks infatec. As expected works perfectly :lol: http://www.computerchess.org.uk/ccrl/4040/ Top 4 Highest ever ELO Rating for a GM Human Being 1 2882 Magnus Carlsen 2 2851 Garry Kasparov 3 2844 Fabiano Caruana 4 2830 Levon Aronian And top 4 current Chess Engines 1 SugaR NN 1.1 64-bit 4CPU 3489 2 Lc...
by Zebuddi123
Mon Oct 07, 2019 5:34 pm
Forum: Coding Questions
Topic: Chess Engine
Replies: 16
Views: 3872

Re: Chess Engine

OR http://www.playwitharena.de/ get the whole shebang & FREE! cant beat it :)

Zebuddi. :)
by Zebuddi123
Sat Sep 28, 2019 11:01 am
Forum: Off Topic
Topic: See Where all your disk space has gone SpaceSniffer :)
Replies: 2
Views: 1948

Re: See Where all your disk space has gone SpaceSniffer :)

ps. :twisted: :shock: :o :D :D :lol: :lol: :lol: 103gb in logs

Zebuddi.
by Zebuddi123
Sat Sep 28, 2019 10:59 am
Forum: Off Topic
Topic: See Where all your disk space has gone SpaceSniffer :)
Replies: 2
Views: 1948

See Where all your disk space has gone SpaceSniffer :)

Hi guys just came across this great app and great to watch it in action

Zebuddi. :)

http://www.uderzo.it/main_products/space_sniffer/
by Zebuddi123
Wed Sep 18, 2019 12:03 am
Forum: Tricks 'n' Tips
Topic: wow64-internals.
Replies: 0
Views: 1416

wow64-internals.

Hi Guys just came across this thought it would be an interresting read for some!

Zebuddi. :)

https://wbenny.github.io/2018/11/04/wow ... rnals.html
by Zebuddi123
Fri Sep 13, 2019 8:54 am
Forum: Off Topic
Topic: (SOLVED) Been Hacked Need Info ?
Replies: 12
Views: 4349

Re: (SOLVED) Been Hacked Need Info ?

Thanks All Solved info in first post.
Zebuddi. :)
by Zebuddi123
Fri Sep 13, 2019 8:39 am
Forum: Coding Questions
Topic: (SOLVED) --- Macro Missing something or bug?
Replies: 4
Views: 1030

Re: Macro Missing something or bug?

Hi #NUll & mk-soft I've solved it! I should read the error information more carefully. The error was to do with typeof() and thinking to far ahead I`d missed the typeof() was actually set to offsetof() :mrgreen: :oops: :lol: ) Maybe Fred should put the key error word in TypeOf()\ and have a &quo...
by Zebuddi123
Fri Sep 13, 2019 8:00 am
Forum: Applications - Feedback and Discussion
Topic: full replacement for the standard gadget - TreeGadget()
Replies: 3
Views: 2156

Re: full replacement for the standard gadget - TreeGadget()

Hi mestnyi how to insert a file here? as in what type of form for us to access the file ie something like "MediaFire.com" for you to upload too ? In what form ie, code, dll, lib, I would like to hear your comments. Personally I would love for the pb community to have easy access to other p...
by Zebuddi123
Fri Sep 13, 2019 7:45 am
Forum: Coding Questions
Topic: (SOLVED) --- Macro Missing something or bug?
Replies: 4
Views: 1030

(SOLVED) --- Macro Missing something or bug?

Hi guys could could any one point out my mistake or is it a bug ? code as in image below I belevie the error is in the space after the linkekedlists name ? and where has the inserted pace come from ? Thanks Zebuddi. The 2 other macros getgadgettext GGT- string and GGTI - int Macro GGT(subitem, colum...