Viktor Szakáts wrote:
> 
> 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.
> 
> - Ok, thanks. It's good to know about this. I wiil pay attention on this
> issue.
> 
> 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.
> 
> - Ok, thanks for the info. hbmk2 is better than hbmake. I consider hbmk2
> the best command line tool for building harbour app, although I know just
> a little about its usage, because I use Harbour only for tests and
> comparisions.
> 
> In sort, I think that it will not be easy to make "gtwvw.c" completly
> compatible with Harbour's standard
> or model. As you told, you've recently cleaned several types in GT API and
> extend API.
> 
> Regards,
> 
> Reynaldo Henrique
> 
> 
> _______________________________________________
> Harbour mailing list
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/gtwvwt-is-converted-tp3449587p3452411.html
Sent from the harbour-devel mailing list archive at Nabble.com.
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to