User Profile

Collapse

Profile Sidebar

Collapse
bltfr
bltfr
Last Activity: Jun 17 '10, 03:46 PM
Joined: Feb 15 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • bltfr
    started a topic how to use a native C++ dll in an ATL dll
    in C

    how to use a native C++ dll in an ATL dll

    hi,
    I have a native C++ dll and i want to call it from an atl dll.I have included the necessary header files and libraries but it doesn't work. Could you tell me the steps to do this operation?
    See more | Go to post

  • Attempted to read or write protected memory while importing function from c++ dll

    hi,
    I have a native c++ dll and i am trying to import a function of the class in the dll to use it in c# so i wrote a wrapper :
    Code:
    public struct myclassUnman{
    	
    	public:
    		[DllImport("mydll.dll", 
    				  EntryPoint="??0myclass@@QAE@XZ", 
    				  CallingConvention=CallingConvention::ThisCall)]
    		static void ctor(myclassUnman*);
    
    		[DllImport("mydll.dll",
    ...
    See more | Go to post
No activity results to display
Show More
Working...