Re: data transfer



maddy wrote:
we did add rts and rts.lib.it didnt work and hence we added rts.src.we
have also put #include <stdio.h>
at the top.we r not getting.i dont know what may be the possible
problem.plz tell what else can we do.
thank you.

I can't tell what you need from here, but one thing I can see is that you need more understanding of how executable code it put together. Files that end with '.h' are header files; they describe the resources available in library modules and the ones you might make. Files that end with '.lib' are library files, sets of related routines for doing tasks you don't need to program yourself. Files that end with '.src' or '.c' are source files, raw material in source form for the compiler to turn into relocatable code that the linker can use. Files that end in 'obj' and perhaps other extensions depending on your system are object code, assembled from pieces -- your own code and code from libraries -- by the linker. They may either have absolute addresses or be handles by a relocating loader.

If you treat your particular system like a magic box instead of learning what it toes and how it does it, you will always be at a loss when the particular incantation that you try doesn't work the way you expect.

Try digging into the appropriate manual.

Jerry
--
Engineering is the art of making what you want from things you can get.
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
.



Relevant Pages

  • Re: A way to decrease executable sizes?
    ... >Is there any way to make the linker reject all the code that isn't needed? ... When you create a project that is composed of several primary source files, ... of object file: a "library" file. ... the libraries is /not/ necessarily one we want, ...
    (comp.lang.cpp)
  • Re: Cannot activate incremental link - please help
    ... libraries to link against list. ... I discovered that this caused the linker to think that project settings ... > lot of source files that are compiled and linked using command-line ... >>Incremental linking doesn't work when you change a library in your ...
    (microsoft.public.dotnet.languages.vc)
  • Re: Defining many classes in a single file
    ... And one can declare just as many in a header file. ... Another reason for one class one file is due to linker ... smallest resolution. ... In this case, you can have libraries. ...
    (comp.lang.cpp)
  • FreeBSD 5.1 BETA 2 make cvsup-without-gui fails
    ... checking if the linker is GNU ld... ... checking whether the linker supports shared libraries... ... checking if libtool supports shared libraries... ...
    (freebsd-current)
  • Re: orphaned port?
    ... checking if the linker is GNU ld... ... updating cache .././config.cache ... checking if libtool supports shared libraries... ...
    (freebsd-questions)