----- Original Message ----- From: "Xiao Yafeng"

To me,
There seems be 2 ways to do:

1. compile a dll then call it from a Inline::C/CPP script

If you want to call functions in the dll from your Inline::C/CPP script then you'll also need to have an import lib for the dll.
Then you link to that import lib in the Inline config section with:

LIBS => '-LC:/location -lmylib',

(There may be other ways to do it, but that would be the simplest afaik.)

2. below is messages in buildlog of VS, maybe I can find something useful?

I don't know.

Cheers,
Rob

Reply via email to