Search found 3 matches

by Qrchack
Thu Apr 28, 2011 7:56 pm
Forum: Tutorials
Topic: Writing the first ReactOS application.
Replies: 27
Views: 198783

Re: Writing the first ReactOS application.

C:\Users\Guesst\Downloads\ReactOS-0.3.13-REL-src\ReactOS-0.3.13\base\setup\firstapp>make firstapp cc firstapp.c -o firstapp process_begin: CreateProcess(NULL, cc firstapp.c -o firstapp, ...) failed. make (e=2): Couldn't find specified file make.exe: *** [firstapp] Error 2 'Couldn't find specified f...
by Qrchack
Thu Apr 28, 2011 2:49 pm
Forum: Tutorials
Topic: Writing the first ReactOS application.
Replies: 27
Views: 198783

Re: Writing the first ReactOS application.

Code: Select all

C:\Users\Guest\Downloads\ReactOS-0.3.13-REL-src\ReactOS-0.3.13\base\setup\firstapp> makex firstapp.c
make.exe: Nothing to be done for 'firstapp.c'.

Total Build Time: 00:00:00
by Qrchack
Thu Apr 28, 2011 1:11 am
Forum: Tutorials
Topic: Writing the first ReactOS application.
Replies: 27
Views: 198783

Re: Writing the first ReactOS application.

I've got error when compiling the one with graphics http://img196.imageshack.us/img196/7086/rosrj.png setup/firstapp/firstapp.c /* * ReactOS Application * Copyright (C) 2008-2009 :P Davy Bartoloni :P * * This library is free software; you can redistribute it and/or * modify it under the terms of the...