1 //==========================================
2 // LIBCTINY - Matt Pietrek 2001
3 // MSDN Magazine, January 2001
4 //==========================================
6 libctiny plus some additions
10 C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\crt\src\intel\dll_lib
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
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.