Bonjour à tous,
Dans le cadre de mon boulot j'aimerai me servir de la librairie Mapx (en GPL) pour effectuer des projections sur des images satellites.
Mon souci c'est que je n'arrive pas à faire marcher la fonction loadlibrary, je ne comprends pas quel fichier .h elle attend, j'ai essayé en faisant :
loadlibrary (mapx.a,mapx.h)
et voici l'erreur que j'obtiens :
1 2 3 4 5 6 7
| Warning: Warnings messages were produced while parsing. Check the functions you
intend to use for correctness. Warning text can be viewed using:
[notfound,warnings]=loadlibrary(...)
> In loadlibrary at 279
??? There was an error loading the library "D:\Matlab\SAT\mapx-0.9\mapx.a"
Error using ==> loaddefinedlibrary
D:\Matlab\SAT\mapx-0.9\mapx.a n'est pas une application Win32 valide. |
Ou alors en changeant la syntax :
1 2 3 4 5 6 7 8 9
| >> loadlibrary ('mapx','mapx')
Warning: Warnings messages were produced while parsing. Check the functions you
intend to use for correctness. Warning text can be viewed using:
[notfound,warnings]=loadlibrary(...)
> In loadlibrary at 279
??? There was an error loading the library "mapx"
Error using ==> loaddefinedlibrary
Le module spécifié est introuvable. |
Quelqu'un pourrait m'éclairer ?
Partager