The source and binaries for the TinyCC-Win32 SandboxWTL app have been released. This app has roots in the Wiki from pounding out usage ideas for TinyCC-Win32.
TinyCC-Win32 version: 0.0921.1.1 B has also released binaries, however, the source is currently unavailable due to messiness of file layout. The source will be available ASAP, perhaps with a new release and DLL and EXE binaries added to the mix.
The TinyCC-Win32 Wiki and Forum have been created along with some documentation in the Wiki. The example 'Sandbox' in the Wiki is going to have more features than originally intended. Ex: syntax coloring and section folding [collapsing bracketed areas, such as functions]
The first code release has been made. Please give it a try and if you find a bug, please let me know exactly where it is, or better yet, fix it and send me a patch [or the actual code file if you can't make patches for whatever reason]
The initial progress is now up in the CVS, the code has NOT been tested, but was matched up against pre-existing code that compiled and everything is nearly the same.
Project creation could be an issue if you want to try right now and got the files from CVS - make sure you have include and src in your include path, put TCC.c and stdafx.c [or maybe not that] and NO other .c files because TCC.c includes them [will need to fix that] Note that you will have to play around quite a bit to get it to work the first time, until I have created a tutorial on the usage as well as upload the C++ wrapper [well.. the wrapper isnt all that much easier, just wraps up single calls].
By the end of monday at latest there should be a release, possibly friday, or at least a complete project in the CVS.