Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
~3K People Reached
Favorite Tags
Member Avatar for lil_panda
Member Avatar for gregoryalussier
-1
692
Member Avatar for lil_panda

Okay, so I am making a simple SDL-OpenGL application. I have already written the code and compiled it fine, but I want to incorporate it into an autotools project. I've tried. Here's the problem: I'm running Mac OS, so along with my C++ code, I must also compile an Objective-C …

0
64
Member Avatar for lil_panda

Is there a live CD version of Ubuntu 8.10 for PowerPC's out there? Could someone please post a link? I've looked on google and ubuntu.com, and all the releases seem to be for intel processors. I could only find the alternate install CD for PowerPC, which always spits out an …

Member Avatar for lil_panda
0
324
Member Avatar for lil_panda

Is there a way for me to use an obj-C class with my C++ program? If so, what special parameters do I have to specify during the compilation phase, and if I needed, changes to my source code files?:-/

Member Avatar for ArkM
0
166
Member Avatar for joelsmith

Hi........, Say that I have an idea for a simple game or a game mechanic that I want to try out, what are the best tools for quickly creating something playable that I can experiment with to try out the idea? The platform does not necessarily have to be easy …

Member Avatar for lil_panda
0
168
Member Avatar for lil_panda

I've just recently installed Ubuntu on a partition on my PowerMac G4 and have run into a little problem: the OS won't connect to my network that uses a WPA password:'( . I have tried using "Network Settings" to configure the wireless settings to use my network with a WPA …

Member Avatar for John A
0
139
Member Avatar for MaestroRage

I am trying to get the main to read in a number, and use that number to do a mod calculation. However my best efforts are giving me garbage values. I am sure I am not using the pointer correctly, yet my efforts have gone unrewarded. How can I get …

Member Avatar for jephthah
0
203
Member Avatar for lil_panda
Member Avatar for lil_panda

I am using a G3 and mac 10.5.4. How can I get the latest driver for my graphics card, NVIDIA Corporation NVIDIA GeForce4 MX OpenGL Engine? thanks.

Member Avatar for ZakAdelman
0
76
Member Avatar for lil_panda

I am using mac leopard and the version of apache that came with my mac. (2.somthing) I typed this into my web browser:[code]http://localhost/~<myname>[/code] And this is what was displayed: Picture 1.png My Sites folder is a shared folder. How do I fix this?

Member Avatar for lil_panda
0
168
Member Avatar for lil_panda

I am trying to make a perl script that uses email. The forth line of my script is: [code]use Email::Valid; [/code] And I get this error:[code]Can't locate Email/Valid.pm in @INC (@INC contains: /opt/local/lib/perl5/5.10.0/darwin-2level /opt/local/lib/perl5/5.10.0 /opt/local/lib/perl5/site_perl/5.10.0/darwin-2level /opt/local/lib/perl5/site_perl/5.10.0 /opt/local/lib/perl5/vendor_perl/5.10.0/darwin-2level /opt/local/lib/perl5/vendor_perl/5.10.0 /opt/local/lib/perl5/vendor_perl .) at script.pl line 4. BEGIN failed--compilation aborted at script.pl line …

Member Avatar for KevinADC
0
91
Member Avatar for lil_panda

I know that C++ is (supposed to be) the best language for game developing. Would it be possible and/or easier to make a game like the [color=red][i]awsome[/i][/color] ones you always see at the apple store like StarWars Empire at war in cocoa? Would obj-C or obj-C++ be better?

Member Avatar for invisal
0
129
Member Avatar for lil_panda

Please excuse my noobishness, but how do I get the text value of an NSScrollView? -thanks

0
57
Member Avatar for lil_panda

I am using a make file to build my java project. The code in my makefile is:[code]INSTALLPATH=/usr/bin all: @echo "Compiling all source files to bin/" @ant clean: @echo "Cleaning all targets" @ant clean install: if (! test -e dist/jar.jar ) then @make all fi @echo "Installing in ${INSTALLPATH}" cp dist/*.jar …

0
60
Member Avatar for lil_panda

How do I change the path to the [i]svn[/i] executable Xcode uses, or at least find out which svn executable is being used by Xcode? The version Xcode is using is to old for my repository.

0
64
Member Avatar for lil_panda

I am building an open-source game called [URL="http://my.bzflag.org/"]BZFlag[/URL], you may have heard of it, but that is not important. You can get the source by running 'svn co [URL="https://bzflag.svn.sourceforge.net/svnroot/bzflag/trunk/bzflag/"]https://bzflag.svn.sourceforge.net/svnroot/bzflag/trunk/bzflag/[/URL]'. I have a 10.4 intel mac and a leopard ppc mac. I have compiled BZflag on my leopard mac. I want …

Member Avatar for jaxjason
0
137
Member Avatar for lil_panda

Are there, in any way, shape, or form, pointers in java like there are in C and C++? If so, do I declare them the same way as in C++? My 873 page book doesn't explain pointers.

Member Avatar for sciwizeh
0
90
Member Avatar for lil_panda

How would I go about deleting all '' characters from a string? [B]I am using the command line to pass parameters with parenthesis, so anyone who uses my program will need to use '\(', '\), '\[', '\]', etc.[/B]

Member Avatar for titaniumdecoy
0
100