sfXaoS is available
sfXaoS is extended version of XaoS, it can parse and evaluate user functions. sfXaoS works with complex SFFE formula evaluator. its still tested and developed, but already available for download. for more info vist http://www.segfaultlabs.com/sfXaoS
XaoS crashes while using my complex numbers - f**k
ive implemented complex numbers arithmetics using assembly and compiled it using nasm compiler. afterwards ive succesfully used that lib with gcc, vc++, bcb and even with delphi.
main purpose of writing that code was to add it to XaoS. i did that and even compiled XaoS without any error. but in runtime XaoS crashes when trying to call some of my functions. using gdb i found out that there is something 'wrong' with passing parameters to functions, but only when function returns complex number structure.
after a couple of hours i still dont how to deal with it ;(
edit:
finally ive found crashing down reason. its because of flag -omit-frame-pointer. its because my assembly code is a bit dirty and we cannot use this flag with gcc.
flashCS3 - notes #1
first part of my "migrating to as3" notes. lots of things have changed in new flashCS3. here are some i have to remeber about :
1. now its is possible to change parent of specified MovieClip (writing MovieClip i mean any subclass of InteractiveObject)
2. old MCs methods like attachMovie and createEmptyMovieClip are gone. now to achive the same effect you simply create MC instance and using method addChild append it to the parent MC.
Math display in Delphi
We easiest way to display mathematical equations in Delphi (this solution will also work with any Windows application). the idea is to use TEX math syntax and mimeTEX application. all we have to do now is to call mimeTEX from Delphi with consol output redirected back to our application and display returned image. to display gif images in Delphi we can use - this component by Finn Tolderlund. whole procedure (quick and dirty can look like this) [read more]
previous (newer) , 1 , ... , 3 , 4 , 5 , 6 , 7 , ... , 11 , next (older)