-
Notifications
You must be signed in to change notification settings - Fork 11
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
Manualy Set R_HOME Cause Error in loading DLL...etc #6
Comments
Thanks for your feedback - I'm hoping to get back onto this in a few weeks and will take a look at your report. |
helllo,I finally find why this bug happend: the fixed function is below: // ------------------------------------------------------------------------------ if homeDir = '' then if homeDir = '' then if homeDir = '' then if not(homeDir = '') then
end |
and I find another bug in win64 app when excute some case, and i post that bug as another issue. please check it , thanks. |
Thanks for your good library...this lib is very cool.
i want to report some bugs(maybe?...)
When Manualy Set R_HOME in Windows setting , then program can't load dll successful...
and I think use {$IFDEF Win64} in lib better than {$IFNDEF CPUX64} and TOSVersion.Architecture to get right r.dll for app (win32 app load x32 dll, and win64 app load x64 dll)
The text was updated successfully, but these errors were encountered: