Hello, I am using ECLiPSe and C++ interface, where I am getting following error. I'll be obliged if you guide me or provide me some information about its possible cause and solution. The error states: VirtualAlloc failed in alloc_stack_pairs() Thanks and regards, Pramod. [ Moderator's note: You probably don't have enough virtual memory on you machine, and your C++ program might already be using a lot of memory. Eclipse on initialisation tries to reserve 2*128MB for its stacks. You can change these numbers by calling ec_set_option_int(EC_OPTION_GLOBALSIZE, num_bytes); ec_set_option_int(EC_OPTION_LOCALSIZE, num_bytes); before calling ec_init(). ]Received on Fri Oct 22 13:40:30 1999
This archive was generated by hypermail 2.1.8 : Wed 16 Nov 2005 06:07:04 PM GMT GMT