search for: mofic

Displaying 2 results from an estimated 2 matches for "mofic".

Did you mean: mofis
2005 Jul 07
2
mofications to Rakefile SQL Server
I have made some modification to the Rakefile used by a Rails app to support SQL Server. The SQL Server versions of the database related tasks use scptxfr and osqlwhich may require some installation depending on the grade of SQL Server you are using on your development platform. What is the procedure for making patch to the fresh_rakefile? Is it: * svn checkout trunk * modifiy fresh_rakefile *
2008 Jun 10
7
Unraveling a FAR*
Hi all, Just looking over fole_s_connect() in win32ole.c and I noticed this bit: hr = CLSIDFromProgID(pBuf, &clsid); ... hr = GetActiveObject(&clsid, 0, &pUnknown); ... hr = pUnknown->lpVtbl->QueryInterface( pUnknown, &IID_IDispatch, (void **)&pDispatch ); Using win32-api, that would be something like: IID_IUnknown =