Click here to Skip to main content
15,886,714 members
Articles / Programming Languages / C++/CLI

Calling a Mixed dll from c++ code

Rate me:
Please Sign up or sign in to vote.
4.00/5 (1 vote)
20 Sep 2012CPOL 11.4K   1  
Hello everyone ,I need your help again.This time i cant manage to call exported function from mixed dll from c++ codeI will start from the function which i am trying to call(This is my dll code)#pragma once#include "stdafx.h"#include#include...

Revisions


  

Compare Revision Minor Date Status Editor
5 - publicly available No 20-Sep-12 1:24 Available Argonia
addind some code
4 No 20-Sep-12 1:18 Available Argonia
update
3 No 18-Sep-12 4:07 Available Argonia
Updates in content. 6 changes had been made.
2 No 18-Sep-12 3:40 Available Argonia
Updates in content. 1 changes had been made.
1 No 18-Sep-12 3:40 Available Argonia

License

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


Written By
Software Developer (Junior)
Bulgaria Bulgaria
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions