Writing the first ReactOS application.

Got a ReactOS tutorial to share? Drop it in here

Moderator: Moderator Team

Re: Writing the first ReactOS application.

Postby vicmarcal » Thu Apr 28, 2011 3:06 am

Which command are you using to compile the .c file?
In the screenshot seems you are using "g++ cfilename.c", correct use is "makex cfilename"
Image
vicmarcal
Test Team
 
Posts: 2355
Joined: Mon Jul 07, 2008 12:35 pm

Re: Writing the first ReactOS application.

Postby Qrchack » Thu Apr 28, 2011 2:49 pm

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
Qrchack
 
Posts: 3
Joined: Tue Apr 26, 2011 12:20 pm

Re: Writing the first ReactOS application.

Postby Saibamen » Thu Apr 28, 2011 3:03 pm

Must be "make firstapp".
Saibamen
 
Posts: 180
Joined: Mon Jul 19, 2010 11:19 am
Location: Poland

Re: Writing the first ReactOS application.

Postby Qrchack » Thu Apr 28, 2011 7:56 pm

Code: Select all
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 file' - here was 'Nie można odnaleźć określonego pliku' - translated to English
Qrchack
 
Posts: 3
Joined: Tue Apr 26, 2011 12:20 pm

Re: Writing the first ReactOS application.

Postby Saibamen » Thu Apr 28, 2011 8:14 pm

Location should be "C:\Users\Guesst\Downloads\ReactOS-0.3.13-REL-src\ReactOS-0.3.13\"

Greetings
Saibamen
 
Posts: 180
Joined: Mon Jul 19, 2010 11:19 am
Location: Poland

Previous

Return to Tutorials

Who is online

Users browsing this forum: No registered users and 1 guest