FFXIVAPP / ffxivapp

Visit us on Discord! https://discord.gg/aCzSANp
https://xivapp.com
MIT License
89 stars 45 forks source link

Namespaces in VS2013 #5

Closed Tokugero closed 10 years ago

Tokugero commented 10 years ago

Not exactly a seasoned developer so I may just be missing the reference, but it looks like there were some namespaces that were renamed from FFXIVAPP.Common to FFXIVAPP.Client.Memory/.Enums/.Helpers/.Constant that weren't update in the .cs files. I went to go start renaming to see if I could compile still but found some other references to objects initiating that the IDE couldn't translate (and I couldn't find manually) so I stopped before wrecking the local solution any further.

appideerrors

Is there any additional manual work that I need to do to contribute to this project? Hoping to add some functionality to HPS tracking.

Tokugero commented 10 years ago

Found the DLLs in the compiled download, will include them in my references when I get home and give it another shot.

Icehunter commented 10 years ago

I just saw this now; but yes!

I reference a "resources" folder in my source directories that way I don't need to reference the actual project; DLL hell is always fun ^^

Icehunter commented 10 years ago

Oh! Also; for HPS tracking since it's all in the parser code you can see all that in the http://github.com/icehunter/ffxivapp-plugin-parse project. The main application sends all the data around you to all plugins ever X milliseconds.

Tokugero commented 10 years ago

Haha missed this cause it was closed :3

I have gotten all the references added and am pouring through the code to understand it; it's really good work! I think I will learn a lot modifying these projects; thank you for putting in the effort for this project :)

Icehunter commented 10 years ago

thanks :)