Thats the error I get when compiling.
A little background. This is a programming assignment for making user level threads. I'm new to C and C++ and am using Visual Studio .Net. The project is to implement some of the code my self such as allocating and initializing the stack and the thread control block, as welling as switching between threads.
I'm trying to use methods such as minithread_system_initialize, minithread_yield , schedule, and fork. I am getting the error message unresolved extern symbol. I have a prototype of these defined in a file and there is a define Minithread_Aux_H.
Not sure what thats for.
My teacher gave us most of the source code and even the function names and paramaters, we just have to fill in the functions. He also gave us a makefile for compiling it from the command line. I would like to use the IDE for debuging and everything esle, but not sure why that error is coming up.
Sorry if I made this sound confusing.
Like I said, I don't know much about C, so any help would be appreciated.
Thanks
A little background. This is a programming assignment for making user level threads. I'm new to C and C++ and am using Visual Studio .Net. The project is to implement some of the code my self such as allocating and initializing the stack and the thread control block, as welling as switching between threads.
I'm trying to use methods such as minithread_system_initialize, minithread_yield , schedule, and fork. I am getting the error message unresolved extern symbol. I have a prototype of these defined in a file and there is a define Minithread_Aux_H.
Not sure what thats for.
My teacher gave us most of the source code and even the function names and paramaters, we just have to fill in the functions. He also gave us a makefile for compiling it from the command line. I would like to use the IDE for debuging and everything esle, but not sure why that error is coming up.
Sorry if I made this sound confusing.
Like I said, I don't know much about C, so any help would be appreciated.
Thanks