Hi, i'm trying to run a legacy application written in VisualBasic (apparently). I started to try each option/menu and currently I found this error trying to send emails using a builtin form: fixme:mapi:MAPILogon (0x00000000 "" 0x17e32c 0x00000001 0x00000000 0x17e318) Stub wine: Call from 0x7b8450c9 to unimplemented function mapi32.dll.MAPIResolveName, aborting fixme:mapi:MAPILogoff (0x00000001 0x00000000 0x00000000 0x00000000) Stub Apparently it's implemented (or at least registered/listed) in wine according to http://source.winehq.org/WineAPI/mapi32.html openSUSE 11.2 (i586) wine-1.1.28-2.3.i586 Should I use a current HEAD snapshot? Regards,
cyruspy wrote:> Hi, i'm trying to run a legacy application written in VisualBasic (apparently). I started to try each option/menu and currently I found this error trying to send emails using a builtin form: > > fixme:mapi:MAPILogon (0x00000000 "" 0x17e32c 0x00000001 0x00000000 0x17e318) Stub > wine: Call from 0x7b8450c9 to unimplemented function mapi32.dll.MAPIResolveName, aborting > fixme:mapi:MAPILogoff (0x00000001 0x00000000 0x00000000 0x00000000) Stub > > Should I use a current HEAD snapshot? > >Please try again with 1.2-rc1 and if the error still happens, report it as a bug. The fixme's are for code that still must be implemented. James McKenzie
James McKenzie wrote:> Please try again with 1.2-rc1 and if the error still happens, report it > as a bug. The fixme's are for code that still must be implemented. > > James McKenzieTried 1.2-rc1, now I don't get any wine error, but the application gives "Error N?: 32026 - Not compatible".