Search found 45 matches: xbuildw

Return to advanced search

Re: New FTDN Oct. 2018 (FWH 18.10)

Saludos Antonio: Maestro, con XHarbour, al compilar con xBuildW me muestra los siguientes errores: xLINK: error: Unresolved external symbol '_HB_FUN_HB_GETFILESINZIP referenced from FiveHMX.lib(OLEFUNCS.obj)'. xLINK: error: Unresolved external symbol ...
by Blessed
Tue Nov 27, 2018 11:57 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN Oct. 2018 (FWH 18.10)
Replies: 5
Views: 5562

Seeking Wisdom / Build Issues

This is NOT a FWH problem but I hope the expertise here can help me find a solution. I have 3 build scenarios: + xBuildw ( xHarbour.com ... current version ) + UE Studio: builds with FWH, Harbour, MSVC++ 2013 libraries + Microsoft Visual Studio 2013 I use one set of source files ...
by TimStone
Fri May 29, 2015 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Seeking Wisdom / Build Issues
Replies: 4
Views: 899

xHb error - does anyone know what this means

I have two projects. #1 is larger, #2 is similar but with optimized coding so it is smaller. Using xHb, with xBuildw, #1 builds without any problems. Using all of the same .lib and resource files, #2 gets the following error when linking: xLINK: fatal error: Internal error: write_executable_image. ...
by TimStone
Thu May 21, 2015 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHb error - does anyone know what this means
Replies: 11
Views: 2016

Re: error FWH 15.04 with xHarbour.com

Tim, I am trying to build a simple PRG using xBuildW.exe (demo version) but on this computer I have installed Windows 10 and it seems not to work fine. Coould you test it on your computer and confirm me that it builds fine for you ? test.exe.xbp ...
by Antonio Linares
Tue May 19, 2015 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error FWH 15.04 with xHarbour.com
Replies: 38
Views: 8515

Re: C Struct

Hi Antonio, Thanks for your reply. I compiled a DOS version of just the PRG (renaming the FWH folder to fool xBuildW that there was no Fivewin installed). I replace? the MsgInfo() with ? and I get the same result. I have managed to call other DLLs successfully in the past, but ...
by patdriscoll
Wed Jun 11, 2014 6:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: C Struct
Replies: 23
Views: 3940

call a dll32 function

... As LONG PASCAL LIB "SEE32.DLL"  I have kept just one function. If I have not function at all everything is fine. I compile with xbuildw tool using xharbour Jan2013 and fivewin 13.04. I add mem32.lib, send32.lib, oledlg.lib. I also use see32.lib. The prg is compiled correctly ...
by jorjio
Mon May 26, 2014 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: call a dll32 function
Replies: 8
Views: 2368

Re: Windows8 problem

Boris,

FWH provides a vmh.prg in samples folder that is a GUI for Harbour's own make (hbmk2.exe) and provides the same functionality as xBuildW.EXE :-)

And you can review, modify, inspect, etc. everything in vmh.prg
by Antonio Linares
Mon Oct 28, 2013 11:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows8 problem
Replies: 14
Views: 5841

Re: Windows8 problem

Yes Roger I did that. Same problem.

Finally I created the shortcut on desktop and I was able to compile using graphical xBuildW.EXE
Image
by codemaker
Sun Oct 27, 2013 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows8 problem
Replies: 14
Views: 5841

Re: Windows8 problem

Codemaker,

Did you put the three LIB files mentioned above into c:\xhb\lib and then on tab #3 of xBuildW add them to your list of libs to be used by your app?

That works for me - also with the dummy function call to my main prg which is also mentioned above.

Good luck,

- Roger
by Roger Seiler
Mon Oct 21, 2013 12:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows8 problem
Replies: 14
Views: 5841

Re: Windows8 problem

Unfortunately this will not solve the problem.

It has to do something with xBuildW where it looks for various necessary lib files.
Don't know how to solve this
by codemaker
Sat Oct 19, 2013 7:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows8 problem
Replies: 14
Views: 5841

Re: Windows8 problem

... line in your app's main prg... FUNCTION FWOpenPngFile() ; RETURN 0 If you do the above 2 steps, then you shouldn't get the /LIBPATH error with xBuildW 8/13. There is a quirk now with xBuildW where it won't display the app's root path on the top tab of xBuildW the first time in a work session ...
by Roger Seiler
Sat Oct 19, 2013 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows8 problem
Replies: 14
Views: 5841

Re: Windows8 problem

... I cannot just double click on XBP and the graphical interface for compiling and link loads as on Windows7. I have to move to xHB\bin and run xBuildW and load the XBP from develop folder... Maybe this is something to take care about?
by codemaker
Tue Oct 15, 2013 12:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows8 problem
Replies: 14
Views: 5841

Windows8 problem

... on Windows8 and also create dthe folder for developing the application, I cannot just doubleclick in application folder on a XBP file and load xBuildW with a XBP file. It just tries to compile without a dialog and trows the above error. When I run xBuildW from xHArbour folder and load the XBP ...
by codemaker
Tue Oct 15, 2013 12:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows8 problem
Replies: 14
Views: 5841

Re: DLL en .net

... codigo c# pero, como lo haces para compilar? y despues para que este dentro del ejecutable. Estas utilizando borland, y yo estoy utilizando xbuildw.exe No se por donde empezar. Pere Cordonet
by pcordonet
Tue Jun 18, 2013 6:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DLL en .net
Replies: 8
Views: 1277

Re: Problem with FiveHCM.lib

Antonio,

Sorry, but I'm not sure where to add parameters to link

/ FORCE: MULTIPLE / ignore: 4006

  because I use xBuildW.exe

Regards,
Miloš
by mtajkov
Fri Nov 23, 2012 6:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveHCM.lib
Replies: 16
Views: 4177
Next

Return to advanced search