Private Declare Function GetWindowsDirectory Lib "kernel32" Alias _ "GetWindowsDirectoryA" (ByVal lpBuffer As String, _ ByVal nSize As Long) As Long' Return the path of the Windows directoryFunction WindowsDirectory() As String Dim buffer As String * 512, length As Integer length = GetWindowsDirectory(buffer, Len(buffer)) WindowsDirectory = Left$(buffer, length)End Function


GM Creates Open Source uProtocol and Invites Automakers to Adopt It: Revolutionizing Automotive Software Development.
General Motors (GM) recently announced its entry into the Eclipse Foundation. The Eclipse Foundation is a prominent open-source software foundation. In addition, GMC announced its contribution of “uProtocol” to facilitate