-
-
Notifications
You must be signed in to change notification settings - Fork 11
Remove forced dependency on library xhb for Harbour builds #385
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
Labels
bug
Something isn't working properly
confirmed
This issue is confirmed
help wanted
Extra hands are needed
Comments
fyurisich
added a commit
that referenced
this issue
Feb 17, 2021
2021-02-17 17:23 UTC-0300 Fernando Yurisich <[email protected]> * core\compile.bat * core\compile_bcc.bat * core\compile_MINGW.BAT * core\oohg.hbc ! Lib xhb is no longer linked by default under Harbour. * core\source\h_activex.prg * core\source\h_zip.prg ! Use Harbour's function win_oleCreateObject when __XHARBOUR__ is not defined. This removes Harbour's dependency on lib xhb. #385
Fixed. See eabe61d |
2021-03-03 21:06 UTC-0300 Fernando Yurisich [email protected]
|
Not sure if this can help: |
vcatafesta
pushed a commit
to vcatafesta/oohg.core
that referenced
this issue
Jun 30, 2021
2021-02-06 12:05 UTC-0300 Fernando Yurisich <[email protected]> * core\include\i_window.ch + Clause BORDER. * core\source\h_window.prg + Support for new clause. ; Use NOCAPTION BORDER to get a form without caption but with border. oohg#385
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working properly
confirmed
This issue is confirmed
help wanted
Extra hands are needed
Harbour builds use lib xhb forcibly because some modules call the TOleAutoNew function instead of the native Harbour win_oleCreateObject function.
The text was updated successfully, but these errors were encountered: