Search found 1807 matches

by Shannara
Mon Nov 13, 2006 1:48 am
Forum: General Discussion
Topic: 4.1 with betas: FreeMemory()
Replies: 30
Views: 8630

Warning: this is a extremely long thread, community is recommended to read all the way through to know what have been going on.

Fred:

Thanks for bringing that out into the open instead of PM. The community need to see what is really going on. This may seem like a rant. But every single fact ...
by Shannara
Mon Nov 13, 2006 12:30 am
Forum: General Discussion
Topic: 4.1 with betas: FreeMemory()
Replies: 30
Views: 8630

Fred: Thank you for the response and code snippet. It's always cool to see some of the underline code of PB :)

---

Freak : I posted the example on the thread a forum mod silently deleted. I will repost here, but please don't be rude.

We can actually use Trond's example on PB 4.0:


Memory ...
by Shannara
Mon Nov 13, 2006 12:13 am
Forum: General Discussion
Topic: 4.1 with betas: FreeMemory()
Replies: 30
Views: 8630

Open, close windows :) Do that a few times without rebooting the application. Pristo. The code posted above fixes that. I dont know whats going on with the freememory, and why it does as it do. All I do know, is that the FreeMemorySafe macro fixes that as well. :?
by Shannara
Sun Nov 12, 2006 11:46 pm
Forum: Off Topic
Topic: Firefox from Microsoft
Replies: 31
Views: 5663

http://www.msfirefox.net/

Still up here...
by Shannara
Sun Nov 12, 2006 11:32 pm
Forum: Off Topic
Topic: Need help de-crapifying my new PC...
Replies: 28
Views: 4819

How is the PC doing? I also recieved a restore disc with my laptop. But it restored all the crap as well. I ended up buying XP Pro, formatted, and install from there. That cleared off everything nicely :)
by Shannara
Sun Nov 12, 2006 11:29 pm
Forum: General Discussion
Topic: 4.1 with betas: FreeMemory()
Replies: 30
Views: 8630

That is weird, I posted this concerning freememory awhile back found @ http://www.purebasic.fr/english/viewtopic.php?t=23930 , however that was a bug report that was silently deleted ... It was even referenced @ http://www.purebasic.fr/english/viewtopic.php?t=23959&highlight=freememory as proof of ...
by Shannara
Sun Nov 12, 2006 1:07 am
Forum: TailBite
Topic: TailBite 1.0 Preview, soon in PureProject and PureArea
Replies: 586
Views: 230093

Tailbite seriously kicks butt. Good to see someone is maintaining this product while the Owner is MIA. (Just like jaPBe) :)
by Shannara
Fri Nov 10, 2006 6:29 am
Forum: Coding Questions
Topic: [Network LIB] Multiple server handling!
Replies: 13
Views: 3047

To make a long story short, Fred said the network library may be have the needed bindings in the future.

There are some winsock samples on the forums using API for binding though ... But it's pure API ...

http://www.purebasic.fr/english/viewtopic.php?t=7403&highlight=server
http://www.purebasic ...
by Shannara
Thu Nov 09, 2006 5:45 pm
Forum: Coding Questions
Topic: [Network LIB] Multiple server handling!
Replies: 13
Views: 3047

Are you looking at running the server on a multi homed server?
by Shannara
Wed Nov 08, 2006 10:58 pm
Forum: Off Topic
Topic: Blood Masters
Replies: 0
Views: 956

Blood Masters

A nifty game to take the time away ...

http://www.bloodmasters.com/
by Shannara
Tue Nov 07, 2006 9:27 pm
Forum: General Discussion
Topic: Do you have .Net Framework?
Replies: 41
Views: 9565

.NET 3.0 was released yesterday. You can download it on the Microsoft Downloads site. Both the SDK (1.1GB) and Redistributable (52MB) are available.
by Shannara
Tue Nov 07, 2006 7:43 pm
Forum: Coding Questions
Topic: Thread and dll problem
Replies: 13
Views: 4409

But isnt the other problem is that you cannot return BSTR? Only accept them as parameters?
by Shannara
Tue Nov 07, 2006 1:05 am
Forum: Off Topic
Topic: GET a FREE 512MB USB U3 Flash Drive!
Replies: 49
Views: 9249

Definitely. I'm porting my mmorpg client onto the U3. Thankfully all the maps and data and other resources use less then 60MB ... just barely. Never got as far as the manifest file ... But once I'm there, I'll definitely post my results here.
by Shannara
Mon Nov 06, 2006 10:18 pm
Forum: Off Topic
Topic: Anyone tried Easy Coder?
Replies: 3
Views: 1484

It's basically a miniture version of .NET/Delphi mix. It has a runtime library (ala .NET), however, like Delphi, you can chose to statically or dynamically link to it.
by Shannara
Sat Nov 04, 2006 8:30 pm
Forum: Applications - Feedback and Discussion
Topic: DX9 Subsystem v0.5
Replies: 95
Views: 64664

Got to dink around with it ... was there some optimizations? I got a 10+ fps increase. Also, as a note to anybody else :) I added in a IsLibrary check and closed the library if it's still open :)

It seems to be working for my uses over here ;) One of the reasons for a library or use it internaly ...