Search found 45 matches

by Davy
Sat Nov 10, 2012 2:18 pm
Forum: Announcement
Topic: Programming 2D Scrolling Games (V 4.61 & 5.0) Book Released!
Replies: 50
Views: 140064

Re: Programming 2D Scrolling Games (V 4.61 & 5.0) Book Relea

Hi Krylar,

You'll hear from Lulu but just thought I'd let others know who are thinking of ordering the book: A couple of days after ordering I received this email from Lulu.com -

It has come to our attention that your order 7650236 cannot be completed because the source files for the project ...
by Davy
Thu Nov 08, 2012 8:37 pm
Forum: Linux
Topic: Graphics libraries?
Replies: 2
Views: 2033

Re: Graphics libraries?

Finally got it working. I had to install OpenGL (sudo apt-get install freeglut3 freeglut3-dev) and also install NVIDIA drivers.
by Davy
Thu Nov 08, 2012 7:10 pm
Forum: Linux
Topic: Graphics libraries?
Replies: 2
Views: 2033

Re: Graphics libraries?

Ok, some progress. After installing the libsdl package ("sudo apt-get install libsdl1.2-dev") I no longer get those error messages, instead I get "the debugged executable quit unexpectedly" when running this code:


If InitSprite() = 0 Or OpenScreen(640, 480, 16, "Test") = 0
MessageRequester ...
by Davy
Thu Nov 08, 2012 4:36 pm
Forum: Linux
Topic: Graphics libraries?
Replies: 2
Views: 2033

Graphics libraries?

I'm using Xubuntu 12.04 and am getting errors when using InitSprite() -

/usr/bin/ld: cannot find -IGL
/usr/bin/ld: cannot find -IGLU

In the manual, it says that "This function tries to initialize SDL, so if it fails, it's probably because the SDL library is not found or is a previous version (1.2 ...
by Davy
Mon Oct 15, 2012 9:07 am
Forum: Game Programming
Topic: Where can I get the Book <Programming 2D scrolling games>?
Replies: 74
Views: 244836

Re: Where can I get the Book <Programming 2D scrolling games

Hi Krylar,

I was looking at your site for the book (http://www.krylarskreations.com/pb_book.html) and see that there is a chapter on DirectX. Since my preferred OS is Linux, I was wondering how Windows-centric is the book with regard to game programming? I know there are other libraries for Mac ...
by Davy
Sun Sep 30, 2012 4:53 pm
Forum: Game Programming
Topic: Where can I get the Book <Programming 2D scrolling games>?
Replies: 74
Views: 244836

Re: Where can I get the Book <Programming 2D scrolling games

Thanks for the update, Krylar. I'm one of those who would be interested in a hardcopy version of the book. Not sure whether you're aware of it, but might I suggest lulu.com ?

Very easy to use, you just upload the PDF of the book, make a few choices with regard to size, hardback/paperback etc, then ...
by Davy
Mon Sep 17, 2012 10:43 am
Forum: Bugs - IDE
Topic: IDE Error
Replies: 1
Views: 1538

IDE Error

When running two separate programs from the IDE, after closing them both I get a segfault (using Ver 4.61).
by Davy
Sat Aug 25, 2012 1:53 pm
Forum: Game Programming
Topic: Where can I get the Book <Programming 2D scrolling games>?
Replies: 74
Views: 244836

Re: Where can I get the Book <Programming 2D scrolling games

Looking forward to this. Thanks for updating, Krylar. :)
by Davy
Wed Aug 22, 2012 2:41 pm
Forum: Linux
Topic: running Purevision generated code
Replies: 0
Views: 1471

running Purevision generated code

As there doesn't seem to be a cross-platform form designer, I was thinking of buying PureVision for creating forms on Windows (in VirtualBox), then switching to Linux for coding the "under the hood" stuff. On the PureVision site, it says one of the features is Select Windows or Linux Compliant Code ...
by Davy
Thu Aug 09, 2012 1:23 pm
Forum: Coding Questions
Topic: compiler options
Replies: 1
Views: 764

compiler options

When using the AESEncoder, the manual says to compile in ascii mode. Since I can't find any such option in the compiler options I assume this is the default and if I don't want ascii I would check the "create Unicode executable" box?

Thanks.
by Davy
Mon Aug 06, 2012 6:30 pm
Forum: Coding Questions
Topic: Encoding a text file.
Replies: 5
Views: 1499

Re: Encoding a text file.

Didn't notice that. :oops: I know - RTFM.
by Davy
Mon Aug 06, 2012 4:30 pm
Forum: Coding Questions
Topic: Encoding a text file.
Replies: 5
Views: 1499

Re: Encoding a text file.

Thanks infratec! you guys are awesome. :D

Just wondering why you made the OutBufferSize 1.4*FileSize, is that % increase recommended for this type of encoding?
by Davy
Mon Aug 06, 2012 3:33 pm
Forum: Coding Questions
Topic: Encoding a text file.
Replies: 5
Views: 1499

Encoding a text file.

I want to encode a text file and have been looking at the pb cipher options. Base64Encoder() seems the most appropriate, but I'm not sure how to go about using it as the example given in the manual is only for a fragment of text. Suppose I have a file "myfile.txt". How do I encode the file in one go ...
by Davy
Mon Aug 06, 2012 3:27 pm
Forum: Coding Questions
Topic: Database question
Replies: 8
Views: 1912

Re: Database question

Thanks deeproot.