K
K
kinton2019-02-28 22:31:10
C++ / C#
kinton, 2019-02-28 22:31:10

How to build a .c project for Windows 10?

Hello!
It is necessary to build a project written in C for Windows 10. The author's latest stable version was compiled for Windows XP, but I was assured that this is also possible on 10. The project is necessary for the coursework, so it is advisable to deal with it. However, alternatives are also acceptable if they are open source.
Project structure
Root: 5c7834ea6ba8b507457030.png
ipfw 5c7835105a38f301254383.png
folder: sys folder: It's 5c78353e56d3d701641512.png
also interesting that some files from ipfw try to include files from the sys folder as #include "wipfw.h", which fails.
Tell me, please, where you can read about the assembly of projects and how it is done, how to understand which files to collect.
Thanks for any advice!
If the project itself is interesting, then:
1)Project website
2) XP versions and, most importantly, source code

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Roman, 2019-03-01
@myjcom

however, I was assured that 10 is possible

https://sourceforge.net/p/wipfw/discussion/388595/...
I use mingw to compile userland part and NTDDK + VC6 to build sys driver.

A
Andrey Smirnov, 2019-02-28
@GameDev_Easy

Hello! You need a compiler for C. Any, in principle, any .
What did you code in? Options:
Вам надо скачать что-нибудь. Советую Visual Studio 2017 Communty - бесплатно.
Качайте (в инсталяторе - первую галочку и всё), компилируйте. Если хотите, потом удаляйте. EXE файл найдёте в /bin/Debug
(При создании проекта, выберите: "Из существующего кода.")
Good luck!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question