Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot build from source #4

Closed
tymalo opened this issue Dec 28, 2021 · 3 comments
Closed

Cannot build from source #4

tymalo opened this issue Dec 28, 2021 · 3 comments
Labels
documentation Improvements or additions to documentation wontfix This will not be worked on

Comments

@tymalo
Copy link

tymalo commented Dec 28, 2021

Cloning the project in visual studio shows that its missing a file called InfoMod.vb and its also making many references to a different project namespace called PersonalUtilities.

Due to the missing files you cannot build this, run it locally or create changes.

@AAndyProgram
Copy link
Owner

Delete the "PersonalUtilities" project and replace it with the latest version of the "PersonalUtilities" library (from the latest release).
Import PersonalUtilities.Functions for the whole project.

I don't know about InfoMod.vb (I don't actually remember this object), but all files should be present. I posted the complete code.
I will review this later (InfoMod.vb)

@AAndyProgram
Copy link
Owner

I found this module. It was not posted by mistake. I added one root folder "Info" to gitignore, which contains my notes. Unfortunately, the project has a folder with the same name. In older versions, this folder contained several modules with functions that were deprecated before the first public release and have been removed. Now there is only one function in this module to check for updates. In the next release, I'll move this function to the MainMod.vb file.

@AAndyProgram
Copy link
Owner

Fixed

@AAndyProgram AAndyProgram added documentation Improvements or additions to documentation wontfix This will not be worked on labels May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants