I keep getting this on compile
O:\CPT-234\Assignment6\main.c|67|undefined reference to `_calcPay2'|
But if you look at the code in question it is:
calcPay2(hours,rate);
Hi,
I think you should learn how to use a compiler/linker...
Howerver, in your case, you probably just need to add the library implementing the calcPay2 function to the linkersettings of your project build options to get rid of this problem.
Dje
Quote from: supernix on March 09, 2009, 10:11:20 AM
I keep getting this on compile
O:\CPT-234\Assignment6\main.c|67|undefined reference to `_calcPay2'|
But if you look at the code in question it is:
calcPay2(hours,rate);
Unrelated to C::B, therefore violating our forum rules.
Topic locked !