-
Notifications
You must be signed in to change notification settings - Fork 42
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
Compile error when building dev branch from source (See comments for fix) #163
Comments
Those are from the UTF-8 BOM that is now included in the export files. If you manually remove those characters from the two affected modules, then restart the database, it will start normally. Then install to update the installed version. Then you should be able to build from source like normal. |
I actually had this issue, too; I also had to revise the |
Basically the issue here is that the previous version of the add-in is not expecting a BOM in a module file. The latest add-in can export and build the project just fine, so we are talking about a one-time change of manually removing the BOM before building the project for the first time. The other extended characters in these two modules will be replaced with the correct versions the next time the project is built from source using the updated add-in. To resolve the issue in building the
|
@joyfullservice, as I think about this: this seems like a decent place to release a new (minor?) version for, or at least incorporate this change into the master? Also, what's your roadmap look like for the next release look like? |
@joyfullservice, issue is fixed, when I do it like you described in #163 (comment) |
I agree. It would be good to work the UTF-8 module support into a release on the
Great question! I have created a new discussion here #164 where we can discuss that further. |
@Tanarri, @joyfullservice: now that dev/master have been updated, should this be closed, as it might be a moot point? Or is #186 related to this and once they're fixed/merged into master is when we should close this? |
I believe this is fully resolved following the merge of |
Is resolved |
Hi,
I have downloaded and installed the V3.2.2 and checked out the dev-branch of "msaccess-vcs-integration" with "GitHub Desktop"
Then I have builded the dev-branch with "build from source".
All right
But whn I start the builded "Version Control.accda" a error 7960 occurr
Then I opened the vba editor and saw the module "modConstants" was imported wrong. I think the encoding has a error
Greetings
TanarRi
The text was updated successfully, but these errors were encountered: