Homebrew My Homebrew

  • Thread starter Thread starter Unoalpho
  • Start date Start date
  • Views Views 1,902
  • Replies Replies 8

Unoalpho

Well-Known Member
Member
Joined
May 27, 2009
Messages
169
Reaction score
0
Trophies
1
Age
114
Location
United States
XP
181
Country
United States
Okay I started making a beginner homebrew Application
It is a picture viewer
I know that there are many picture viewer homebrew apps out there but i thought that it would be a good place to strt
This is what i have write now
Code:
Static Char */ .jpeg (can be any name)/*
int main()
{
printf("Hello Please Select your picture/n");
/select jpeg/
}
#include 1-17 Beat It.mpeg4
Is this good or am i coding wrong?
Will it select images?
Will the music Come on when you use the application?
Thanks for awnsering my questions and even bothering to view the topic
 
Unoalpho said:
Okay I started making a beginner homebrew Application
It is a picture viewer
I know that there are many picture viewer homebrew apps out there but i thought that it would be a good place to strt
This is what i have write now
Code:
Static Char */ .jpeg (can be any name)/*
int main()
{
printf("Hello Please Select your picture/n");
/select jpeg/
}
#include 1-17 Beat It.mpeg4
Is this good or am i coding wrong?
Will it select images?
Will the music Come on when you use the application?
Thanks for awnsering my questions and even bothering to view the topic

Uh, is that literally it? If it was that easy to code, there would be many MANY more DS homebrew apps and games around. Simply putting "/select jpeg/" wont make it know how to select a jpeg, or how to display it, or indeed do anything, as it is a comment, completely ignored by the compiler. And #include statements must come at the start, and you dont put music files in #include statements. You put libraries and C files in #include statements. In fact, I dont think ANY of your code is correct I'm afraid.
 

Site & Scene News

Popular threads in this forum