Initial Commit
[libctiny.git] / ReadMe.txt
blob16e48d9f6e9db1a51320f3e3e7094a152e7e612c
1 //==========================================
2 // LIBCTINY - Matt Pietrek 2001
3 // MSDN Magazine, January 2001
4 //==========================================
6 libctiny plus some additions
8 obj files from:
10 C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\crt\src\intel\dll_lib
12 -----
14 Additional by leepa
16 I took this from Google's Omaha project and then made it work for my own
17 purposes. Figured others might find this useful so wanted to share it. 
19 This version is built as a Visual Studio 2008 project for your usage anywhere 
20 you like. There was a couple of problems with making this work but it does work 
21 now. 
23 The main issue is around intrinsic functions and castings. I have fixed up the
24 relevant parts and forced VC++ to use the functions provided here instead
25 of intrinsic ones. This loses some optimisation, yes. But overall it keeps
26 within the spirit of the library.
28 Enjoy.