by TimStone » Thu May 14, 2015 5:47 pm
Coming back to this !
My application has a build with xHarbour. Right now I have to point it to the FWH 14.12 version and it builds fine, then it runs fine.
I tried doing the build with FWH 15.04 but it wants the two GDI .lib files. When I link them in, the .exe will build. However, when I click on the icon to start the program, Windows gives me a BUSY cursor and then reverts to the regular cursor and the program never opens.
Here is what is consistent:
xHB ( .com ) using xBuilder
My source code ( exact same in both cases )
And what is different ? FWH 14.12 versus 15.04.
Also, if I build using 14.12 and link in the GDI libraries, it will not run though it will build.
Any thoughts