Search found 3 matches

by NatureTM
Tue Dec 15, 2009 7:39 pm
Forum: devkitARM
Topic: Linking with DLL's
Replies: 2
Views: 3559

Re: Linking with DLL's

OK, everything's good. I just had to compile the libs for ARM, then alter the makefile. This is all pretty new to me so my bad on posting a question then answering it myself right away. Anyway, thanks for the tools and hopefully I'll have something to show you guys in the coming weeks. Everything I ...
by NatureTM
Tue Dec 15, 2009 1:23 am
Forum: devkitARM
Topic: Linking with DLL's
Replies: 2
Views: 3559

Re: Linking with DLL's

Hmm...

I just posted a couple minutes ago but now I was just thinking, are libraries architecture-dependant and I have to build fftw3 with devkitARM? If I somehow just answered my own question, then I'd like to say in my defense that I did all this converting of the libs last night while I was a ...
by NatureTM
Tue Dec 15, 2009 1:09 am
Forum: devkitARM
Topic: Linking with DLL's
Replies: 2
Views: 3559

Linking with DLL's

Hi, I'm pretty new to C still. I'm trying to make a DS app but I think my question still belongs here (hopefully.) I needed to use the fftw3 libraries for my project.

I downloaded the libraries and headers, which were .dll, .def, .h, and .f files. I can include the header fine, but when I try to ...