Fun with .Net DLLs

2023-04-04 Thread Richard Kaye
ProFoxers, I've started down the road of attempting to create a DLL in C# using VS2019. Here's the problem I'm trying to solve. I want to retrieve the current orientation value from a JPG. If it exists, I want to rotate the image to that value. Finally I want to set/delete the orientation tag.

Re: Fun with .Net DLLs

2023-04-04 Thread Alan Bourke
Richard I assume you created a project of type 'Class Library'. No you can't debug those, you need to host it in some other sort of exectuable project. To debug that you either need to add another project of a type that is executable to your solution (like a Windows Forms, WPF or Console applica

RE: Fun with .Net DLLs

2023-04-04 Thread Richard Kaye
Thanks, Alan, much appreciated. I was just going through the various build options. The 32 bit thing will be a the top of the checklist. I thought there was a magic way to connect the debugger to an external process (e.g. VFP). There's some stuff in Doug's white paper on how to do that but I'm

I was on a call this morning with a guy who claimed to be a FP/VFP support with M$

2023-04-04 Thread Stephen Russell
His name is John Ramminger. Does anyone have any memories of this guy? Now he is a Sharepoint consultant. -- Stephen Russell Sr. Analyst Ring Container Technology Oakland TN 901.246-0159 cell --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kep

Re: I was on a call this morning with a guy who claimed to be a FP/VFP support with M$

2023-04-04 Thread Virgil Bierschwale
Never worked with him myself. Here is his website.. https://www.rammwaresolutions.com/ On Tue, Apr 4, 2023 at 2:25 PM Stephen Russell wrote: > His name is John Ramminger. Does anyone have any memories of this guy? > > Now he is a Sharepoint consultant. > -- > Stephen Russell > Sr. Analyst > Ri

RE: Fun with .Net DLLs

2023-04-04 Thread Darren
Richard it is relatively simple. Done it many times but not for a while - I'll hunt down my notes and get something to you. Essentially it is making the .Net assembly com visible and then it is easy to use in VFP. I'll do that this evening. Cheers -Original Message- From: ProfoxTech [