Search found 2057 matches

by WinterMute
Tue Mar 22, 2011 1:19 am
Forum: devkitARM
Topic: Cannot link libtremor
Replies: 9
Views: 14146

Re: Cannot link libtremor

Yes, you need to extract the archive into that folder, not place the libraries there. You should have an include and lib folder in the portlibs/arm folder.
by WinterMute
Tue Mar 22, 2011 1:04 am
Forum: Bug Reports
Topic: USB_OpenDevice failure for some USB devices
Replies: 3
Views: 7843

Re: USB_OpenDevice failure for some USB devices

This isn't really enough information to do anything with, I removed the huge lsusb report, it's not that helpful.

What would be helpful if you have the time, motivation and patience is to determine the failure point for these devices if you can. I'll see if I can point some of the USB experts ...
by WinterMute
Fri Mar 18, 2011 11:20 am
Forum: Off Topic
Topic: DSiLink
Replies: 2
Views: 8646

Re: DSiLink

Actually it's perfectly possible to run dslink on a DSi without installing to the wifi flash, the nds file is provided in the archive for this purpose. Unfortunately if you can't install to the flash because the installer fails then dslink won't work because access to the DS mode wifi is disabled ...
by WinterMute
Wed Mar 16, 2011 11:05 am
Forum: Bug Reports
Topic: Not receiving some input keys? (L, R, X, Y, TOUCH)
Replies: 2
Views: 6654

Re: Not receiving some input keys? (L, R, X, Y, TOUCH)

You need Desmume 0.9.7, previous versions didn't emulate the FIFO hardware sufficiently for recent libnds versions.
by WinterMute
Mon Mar 07, 2011 11:32 am
Forum: devkitARM
Topic: Visual Studio 2010 Problems
Replies: 3
Views: 7115

Re: Visual Studio 2010 Problems

What you did isn't actually clear tbh. You can't write a DS application with libnds alone, you'll also need devkitARM and the other support libraries.
by WinterMute
Mon Feb 28, 2011 12:18 am
Forum: DS/DSi Development
Topic: create 3d and include
Replies: 61
Views: 284185

Re: create 3d and include

I'm impressed that it still compiles.


The crashes and "errors" with emulators are probably an issue with the emulators rather than the code if it works on hardware. I'm forever breaking emulators with libnds updates.
by WinterMute
Sun Feb 27, 2011 11:56 am
Forum: DS/DSi Development
Topic: create 3d and include
Replies: 61
Views: 284185

Re: create 3d and include

It's probably best if you don't.

That code was last updated in 2009 and probably won't compile with current tools.

It was also intended to provide an interface to the 3D hardware that was more directx like than opengl like.
by WinterMute
Sun Feb 27, 2011 11:51 am
Forum: Bug Reports
Topic: Internet Connection not permitted
Replies: 4
Views: 13982

Re: Internet Connection not permitted

There are two main things that cause this issue.

1. Some antivirus products appear to cause the download code to timeout when scanning, unfortunately all we can advise here is to temporarily disable the scanning while installing.

2. The Internet Explorer connection settings are out of date or ...
by WinterMute
Sat Feb 26, 2011 10:22 pm
Forum: DS/DSi Development
Topic: Problem compiling combined template? [solve]
Replies: 4
Views: 5273

Re: Problem compiling combined template? [solve]

There's a lot more that needs done before cameras are usable. For now it's probably best if you stick to what's available.
by WinterMute
Fri Feb 25, 2011 11:42 am
Forum: DS/DSi Development
Topic: Problem compiling combined template? [solve]
Replies: 4
Views: 5273

Re: Problem compiling combined template?

It's just you.

We don't really encourage use of the combined template and I'd strongly recommend keeping your own projects outside the devkitPro folder, the uninstaller removes the entire folder so anything you have in there will be lost if you need to do a clean reinstall.

The arm7 code in the ...