Hi Reynaldo,
Now, using xHb+MSVC, gtwvw can be compiled and link and so the
gtwvw.lib
genarated without any warnings and errors, at all. And the
executable file,
created from "\xharbour\contrib\gtwvw\samples\wvwtest9.prg" runs fine.
Since now, I would like to try to test gtwvw with Harbour, as well.
Although my knowledge of Harbour are just a little.
So, next step is to port it to Harbour in my machine.
In Harbour MSVC is set to C++ mode by default. C++ mode much stricter
when it comes to typing errors, plus some more.
Please try checking in C++ mode. Also MinGW. If these pass, the
rest is relatively easy to fix.
In Harbour we've recently cleaned several types in GT API and
extend API, so 'const' usage is now needed for example, plus
some GT driver method's declaration also changed a bit. In C++
these will generate errors with current code.
In Harbour we also use hbmk2 to build tests and GNU Make to build
the lib. You can find required files in my package, but they may
need some modifications for the test apps, as they seem to need
each other.
Brgds,
Viktor
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour