BenjaminArai

Benjamin Arai

Email: me@benjaminarai.com

Website: http://www.benjaminarai.com Refer to my website for anything about me

Running Native ODBC Using Wine

I have created NativeOdbc, describing how to get MySQL ODBC running under Wine. I will add more database drivers as I have time.

Visual Basic 6.0 Applications

I went through a VB6 book running each of the sample applications identifying and fixing bugs. For the most part everything worked with the exception of a couple bugs:

  • Setting fontsize, bold, underline, and italics do not work for OLE Automation. bug 4784. The version of the patch that I am working on fixes the bug but the implementation needs work to get accepted. You can download the most recent version of the patch here.DOWNLOAD

  • Printing text fails. OLEFontImpl_SetHdc is a stub. bug 5883

OLEAUT32: Variant Functions

Not fully implemented or missing conformance test

  • VarCat (./)

  • VarSub (./)

  • VarAnd (./)

  • VarDiv (./)

  • VarIdiv (./)

  • VarPow (./)

Missing (stub) functions

  • VarImp (./)

Other Random Stuff

  • Stub implementation of resutils.dll (./)

  • Stub implementation of clusapi.dll (./)

  • Stub implementation of nddeapi.dll (./)

  • Add a bunch of conformance tests for performing joins in MSI. (./)

  • Implement (currently stub) for GetWeekdayName. (Submitted)

  • Implement (currently stub) for OLEFontImpl_IsEqual. (./)

  • Implement (currently stub) for OLEFontImpl_GetIDsOfNames. (./)

Accepted Patches

All of my accepted patches can be viewed in the Wine GIT source tree.

Bugs that I helped fix


CategoryHomepage

BenjaminArai (last edited 2007-02-28 01:59:55 by akami)