Re: HTTPS GET using Winsock

2023-04-05 Thread Man-wai Chang
I suppose I could do more using Winsock, maybe in the future... :) On Mon, Apr 3, 2023 at 9:58 PM Alan Bourke wrote: > > Via Winsock specifically ? Why complicate it? > > > > -- > Alan Bourke > alanpbourke (at) fastmail (dot) fm > [excessive quoting removed by server]

Re: Fun with .Net DLLs

2023-04-05 Thread Alan Bourke
On Wed, 5 Apr 2023, at 1:15 PM, Richard Kaye wrote: > Apparently because the solution is a "Helper" class library, > direct debugging is not possible. How you test it is to add another class library project to the solution. Then install the NUnit package (or MSTest, or one of the others).

Re: Fun with .Net DLLs

2023-04-05 Thread Stephen Russell
What are you expecting in the debug/test? In my mind, I'd make a console app and reference this picture dll you made. That console will act like VFP in the pass something to the DLL and receive the output in some way or another. I have been too busy to read the code you presented. Are you

Re: HTTPS GET using Winsock

2023-04-05 Thread Man-wai Chang
Thanks! I am afraid ActiveX might vanish in future versions of Windows. But then, Foxpro is still 32-bit and basically English-only. :) On Mon, Apr 3, 2023 at 9:56 PM Tracy Pearson wrote: > > I have used the MSXML ActiveX control in the past. > > LOCAL xml as MSXML2.XMLHTTP60 > xml =

RE: Fun with .Net DLLs

2023-04-05 Thread Richard Kaye
Thanks, Darren! Much appreciated. I've got the DLL building OK in VS but figuring out how to debug is a challenge. Apparently because the solution is a "Helper" class library, direct debugging is not possible. In VFP I'm using wwDotNetBridge to load the assembly which appears to succeed but

RE: Fun with .Net DLLs

2023-04-05 Thread Richard Kaye
I want to debug anywhere I can solve my problem.  Because I’m a VFP guy I’m trying to attach the VS debugger to the VFP process so I can debug wherever I want. But I’m such a n00b with VS that my progress is glacial… -- rk From: ProfoxTech On Behalf Of Stephen Russell Sent: Wednesday,

Re: Fun with .Net DLLs

2023-04-05 Thread Virgil Bierschwale
I use vs code almost exclusively for all my php work. great tool all kinds of plugins if you want to go to that level. On Wed, Apr 5, 2023 at 2:39 PM Stephen Russell wrote: > NP. I don't know if you can do that from VFP because I have no > experience in it. > > There is a free tool from M$

Re: Fun with .Net DLLs

2023-04-05 Thread Stephen Russell
NP. I don't know if you can do that from VFP because I have no experience in it. There is a free tool from M$ called VS Code that works on everything and works everywhere. I found this and you can add in the ability to work with VFP code they say.

RE: Fun with .Net DLLs

2023-04-05 Thread Richard Kaye
Oh I’ve been using VS Code for a while. I’ve also got a 66 page white paper from Rick Strahl on .Net interop with a pile of tool recommendations including JetBrains Dotpeek and LinqPad. Many rabbit holes I am diving down… -- rk From: ProfoxTech On Behalf Of Stephen Russell Sent: Wednesday,