User Profile
Collapse
-
What is the address of Heap created by HeapCreate() function?
can any1 plz tell me, waht is the address of private Heap created by HeapCreate() function? -
What are <Bad Ptr> in visual C++?
Afetr i execute following statement:------------>
char * result = (char*) VirtualAlloc(NU LL, 10,
MEM_RESERVE | MEM_TOP_DOWN,
PAGE_EXECUTE_RE ADWRITE);
When i check the value of result it says:<Bad Ptr> and shows some address.
What does it mean? -
But, when I did NMAKE on visual c++ command prompt, it created a GC.LIB file,
and now when i am trying to link it, it is giving
"Unresolved external symbol.......re ference in function main"
kind of errors -
HOw to bulid Hans Boehm Garbage Collector using Visual C++?
Hey guys,
I have sucessfully built Hans Boehm Garbage collector on linux, accordind to instrtuctions given on Hans Boehm Website.
But I am unable to bulid it on WINDOWS.
It is not creating "gc.lib" file.
Please help. -
How to use Hans Boehm Garbage Collector, on windows?
Hey Guys,
I am new to this programming stuff, but i want to try using Hans Boem Garbage Collector (HBGC) as my assignment. I dont know which Compiler to use for it and how to use?
Please Help
No activity results to display
Show More
Leave a comment: