Re: [Pipmak-Users] Compiling pipmak
Status: Alpha
Brought to you by:
cwalther
From: Andrea V. <and...@gm...> - 2007-06-06 11:11:44
|
Andrea <andrea.viarengo <at> gmail.com> writes: About my point (5) don't consider it: I'm stupid!! char *path = newProjectPath(); define path as pointer to char and inizialize it (the pointer, not the contents)!!! if I want break into definition/initialization I have to remove "*" char *path; path = newProjectPath(); I'm apologize. Sometime "C" syntax deceit me. Bye |