Raul Merelli

Results 16 comments of Raul Merelli

I also get the same error as athaks. If I compile at 32bit I'm at least able to do NFC.GetReadersList(), but still nothing works, no event is fired, but in...

To solve this issue is enough to change in MainForm.cs the line Recorder.DrawIcon(g.GetHdc(), pci.ptScreenPos.x, pci.ptScreenPos.y, pci.hCursor); To Recorder.DrawIcon(g.GetHdc(), pci.ptScreenPos.x - (int)xNumeric.Value, pci.ptScreenPos.y - (int)yNumeric.Value, pci.hCursor);

Same issue here. It happens if the secondary monitor is to the left of the the primary one. To solve this problem it is sufficient to allow negative values in...

I think I'm experiencing the same issue with the android 13 device I'm using. After some hours, after the screen turned off all I can see is a black image....

I'm not using an external Display, but I have some resolution issue. The screen is vertical 800x480 px, but seems to appear almost a square (800x768), with a black band...

@bk138 Sorry, I didn't see that there was this specific issue. Seems exactly the same problem.

> > @bk138 Sorry, I didn't see that there was this specific issue. Seems exactly the same problem. > > But you're seeing an extreme form... Quite a big margin...

I don't know if this could be useful, but I found this project, NT4EXkernel: https://msfn.org/board/topic/183418-i-am-trying-to-create-an-extended-kernel-for-nt4/page/2/ . I tested it in my NT4 VM and i don't get the CreateToolhelp32Snapshot error...

> > CryptEnumProvidersA > > Which version of IE do you have? First install IE4 with the shell update, then install 6.0 SP1. I have installed in order: NT4 SP6A,...

I managed to compile the advapi32 DLL wrapper (I used the MSVC 4.20 as suggested, with the NT4 SDK) and put it in the Net Framework folder. I don't know...