Search found 550 matches

by eesau
Mon Aug 29, 2016 1:49 pm
Forum: Off Topic
Topic: Your development machine?
Replies: 38
Views: 11219

Re: Your development machine?

I recently bought an Asus Zenbook Pro UX501VW laptop. It's pretty good, easily the best laptop I've used.
by eesau
Tue Aug 23, 2016 7:45 pm
Forum: Coding Questions
Topic: DLL larger than EXE?
Replies: 6
Views: 2303

Re: DLL larger than EXE?

DLLs usually have some initialization (and de-initialization) code that executables lack.
by eesau
Thu Jul 24, 2014 11:31 am
Forum: Windows
Topic: [PB 5.30] OpenGL gadget using almost all CPU/GPU power
Replies: 7
Views: 5931

Re: [PB 5.30] OpenGL gadget using almost all CPU/GPU power

Is vsync enabled? If not, try enabling it.
by eesau
Tue Jun 03, 2014 10:45 am
Forum: Mac OSX
Topic: Yosemite
Replies: 10
Views: 4029

Re: Yosemite

Swift looks pretty nice, although with some odd quirks. Almost makes me wish I had a Mac to test it with.
by eesau
Sat May 31, 2014 9:27 pm
Forum: Announcement
Topic: PureBasic 5.30 beta 9 released!
Replies: 195
Views: 77399

Re: PureBasic 5.30 beta 1 released!

Big thanks for the new beta! Some of those IDE features look really great. Posted questions earlier but did not receive an answer. What version of Opengl is the opengl gadget capable of, and will it be added into the visual form editor component list? For me it says OpenGL 4.2.xxx so I think it uses...
by eesau
Wed Apr 09, 2014 5:19 pm
Forum: Coding Questions
Topic: Draw a 2D non geometric figure
Replies: 20
Views: 3949

Re: Draw a 2D non geometric figure

You should keep a record of pixels already checked, otherwise you will surely run out of stack with your function. Just make a check at the beginning of your function to see whether the pixel is already checked, and if so, return immediately. I also recommend to ditch the strings, the way it's now i...
by eesau
Mon Feb 10, 2014 2:21 pm
Forum: Off Topic
Topic: Zorin OS (Linux) - OMG!
Replies: 84
Views: 24746

Re: Zorin OS (Linux) - OMG!

Still ugly!
I much prefer it to this rubbish:

http://imageshack.com/a/img594/8084/99ta.jpg
Yeah, that's horrible :)
by eesau
Mon Feb 10, 2014 1:33 pm
Forum: Off Topic
Topic: Zorin OS (Linux) - OMG!
Replies: 84
Views: 24746

Re: Zorin OS (Linux) - OMG!

PB wrote:Image
Why is it so ugly?
by eesau
Fri Feb 07, 2014 3:16 pm
Forum: Coding Questions
Topic: How to have zero detection on VirusTotal...?
Replies: 16
Views: 7913

Re: How to have zero detection on VirusTotal...?

Most important thing is to always and constantly report false positives to antivirus developers, especially to those that detect your executable as positive.

It really is annoying how often for example my Avast detects PB executables as positive...
by eesau
Fri Feb 07, 2014 11:57 am
Forum: Tricks 'n' Tips
Topic: GLFW 304 wrapper 1.03 (Win/Lin/OSX x86/x64 Static/Dynamic)
Replies: 46
Views: 20043

Re: GLFW 304 wrapper 1.03 (Win/Lin/OSX x86/x64 Static/Dynami

Another question: what is the best way to use 2d(sprites i.e.), sound and input(keyboard, mouse, joypad) with glfw? Hi! This is a really generic question, I think you'll need to be more specific before getting an answer. I'm not sure what you're asking. Works the internal pb resources? Depends on t...
by eesau
Mon Jan 20, 2014 10:46 am
Forum: Announcement
Topic: SpiderBasic 1.00 is out !
Replies: 438
Views: 199756

Re: SpiderBasic 1.00 alpha

Instant buy if and when Android support is finished!
by eesau
Fri Oct 11, 2013 6:01 pm
Forum: Coding Questions
Topic: pause a music module
Replies: 7
Views: 3439

Re: pause a music module

Just guessing as I've not used the module/music library, but maybe a combination of GetMusicPosition, StopMusic, and SetMusicPosition?
by eesau
Tue Sep 17, 2013 12:54 pm
Forum: Announcement
Topic: PureBasic 5.20 LTS is out (Rockstar release)
Replies: 78
Views: 32683

Re: PureBasic 5.20 LTS is out (Rockstar release)

Awesome, congratulations and thanks for all the hard work!
by eesau
Fri Sep 13, 2013 3:29 pm
Forum: Feature Requests and Wishlists
Topic: Full colour scheme support
Replies: 5
Views: 1159

Re: Full colour scheme support

http://www.purebasic.fr/english/viewtop ... 17&t=23497 here's an old thread with a lot of color schemes.
by eesau
Wed Sep 11, 2013 11:33 am
Forum: Feature Requests and Wishlists
Topic: Remove name conflict check for modules and internal commands
Replies: 24
Views: 7232

Re: Remove name conflict check for modules and internal comm

I have to go with Danilo on this one, some resolution for naming conflicts with native functions would be nice.