I've recently been working on setting up a good way to have sort of a
unified tinycc that compiles under both linux, windows via mingw, and
windows via visual studio.
At the moment, linux and windows via mingw are operating... though
some test discrepencies are arising [pretty much only in math stuff],
which I'll try to alleviate.
Certain maths will likely not cooperate in visual studio, because [if
i remember right] some calls are made that mingw/linux recognize but
bare windows does not... + the fact that some assembly is used which
visual studio wasn't recognizing in its format (since it well... isnt)
[ which I set up TCC to parse the libtcc1.c file so that it can do the
math itself... which ran into the call issues].
I think I'm going to move all my TinyCC stuff from the source-forge
site to one hosted by me... and since my server can't upload as fast
as it could [due to university limits.. curse those] I'll have it
mirror the data on a server I've paid for [albiet cheaply].. and
perhaps into a folder on the SF space.
The reason I want to move the stuff onto my site is the use of ASP.Net
being hosted via Mono.Net [great platform]. I may even try some magic
and have TinyCC do some page script handling ;)
Probably just for the example/exercise, since C isn't designed for
web-scripting... though........ perhaps one of the backends for the
unified versions could take in some sort of PHP-like language and spit
out C code which would run through........ okay, too much digression.
Thanks for putting yourself on the list.
Hope this year brings some great works.
--
Thomas Harning Jr.
|