Windows 11 smart app control

2022-07-22 Thread Sam Lin
Hi All, You might have noticed Windows 11 has SAC and it requires software developers to sign files. Since our software included CYGWIN.dll, may I know where I can get a signed version? Or any other solution to avoid SAC? Ref. https://support.microsoft.com/en-us/topic/what-is-smart-app-control-

Re: Unable to execute Cygwin application within UDF format

2022-05-27 Thread Sam Lin
Hi , I have also successfully executed that is to move cygwin1.dll to the root directory to execute. Will cygwin1.dll be supported to execute in UDF format in the future? Thanks, Sam Takashi Yano 於 2022年5月27日 週五 下午12:32寫道: > On Fri, 27 May 2022 11:36:27 +0800 > Sam Lin wrote: > >

Unable to execute Cygwin application within UDF format

2022-05-26 Thread Sam Lin
Hi , I will see the problem on WIN10 or WIN SERVER, the duplicate steps are as follows: 1. Write a simple code 'hello world' program and compiled the executable file using GCC. // hello.c #include int main() { printf("Hello World\n"); return 0; } $ gcc hello.c -o hello.exe 2. Fo