jmfriedt / sentinel1_level0

GNU General Public License v3.0
54 stars 11 forks source link

Using stdint.h types and standard C file functions #7

Open zzMcGee opened 7 months ago

zzMcGee commented 7 months ago

Suggestions so your wonderful utility also works on Windows/Visual Studio compiler:

Suggestion to avoid stack overflow:

Thanks!

jmfriedt commented 7 months ago

I am glad you are enjoying this tool. I do not have access to a proprietary operating system or compiler to check if the updates are functional, but please let me know if commit 956d94e matches your expectations. At least with GNU/Linux I do not see a change in behavior. Thanks.

bigleaffrog commented 1 month ago

Dear Professor,

I would like to study your code, but my working environment is Windows. How should I install your code? It would be best if I could do it in Visual Studio.

I look forward to your reply. Wishing you a pleasant day!

Best regards, Leaf Frog

jmfriedt commented 1 month ago

Some of my students have success running GNU/Linux binaries on WSL2 on the latest releases of MS-Windows, so I believe this would be the best solution. I have no idea how to run or use Visual Studio. Otherwise cygwin https://www.cygwin.com/packages/package_list.html seems to have a gcc and make packages so these might be enough to compile MS-Windows binaries.