hi,
I Created a Win32 Dll project in VC++ .Net. I am having some c files in that project. In these files i am having some functions. In a separate .h file i included the declaration of functions which were to be exported form the dll using dllexport and __stdcall calling convention. I want to call these functions from another VC++ Win32 Application. It is not giving the correct out put. Application aborted after calling the first function in the code. But if I create a static library with out any change in the VC++ dll project and the test application it is giving the correct output. but if i generating the dll it is not giving the correct out put. What may be the problem?. Any one knows please help me.
Thanks in Advance.
Regards,
RajaSingh R.