Skip to content

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

Open
fyurisich opened this issue Feb 17, 2021 · 3 comments
Open

Remove forced dependency on library xhb for Harbour builds #385

fyurisich opened this issue Feb 17, 2021 · 3 comments
Labels
bug Something isn't working properly confirmed This issue is confirmed help wanted Extra hands are needed

Comments

@fyurisich
Copy link
Member

Harbour builds use lib xhb forcibly because some modules call the TOleAutoNew function instead of the native Harbour win_oleCreateObject function.

@fyurisich fyurisich added bug Something isn't working properly confirmed This issue is confirmed labels Feb 17, 2021
@fyurisich fyurisich self-assigned this Feb 17, 2021
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
@fyurisich
Copy link
Member Author

Fixed. See eabe61d

@oohg oohg locked as resolved and limited conversation to collaborators Feb 17, 2021
@oohg oohg unlocked this conversation Apr 3, 2021
@fyurisich
Copy link
Member Author

2021-03-03 21:06 UTC-0300 Fernando Yurisich [email protected]

  • core\compile.bat
  • core\compile_bcc.bat
  • core\compile_MINGW.BAT
  • core\oohg.hbc
  • core\source\h_activex.prg
    ! RTE "Error BASE/1099 Argument error: HB_EXECFROMARRAY"
    when an ActiveX control is created.
    ; Previous commit "2021-02-17 17:23 UTC-0300" was reverted.
    ; This reinstates the dependency on library xhb for Harbour builds.
    Remove forced dependency on library xhb for Harbour builds #385

@fyurisich fyurisich reopened this Apr 3, 2021
@JoseQuintas
Copy link
Contributor

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
@fyurisich fyurisich added the help wanted Extra hands are needed label Apr 17, 2022
@fyurisich fyurisich removed their assignment Apr 17, 2022
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
Projects
None yet
Development

No branches or pull requests

2 participants