well, I decide to translate it into a XS module via C2XS, then "recompile" to a exe by pp to work around.
anyways, thanks! BTW: just a thought, can we make c2xs program(not a function) like cpanm does? c2xs --package-name XYZ --module-name XYZ --par-file parfile --source-file etc... it would be more handy. On Wed, Apr 18, 2012 at 5:35 PM, Xiao Yafeng <xyf.x...@gmail.com> wrote: > Hi all, > > I have a Inline program which have to be built in visual studio > environment. how can I wrap it in pp? I mean, I don't want the exe which pp > create rebuild C function on other machines.(coz it would fail), just use > what I build. > > Please enlighten me. Thanks. >