Project Builder Question (External Related)

K nnoydb at excite.com
Sun Sep 5 13:38:08 EDT 2004



I am sorry for my Project Builder ignorance I am used to using Code Warrior (*NIX development) and Visual Studio (Win32 Development).  I seems to be experiencing linking problems with the stanard C/C++ library. 

Simple example:

NOTE: This is a C version I experience simular problems with may c++ version.

#include <stdlib.h>

void somefunction( <revolution/mc signature>)
{
  int  result ;
  char *mcResult_ptr = calloc( (sizeof(int)*8+1), sizeof(char) ) ;

  //Do something..

  itoa( result, mcResult_ptr, 10 ) ;

}


Here even though itoa is included via stdlib.h the linker will be unable to locate it.  I assume the glibc/c-lib is  not being linked.  How do I correct this in Project Builder? 


Thanks,
Kevin

-==-=-=-=-=-=-==-=-=-=-=-=-=-=-==-=-=-=-=-=-
Disclaimer:

Any resemblance between the above views and those of my
employer, my terminal, or the view out my window are purely
coincidental. 
Any resemblance between the above and my own views is non-deterministic.

 The question of the existence of views in the absence of anyone to hold
them
is left as an exercise for the reader. The question of the existence of
the reader
 is left as an exercise for the second god coefficient. 
(A discussion of non-orthogonal, non-integral polytheism is beyond the
scope of this article.)



_______________________________________________
Join Excite! - http://www.excite.com
The most personalized portal on the Web!


More information about the use-livecode mailing list