Search found 12 matches

by jboadas
Mon Nov 07, 2011 3:20 pm
Forum: Off Topic
Topic: Commodore returns !
Replies: 68
Views: 11164

Re: Commodore returns !

MachineCode wrote:Yeah, yeah, same old story as this -> http://www.purebasic.fr/english/viewtop ... 17&t=29368

I'll believe it when I see it! :lol:

Sorry, the search didnt show me this post.
by jboadas
Mon Nov 07, 2011 1:33 pm
Forum: Off Topic
Topic: Commodore returns !
Replies: 68
Views: 11164

Commodore returns !

Look Here

http://www.commodoreusa.net/CUSA_Amiga.aspx

Starting at $395 USD

This is not spam just Im impressed because Commodore Amiga looks to return very soon.
The new Commodore's come with Intel Core i7-2720QM 2.2GHz (Sandy Bridge)


Enjoy
by jboadas
Thu Sep 29, 2011 4:04 am
Forum: Announcement
Topic: [ABANDON] PB-Contributions 1.22 (share your source code)
Replies: 24
Views: 10639

Re: PB-Contributions Beta 1.19(share your source code)

This is only for Windows x64 ?
by jboadas
Wed Sep 28, 2011 7:12 pm
Forum: Off Topic
Topic: Are you a programmer?
Replies: 35
Views: 5611

Re: Are you a programmer?

Image
by jboadas
Tue Sep 20, 2011 10:17 pm
Forum: Coding Questions
Topic: Access CLOUD in PB?
Replies: 6
Views: 3377

Re: Access CLOUD in PB?

How about creating a CGI server running on Apache that access the MySQL database and use Json or XML-RPC to comunicate the client application with the CGI server, I have done a similar application with Rails-Flex and works quite well. I dont know what TCP/IP ports use ODBC but http is standard on ...
by jboadas
Tue Sep 20, 2011 10:04 pm
Forum: Game Programming
Topic: 2D drawing slow as hell
Replies: 64
Views: 23970

Re: 2D drawing slow as hell

Wow 2500,
here only 540 FPS Windows 7 32
Video Intel G33/G31
by jboadas
Tue Sep 13, 2011 2:37 pm
Forum: Coding Questions
Topic: ValF("2.3") sometimes returns "2.0"
Replies: 16
Views: 2819

Re: ValF("2.3") sometimes returns "2.0"

In my machine VafF("2.3") returns 2.29999995231628
but ValF("2,3") returns 2.0
check if this have something to do with international configuration of your machine
by jboadas
Mon Sep 12, 2011 9:30 pm
Forum: Feature Requests and Wishlists
Topic: Purebasic for Mobile
Replies: 40
Views: 11150

Re: Purebasic for Mobile

Polo wrote: Actually, BlitzMax is much more cross-platform than PB. It offers a better native solution in Mac OSX, as they use Cocoa which doesn't have the flows I reported on this forum.
Well I consider Blitzmax an abandoned product just like Blitz3D and BlitzPlus now Blitz its on Monkey. :lol: .
by jboadas
Mon Sep 12, 2011 3:19 pm
Forum: Feature Requests and Wishlists
Topic: Purebasic for Mobile
Replies: 40
Views: 11150

Re: Purebasic for Mobile

dhouston wrote:I think a large window just closed.

http://www.purebasic.fr/english/viewtop ... 17&t=45022

This is only for Android, what about everything else ?
by jboadas
Sun Sep 11, 2011 9:12 pm
Forum: Feature Requests and Wishlists
Topic: Use LLVM ?
Replies: 5
Views: 2698

Re: Use LLVM ?

Thorium wrote:It doesnt compile, it assembles.
Yep you are right. My last Assembler was 360. :D
by jboadas
Sun Sep 11, 2011 7:17 am
Forum: Feature Requests and Wishlists
Topic: Use LLVM ?
Replies: 5
Views: 2698

Re: Use LLVM ?

Ok supose you use llvm to Cross-Platform development, There is no easy way to manage the gui stuff across multiple platforms using llvm. In the frontend language you need a library with a coherent wrapper for all cross platform gui stuff (CLang still doesnt have one) and in the backend target you ...
by jboadas
Sat Sep 10, 2011 5:29 am
Forum: Feature Requests and Wishlists
Topic: Purebasic for Mobile
Replies: 40
Views: 11150

Purebasic for Mobile

I was testing Purebasic for a few weeks and I like everything on it, I really enjoy programming in Purebasic, Its a refreshing experience that remember me my first programming in Turbo Pascal when everything was straighforward. I really like Purebasic fast native compilation and old school ...