VbAsyncSocket icon indicating copy to clipboard operation
VbAsyncSocket copied to clipboard

2 questions I got.

Open gaouservbf opened this issue 10 months ago • 7 comments

  1. Why is it Win98+, VB runtime can run on 95 if its not due to the code?
  2. Will there be a TB support planned? (Barebone Thunks)

gaouservbf avatar May 26 '25 15:05 gaouservbf

It might work on Win95 with MS Plus and latest Internet Explorer as these bring most new APIs from Win98 but I’ve never tested this as even Win98 is PITA to setup in a VM.

TB support is limited to 32-bit only both source compatible and obviously compiled binaries too. It’s not completely clear what support TB IDE needs implemented as its debugger is very different than VBx IDE

wqweto avatar May 26 '25 16:05 wqweto

For x86. Thats nice, tbh I don't value x64 much other than for WINE users. My friend tested EveryDiscord(built with your library) on w95, unclear if problem in my code related to running on other PCs due to bad setting function usage, bad token or fault in lib. Since I fixed the setting funcs. He may try it again. will inform you.

gaouservbf avatar May 26 '25 17:05 gaouservbf

20:42:15.907 Executing '[Form2].StartupShow()'... 20:42:16.050 [DEBUGGER] Waiting for remaining forms to close... 20:42:16.182 0001 20:42:16.050 NATIVE EXCEPTION: ACCESS_VIOLATION /mdTlsThunks.bas; mdTlsThunks.pvPatchTrampoline LINE 005514 20:42:16.187 [IDE] auto-activated TRACE-MODE in this session for extra debugging info on further native exceptions 20:42:16.187 [IDE] NOTE: compiler performance will be affected until TRACE-MODE is disabled via the Help menu

Couldn't get it to run on Win32 TB

gaouservbf avatar May 26 '25 17:05 gaouservbf

It works here. Just imported test/Secure/Project1.vbp in BETA 784 and the sample runs correctly without any modification.

wqweto avatar May 26 '25 18:05 wqweto

I was using BareboneTLS. Maybe that matters, I'm also on TB 784

gaouservbf avatar May 26 '25 21:05 gaouservbf

Weird. test\BareboneTls\Project1.vbp import works here too. I get AV when retargeting Win64 only.

wqweto avatar May 27 '25 09:05 wqweto

It imports here too. with a few warnings though. and also memory access errors in Win32 compile

gaouservbf avatar May 27 '25 13:05 gaouservbf