Author |
Message |
Forum: Suggestions and Feedback Topic: Advantages of git over SVN? |
vuurrobin |
Posted: Tue Apr 17, 2012 8:25 am
|
|
Replies: 4
Views: 6736

|
Yes I meant projects in general.
Thanks for the comments and link, they were really helpfull. |
|
 |
Forum: Suggestions and Feedback Topic: Advantages of git over SVN? |
vuurrobin |
Posted: Mon Apr 16, 2012 10:18 pm
|
|
Replies: 4
Views: 6736

|
I have noticed that alot of project moves to git for version management. What are the advantages of git versus other version management systems like svn? |
|
 |
Forum: DS Development Topic: ap_search example problems |
vuurrobin |
Posted: Tue Mar 20, 2012 6:52 pm
|
|
Replies: 11
Views: 10884

|
Are you sure that there are AP close by that aren't locked? I'm not sure if they should show up, but any AP that has security higher than WEP won't be able to connect with the DS anyway. |
|
 |
Forum: DS Development Topic: Sine/Cosine as Fixed Point Math |
vuurrobin |
Posted: Thu Feb 23, 2012 10:53 pm
|
|
Replies: 5
Views: 5751

|
|
 |
Forum: devkitARM Topic: sh fork problems in windows 7 |
vuurrobin |
Posted: Sun Feb 19, 2012 1:20 pm
|
|
Replies: 3
Views: 4415

|
eradsoft wrote: fork_copy: linked dll data/bss pass 1 failed /bin/sh: fork: Resource temporarily unavailable
It seems to try to fork a process, but it can't get access to a .dll file. Not sure how to fix this, but you could try to re-install it. |
|
 |
Forum: devkitARM Topic: Compiling error 127 |
vuurrobin |
Posted: Wed Jan 18, 2012 1:11 am
|
|
Replies: 2
Views: 4824

|
You are also referring to a directory called mysys which should be msys with normal installation. And I am pretty sure that DEVKITPRO and DEVKITARM should be in unix style (even if you are on windows). You also set TOPDIR while you never use it, and you set TARGET twice, both using an absolute path ... |
|
 |
Forum: devkitARM Topic: prolems when compiling cpp |
vuurrobin |
Posted: Fri Nov 11, 2011 2:14 pm
|
|
Replies: 4
Views: 4907

|
all c++ code must be in a file with the cpp extension, and all c code goes in a file with a c extension. if you put c++ code in a c file, it will get compiled with the c compiler. and seeing as c doesn't have classes, you get an error. |
|
 |
Forum: DS Development Topic: Big background problem |
vuurrobin |
Posted: Mon Oct 24, 2011 12:27 pm
|
|
Replies: 21
Views: 13110

|
The image is 954 pixels width, but your code says 952 pixels. Look on wikipedia for how bmp headers are stored so you can ignore the header and write the correct pixel data (or you can use the header to find out the hight and width of the image, among other things). IIRC, bmp image data can be store... |
|
 |
Forum: Suggestions and Feedback Topic: Improvements to libogc library |
vuurrobin |
Posted: Thu Oct 06, 2011 8:52 am
|
|
Replies: 3
Views: 5706

|
First of all, I doubt this would add any overhead in the program. The constructor would be inlined and would (probably) be the same as when it would be done manually. Second of all, I don't think that the small benefit would be worth the trouble of maintaining this kind of code. Remember that every ... |
|
 |
Forum: devkitARM Topic: Linker is adding extra crap (Unreferenced library code) |
vuurrobin |
Posted: Sun Oct 02, 2011 12:39 am
|
|
Replies: 15
Views: 11995

|
my knowledge of gcc is limited, but AFAIK if your program uses 1 part of an object file, it includes the entire object file, causing the linker to include unused functions. according to this post (http://devkitpro.org/viewtopic.php?f=14&t=1665), you can remove unused code with "-Wl,--gc-sec... |
|
 |
Sort by: |