Yann’s Blog

September 23, 2009

libevecache 0.1.2 binary and filename globbing

Filed under: EVE-Central,Software — Yann @ 11:20 pm

I have built a new binary of libevecache 0.1.2 for Windows. Included are several important fixes to the CSV export file.

Note that filename globbing (such as using *.cache) is NOT working under cmd.exe in Windows (PowerShell not tested), since Windows does not do filename globbing for commands. As a temporary workaround, use bash ;)

2 Comments »

  1. Great, thanks for such a speedy reaction to my problem. I will look into getting bash to work. I actually have unixutils on my winxp, but no bash so far.

    Comment by Juno — September 24, 2009 @ 12:37 am

  2. nice code from what I have seen but I would make a sugguestion
    dump the globbing idea and use folder location instead. and have libevecache read through each file in that directory. would be a little slower but will work with windows out of the box.

    so this command
    dumper –market “C:\Documents and Settings\user\Local Settings\Application Data\CCP\EVE\c_program_files_ccp_eve_tranquility\cache\MachoNet\87.237.38.200\235\CachedMethodCalls\*.cache” > alllogs.csv
    should be redone as
    dumper –market “C:\Documents and Settings\user\Local Settings\Application Data\CCP\EVE\c_program_files_ccp_eve_tranquility\cache\MachoNet\87.237.38.200\235\CachedMethodCalls\” > alllogs.csv

    so you would need a couple of extra lines of code. but I believe it would be better that way

    Comment by Freibuis — May 13, 2010 @ 4:18 am

RSS feed for comments on this post. TrackBack URL

Leave a comment

Powered by WordPress