Hi everyone, I am a newbie to Linux [you may have to start with the ls command] and i have managed to install wine 1.2 on my OpenSUSE box. I am trying to run VFP9.EXE using Wine and IT IS RUNNING ! No Issues there !! However, whenever I issue any command that requires an SQL Connection, line SQLSTRINGCONNECT(), VFP gives the following error : There is not enough memory to complete this operation. Anybody has any idea why this could be? Abhay
abhaysobti wrote:> Hi everyone, > > I am a newbie to Linux [you may have to start with the ls command] and i have managed to install wine 1.2 on my OpenSUSE box. I am trying to run VFP9.EXE using Wine and IT IS RUNNING ! No Issues there !! However, whenever I issue any command that requires an SQL Connection, line SQLSTRINGCONNECT(), VFP gives the following error : > > There is not enough memory to complete this operation. > > Anybody has any idea why this could be? >Run it from a terminal and post whatever messages appear. http://wiki.winehq.org/FAQ#run_from_terminal
When I run VFP9.EXE from Terminal, the following messages appear. Then whenever I use an command that tries to access ODBC, VFP gives the error There is not enough memory to complete the operation. abhaylin at abhaylin:~/c/microsoft visual foxpro 9> wine vfp9.exe fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = /home/abhaylin/.wine/dosdevices/d:/microsoft visual foxpro 9/foxfont.fon fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETTASKBARPOS, hwnd=(nil)): stub fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETTASKBARPOS, hwnd=(nil)): stub fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETTASKBARPOS, hwnd=(nil)): stub fixme:ole:TLB_ReadTypeLib Header type magic 0x00405a4d not supported. err:ole:TLB_ReadTypeLib Loading of typelib L"oleacc.dll" failed with error 0 Thanks for any help Abhay