Thanks. Now i get the point. Regards, Anuj
On Mon, Dec 22, 2008 at 6:43 PM, Ryan Graham <[email protected]> wrote: > The rest of the code for those functions is probably compiled into a > library already. That means you can not look at the code for it. > > Did the .h file come with any other files or instructions? > > ~Ryan > > On 21-Dec-08, at 8:41 PM, "anuj agarwal" <[email protected]> wrote: > > Thanks Ryan. I just want to know How these procedures which we use > including a .h file in C are defined. I don't see much of the code for these > procedures in .h file. Just a definition of the function is there in the .h > file. > > On Tue, Dec 16, 2008 at 8:48 PM, Ryan Graham <[email protected]> wrote: > >> >> If you look at the build files (probably Makefile) you should see what >> your code is being linked to. It would likely be either a .so or a .a >> file, but probably specified as -lpanarama. >> >> There's plenty to learn, but I'm on the bus, typing on my iPhone. I'll >> wait for more specific questions before going into too much detail. >> >> ~Ryan >> >> On 16-Dec-08, at 2:28 AM, "anuj agarwal" <[email protected]> wrote: >> >> > Hi All, >> > >> > In camera there is panorama mode, which stitches photo together. >> > Now this photo stitching algo/sw is from 3rd party. >> > So from the samsung code we call >> > >> > panarama(a, b, c); >> > >> > and this function is declares in a header called panarama.h >> > >> > void panarama (int a, int a, int c); >> > >> > but we don't have the definition of this function, but we are able >> > to implement and use this function. >> > >> > Now i don't know where exactly the code of this function is defined. >> > Is it defined in some .lib or .a file. I even don't know whether its >> > a open source or not. >> > >> > Note: Please ignore this post if not related to the group. >> > -- >> > Anuj Agarwal >> > +91-9923111896 >> > SME-Trainee >> > DVCI AMDOCS, >> > Tower 2, Cybercity, >> > Magarpatta City, >> > Pune >> > >> > Engineering is the art of making what you want from things you can >> > get. >> > >> > > >> >> >> > > > -- > Anuj Agarwal > +91-9923111896 > SME-Trainee > DVCI AMDOCS, > Tower 2, Cybercity, > Magarpatta City, > Pune > > Engineering is the art of making what you want from things you can get. > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Linux Users Group. To post a message, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit our group at http://groups.google.com/group/linuxusersgroup -~----------~----~----~----~------~----~------~--~---
