Hi,
I am having a hexadecimal file. (They are calling it as a ring file. I really dont know why it is called like this). i want to open the file and edit it.
how can i do this.
Hi,
i would like to learn COM & ATL. Can you syggest me good books for this.
i want to develop COM applications using ATL. Can you also suggest some materials on the web that i can use for...
When i bulid a dll, i have a .lib file getting created. When i try to link this dll in another i am using the .lib file and not the .dll file. What is the importance of the .lib file.
...
Is there a constraint in the size of the heap and the Stack.
If so is it language dependent on Operating System or the Language in which we programme.
If so what is the Maximum...
Similar to that GetCommandLine for main() function, what is the command that i need to use the access the parameters passed to the Service main function. This is because my application is statically...
HI,
My application exe is linked to the dll's statically. I would like to use the command line paramters that i pass to in the dll's. How can use the command line parameters in the DllMain()...
HI,
My application is a Middleware application. It Listens in a particular port. Now there is Just one instance of the application running in my machine. I would like to have multiple instance of...
I am allocationg memory using the HeapAlloc function. If i call HeapDestroy before freeing the heap created using HeapFree function, can any error may arise due to this.
I am allocationg the memory in the HeapAlloc function. If i call HeapDestroy fo the heap without freeing the memory by HeapFree is this causes any problem.
Thanks Mick,
can you suggest me the way i can find that why this error occures..
Can you suggest some tutorial to understand the heap allocation better.. is there any tool that i can you to...