Hi - i'm trying to get the client from Http-tunnel.com to run under wine. It just flashes up a window for a second and then shuts down (i dont have time to see what the window looks like). I get the following output: fixme:ole:CoRegisterMessageFilter stub fixme:shdocvw:WBPCI2_GetGUID stub: dwGuidKind = 1, pGUID = {00000000-0000-000000-000000000000} fixme:shdocvw:WBPCI2_GetGUID Wrongly returning IPropertyNotifySink interface fbbc02-eff1-101a-84ed-00aa00341d07} fixme:shdocvw:WBQA_QuickActivate stub: QACONTAINER = 0x406d08d0, QACONTROL = 06d0910 fixme:shdocvw:WBPSI_Load stub: LPSTORAGE = 0x406d09a4 fixme:shdocvw:WBCP_Advise stub: IUnknown = 0x40fe17b8, connection cookie = 0 fixme:shdocvw:WBOOBJ_SetExtent stub: (0x41258e20, 1, (14499 x 1852)) fixme:shdocvw:WBOOBJ_DoVerb : stub iVerb = -5 fixme:shdocvw:WBOOBJ_DoVerb stub for OLEIVERB_INPLACEACTIVATE fixme:shdocvw:WBOOBJ_DoVerb : stub iVerb = -3 fixme:shdocvw:WBOOBJ_DoVerb stub for OLEIVERB_HIDE fixme:shdocvw:WBOIPO_SetObjectRects stub PosRect = 0x40fe1710, ClipRect = 0x41710 fixme:shdocvw:WBOC_GetControlInfo stub: LPCONTROLINFO = 0x40fe1758 fixme:shdocvw:WBOIPO_GetWindow stub HWND* = 0x406d09dc fixme:shdocvw:WBOC_FreezeEvents stub: bFreeze = 1 fixme:shdocvw:WBCP_Unadvise stub: cookie to disconnect = 1090393904 fixme:shdocvw:WBCP_Unadvise stub: cookie to disconnect = 1090393824 fixme:shdocvw:WBCP_Unadvise stub: cookie to disconnect = 1 fixme:shdocvw:WBOIPO_InPlaceDeactivate stub fixme:shdocvw:WBOOBJ_SetClientSite stub: (0x41258e20, (nil)) fixme:shdocvw:WBOOBJ_Close stub: () fixme:ole:CoRegisterMessageFilter stub fixme:shdocvw:SHDOCVW_DllCanUnloadNow (void): stub I cant remember the exact version of wine that i'm using but i think it's the "last but one" release. Can anyone help? thanks John
On Wednesday 26 Feb 2003 17:09, John Allman wrote:> Hi - i'm trying to get the client from Http-tunnel.com to run under > wine.Hi, Do you need to use this particular tunneling program? I can't get to the website right now (connection timed out) so I don't know what it offers, but there's a GPL HTTP tunnel client and server at: http://www.nocrew.org/software/httptunnel.html which may do what you need. Stephen
On Wednesday 26 February 2003 09:09 am, John Allman wrote:> Hi - i'm trying to get the client from Http-tunnel.com to run under > wine. It just flashes up a window for a second and then shuts down (i > dont have time to see what the window looks like).FWIW, you can slow down the execution of your program enough to see the window by turning on more debug information, such as: wine -debugmsg +relay <yourprogram.exe> or, if that isn't slow enough: wine -debugmsg +all <yourprogram.exe> Now, the opposite is of course also true. I run a program (Visual FoxPro) that results in lots of output to the console at the default debugmsg level (mostly FIXME:LockFile() not implemented). I can speed up VFP a fraction by issuing: wine -debugmsg -all <vfp7.exe>> I cant remember the exact version of wine that i'm using but i think > it's the "last but one" release. Can anyone help?I can't help you with your program, other than to suggest that there must be alternative programs available for Linux. You can always get the Wine version by issuing: wine --version HTH -- Paul McNett - p@ulmcnett.com Hollister, California, USA