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
Insuffecient Memory problem in Foxpro
-
- Newbie
- Posts: 2
- Joined: Fri Aug 13, 2010 6:56 am
Re: Insuffecient Memory problem in Foxpro
Run it from a terminal and post whatever messages appear. http://wiki.winehq.org/FAQ#run_from_terminalabhaysobti 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?
-
- Newbie
- Posts: 2
- Joined: Fri Aug 13, 2010 6:56 am
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@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
abhaylin@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
The error message looks vaguely like
http://bugs.winehq.org/show_bug.cgi?id=14617
Not sure it's still practical to do 'winetricks dcom98', but you might try that on a throwaway .wine prefix with your app.
http://bugs.winehq.org/show_bug.cgi?id=14617
Not sure it's still practical to do 'winetricks dcom98', but you might try that on a throwaway .wine prefix with your app.