Hi all,
Sorry for the off-topic and sorry for my low C level...
I saw that __GETMESSAGE in classes.c is defined as:
HB_FUNC( __GETMESSAGE )
{
hb_retc(
hb_stackItem(hb_stackBaseItem()->item.asSymbol.stackstate->lBaseItem
)->item.asSymbol.value->szName );
}
Then, in my proyect I want to in
Hi all,
I would know if it is possible to build libs for wince using PellesC.
Is it possible ?
Thanks and regards,
José Luis Capel
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
Hi,
Which is the suiteable switch for get memory statistics?
What I want to get is the amount of memory used by Harbour (stack, statics,
items, etc), number of 'living' items, number of unrealeased items (if it is
possible to know) at execution time.
Thanks and regards,
José Luis CApel
__
Hi all,
I want to know if it is possible to use hashes in this way:
hMyHash:MyKey := 'SomeValue'
instead of
hMyHash['MyKey'] := 'SomeValue'
Thanks and regards,
José Luis Capel
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbou
Hi Viktor,
Now I could build libs for evc4.
Seemed that in my previous try some envar did not set correctly.
Just one question: now libs are created in /libs/vc instead of /libs/vcce.
Is it possible to leave these libs in /libs/vcce?
Regards and thaks,
Jose Luis Capel
-Mensaje original