Posts Tagged windows

I know the button said “Do not press”!

Or “oops!”

It might be a lit­tle longer before I release more code — my main devel­op­ment environment/machine has gone belly-up and I’ll need to rein­stall XP on it. I’ve got Vista x64 on it which is still run­ning fine, but I’ll need to tweak and fid­dle to get it work­ing the way I want it for cod­ing (it’s set up for web dev — Adobe suite runs so much bet­ter in a 64 bit envi­ron­ment) to the point where it may be quicker to rein­stall Win­dows, which won’t hap­pen until at least the weekend.

On the plus side, school’s out, so I’m not going to have to deal with hun­dreds of needy humans at work… Oh, and there’s no kids either.

, , , ,

No Comments

Debug Binary Available

Since I’ve spent a cou­ple of days try­ing to get back to the point I was with the LibTCOD/Python ver­sion of Cyber­Rogue, I’ve man­aged to get there (or there­abouts). In hon­our of that mile­stone, I’ve decided to release a Win­dows binary to the pub­lic. I would never have got­ten this far with­out the help of jice, min­gos, and oth­ers at the Doryen Library forums, being the C++ new­bie that I am. To them, my eter­nal thanks.

Suf­fice to say that there are prob­a­bly many bugs with this, and I will update as time goes on. The cur­rent down­load con­tains 5 dif­fer­ent FOV algo­rithm ver­sions, used for test­ing (and fix­ing my errors).

{title} ({hits})

, , , ,

5 Comments

Boost? More like deflated…

After fight­ing for a day with Boost, I’m pretty much going to give up. I’ve finally man­aged to build the libraries, but I needed to upgrade gcc (MinGW) to 4.4.0 (from Code­Blocks default of 3.4.5, which still works with it, fortunately).

When I import the string algo­rithms into my own code I get a whole slew of errors (over 50), and when I try the demo code I still get errors (OK, not so bad, just “expected con­struc­tor, destruc­tor, or type con­ver­sion before ‘(‘ token” on two lines, but it should still work “out of the box” right?) (OK, I’ve got dain bra­m­age… I made a proper pro­gram (no out­put) but I’ve got the “test” work­ing — now to get it work­ing in Cyber­Rogue)

Am I doing some­thing wrong, try­ing to use two con­flict­ing libraries (LibT­COD and Boost, but I didn’t think they’d con­flict?), or is MinGW just not up to the job and I should try Cyg­Win (will LibT­COD work with Cyg­Win?) Maybe I should just stick with what I’ve already got as it works (ain’t broke, don’t fix it approach).

Fixed: OK, maybe I should have just checked my defines — it’s work­ing, yay! Now I just need to use it.

, , , , , , ,

No Comments

Doryen Purple… Or blue, yellow, green…

But def­i­nitely not Gray…

The Doryen Library for Python has been fixed! I can finally rework Cyber­Rogue to be cross plat­form, use a BSP tree (that was what I was wait­ing for!), built in light­ing algo­rithm, bre­sen­ham lines, big­ger (full)screen, and more. I’m like a dog with a bone!

, , , , ,

1 Comment

Dead machine…

Pardon the com­plete lack of activ­ity — I have a dead PC at the moment. I’ve tried re-installing a few times, but every time I install the dri­vers for my key­board and mouse (they’re one of Logitech’s blue­tooth job­bies — and the blue­tooth don­gle isn’t even recog­nised until you install the dri­vers, natch…) I get a BSoD/reboot… Cur­rently I’m on the third attempt, and this time (I swear!) I’m going to remem­ber to turn off the reboot on BSoD and then I can actu­ally tell WTH is going wrong with it.

EDIT: I’m back up and run­ning, but I don’t have my editing/coding/etc envi­ron­ment up and run­ning yet. Seems like third time was the charm.

No Comments