poidasmith / xlloop

XLLoop Excel Function (UDF) Server
104 stars 49 forks source link

How to Compile with VS2015 Step by step please #27

Open sandipsahoo2k2 opened 8 years ago

sandipsahoo2k2 commented 8 years ago

I want to use xlloop for a POC. It works awesome with xls. But now need to compile with VC++ and I get too many errors.. Can some one please point me some docs step by step procedure to compile the plugin?

asndev commented 8 years ago

https://github.com/PATRONAS/xlloop

asndev commented 8 years ago

We've just open sourced our own solution which should make it much easier to connect your user defined functions with your Excel sheets: https://github.com/PATRONAS/opuxl Contributions appreciated :)

alexacomputing commented 6 years ago

In case anyone still needs it (and because I really like xlloop so far). Looks like the xlloop version that I eventually build is stable and I tested in on a few machines including win7 and win10. Here is the list of parameters I used to build it: http://alexacomputing.com/files/notes/xlloop/vs_notes.html. You can also find there the visual studio project (I added an additional function to the original project which starts automatically java server if it is not running. You may want to remove it from the code).

Haven't tried to rebuild yet the opuxl project but unfortunately the addin downloaded from this webpage is not working. I posted an issue above (which I fixed for xlloop but it still exists for opuxl)