aboutsummaryrefslogtreecommitdiff
path: root/jim-win32com.c
AgeCommit message (Expand)AuthorFilesLines
2005-03-03Added preliminary support for using typelibrary informationpatthoyts1-13/+36
2005-03-03Applied patches 363 and 366 for const correctness to the win32 modules and ji...patthoyts1-4/+4
2005-03-03Fixed my evil unicode type problem. Didn't do a good job with zero length uni...patthoyts1-14/+21
2005-03-03Exported the double object type to the API.patthoyts1-17/+67
2005-03-02Moved the internal rep accessor macros and Jim_FreeIntRep into the header aspatthoyts1-10/+15
2005-03-02shell and library splitted. Now jim.c contains only theantirez1-0/+1
2005-03-02removed JIM_EXTENSION define from extensions. Is no longerantirez1-2/+2
2005-03-02Can now create and relese objects and use ole32.invoke to call propert get on...patthoyts1-16/+131
2005-03-02Slowly progressing.patthoyts1-46/+116
2005-03-01Added fledgling COM support for Win32. Unicode object and a Ole32 object typespatthoyts1-0/+250