| |
| | Running a Object file - Dev Shed |
 | | Running a Object file C programming forum discussing all C derivatives, including C#, C++, Object-C, and even plain old vanilla C. These languages are low level languages, and used on projects such as device drivers, compilers, and even whole computer operating systems. |
 | | In another file (test.c) i have opened this file with fopen and this address is casted to funcp function pointer and called the that function pointer. |
 | | Also, an OBJ file contains machine code, but it also contains some stub headers for the linker to use, so you can't arbitrarily point a function pointer to the first byte of the OBJ file buffer, you need to find the area in the file where the function's code starts. |
| forums.devshed.com /c-programming-42/running-a-object-file-49607.html (982 words) |
|