From: Geoff W. <ge...@te...> - 2005-05-07 00:05:54
|
Dieter, You have already received info about call conventions. This little post is to highlight... > char *buffer=(char*)malloc(256); ^^^^^^^^^^^^ ... > Compiled with bcc32 and ilink You should be using ib_util_malloc (and linking with ib_util) so that you allocate the memory using the same services as FB. And of course remember to use FREE_IT on the declaration. -- Geoff Worboys Telesis Computing |