Menu

Dev-C++ and ocx files

2008-07-17
2012-09-26
  • Damien Stevenson

    Heya,
    I have recently bought a data-aquisition module and want to access it through Dev-C++ but I am having troubles. I am told that a file, "DataqSdk.ocx" with its linker map file, "DataqSdk.map", have the relavent functions I need in order to communicate with my device. I have tried using #import "C://...//DataqSdk.ocx" but it comes up with many errors. I am at a loss and do not know where the go to from here.
    I dont know if you can tell from my description, but I dont really know anything about com files... or if it is even possible to get Dev-C++ to use them. Please help.
    Thanks.

     
    • cpns

      cpns - 2008-07-17

      It is probably easier to find an answer to this question if you understand that Dev-C++ is not a compiler but an IDE. The compiler in MinGW/GCC. The MinGW FAQ http://www.mingw.org/wiki/FAQ answers "Is support provided for COM?" but it relates only to COM development, not usage of existing components.

      I would say your chances are minimal. However you are far more likely to have luck with Microsoft VC++ and could try the free VC++ 2008 Express Edition.

      Clifford

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.