Search:

Type: Posts; User: psychopath

Search: Search took 0.01 seconds.

  1. Replies
    36
    Views
    20,901

    Unfortunately, P/Invoke is limited to calling...

    Unfortunately, P/Invoke is limited to calling only C functions. There's no really good way to interop with a C++ library unless you wrap it with C++/CLI. At which point I find it much easier to just...
  2. Replies
    36
    Views
    20,901

    Only if you compile it with the /CLR switch to...

    Only if you compile it with the /CLR switch to make it C++/CLI code. Otherwise VC++ is perfectly capable of being a standard C++ compiler and IDE.
Results 1 to 2 of 2