CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: dariotojeiro

Search: Search took 0.02 seconds.

  1. Re: Problem creating a DLL due to conflicts between MFC and .NET, Visual C++ 2008

    I think that this is a bit more than I can handle. I got the C++ code to control the camera, so first I will try to use this code in the original DLL, leaving aside .NET libraries. Hopefully this...
  2. Re: Problem creating a DLL due to conflicts between MFC and .NET, Visual C++ 2008

    Thank you for your help.




    I have to use some DLLs to communicate with a camera, DLLs that work in .NET framework. However, if I cannot manage this, I will contact the camera manufacturer and...
  3. Re: Problem creating a DLL due to conflicts using MFC, Visual C++ 2008

    Using the DLL that works correctly, it returns a pointer not NULL, but I don't know what this pointer refers. Actually, if I delete that line of code, the DLL works the same. The complete function is...
  4. Problem creating a DLL due to conflicts between MFC and .NET, Visual C++ 2008

    Hello,

    I've already spent some hours trying to find a solution, but I couldn't, since I am not familiar with these settings, so I look for your help. This is the problem in detail:

    I have a...
  5. Re: Problem creating a DLL due to conflicts using MFC, Visual C++ 2008

    Thank you for your answer. Should I post then my doubt in the corresponding Forum? or is it impossible to mixture the 2 technologies?
  6. Re: Problem creating a DLL due to conflicts using MFC, Visual C++ 2008

    I didn't programm the DLL actually, but it seems to be a function of MFC:

    http://msdn.microsoft.com/en-us/library/5k9f064x%28v=vs.80%29.aspx
  7. Re: Problem creating a DLL due to conflicts using MFC, Visual C++ 2008

    Hello,

    thank you for your answer. The DLL, compiled with the initial configuration (without Multi-threaded Debug (/MTd) and without clr) works fine.

    The external programm crashes when it uses...
  8. Problem creating a DLL due to conflicts using MFC, Visual C++ 2008

    Hello,

    I've already spent some hours trying to find a solution, but I couldn't, since I am not familiar with these settings, so I look for your help. This is the problem in detail:

    I have a...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured