kvarnerexpress
Feb 27 2005, 12:10 AM
| | Hey i looked into this and saw there were two methods: memory mapping and data_seg(built in memory mapping)
however, being the noobie i am i can't seem to get this to work - all i want to do is share a few integers and bools across multiple(in this case - two) Dll's (these are injected into an exe)
i.e 'int test' is set to '3' in first.dll -- and subsequently in second.dll 'test' is also set on to '3', and then i can perform if statements while the two values are the same over the 2 dll's |
Reply
Recent Queries:--
memory share - 425.52 hr back. (1)
Similar Topics
Keywords :
memory, share
- Accessing Physical Memory
Important needed for project (3)
Dynamic Memory Allocation
(2)
I'm writing a didactic software that can store an undefined number of int in a dynamic list. I
wrote a routine too that can delete an int and point the previous node to the next node after the
one I've deleted. But I've a problem: If I try to delete a number that isn't in the
list, software crashes! Why? If the routine doesn't find the number it should simply do
nothing CODE #include <stdio.h> #include <stdlib.h> void crealista();
void visualizzalista(); void eliminanumero(); struct elenco { int ....
Free Memory After Out Of Scope?
(1)
Hi everyone, I'm working with stl maps, I seem to be experiencing a memory leak somewhere, the
debugger isn't giving me any warning about it though. I thought maps and other containers are
supposed to free themselves once they fall out of scope? Code: void function1() { map >
local_map; // insert some stuff into local_map... local_map .insert("somethin");
local_map .insert("somethin else"); // for every key of local map, I would like to create a
// 'minimap' that is just that one key and its associated // values. ....
Looking for memory, share