Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can I use the examples with the Windows MinGW port of gcc?

examples gcc mingw port Windows
0
Posted

Can I use the examples with the Windows MinGW port of gcc?

0

Yes, but it will take some work. Like Cygwin, you will need to use the Microsoft examples and use -f win32 when assembling your code. However, NASM will by default create an object file with a .obj extension. MinGW needs an extension of .o instead. So you can either rename the files yourself or tell NASM to when it generates them.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123