Click here to Skip to main content
15,883,883 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi
I am Newbi for Shared Memory implementation . My Problem is as follows
I have two aur more than two application in and I have created a Regular Shared Dll in VC++.Dll have some functions with in a class. i want to access these functions in both applications using single instance of that class which is defined in Dll .
please help me .
thanks in advanced
Posted
Comments
[no name] 11-Apr-14 7:52am    
Help with what? Did you do a search for C++ singleton?
[no name] 11-Apr-14 8:49am    
This is a complicated and quite inflexible approach and rarely absolutely necessary. What makes you need this architecture?

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900