I have created a dynamic library in visual c++ 6 and I would like to know how
to use it in c# 2008 or in any other language of .net framework 3.5
Search Result
Collapse
6 results in 0.0014 seconds.
Keywords
Members
Tags
-
Calling from vc6 library
-
Destroy all variables of a thread
I have a created a thread and saved its pointer in a handle.
How can I stop the thread and destroy all the variables in it? -
vc6 get process state
Is there a way to get all the variables declared by a program in RAM and save
them in a file? -
vc6 set process memory usage
How do I take for example 2gb RAM and allow only a specific process to use them? -
vc6 modify process priority
I've searched everywhere but couldn't find it.
Is there a way to set the priority level of a process given it's ID? -
vc6 get CPU, RAM
Hello, My program has to run differently in strong and weak computers.
Is there a way to get the CPU and RAM of the computer?