Thanks for support
clip2win require c2w_init() first of altd()

Now I have another anomalies linking this library I receive two bad result 
after wvt_setcodepage(255)
? file("STAMPANT.app") // return false in my sample
 ? hb_direxists(curdrive()+":\"+curdir(curdrive()))   // also here return false
How can occur in harbour simply linking a lib?
How can be informed if a library overwrite one function or object used by file 
and hb_direxist?
How cam I detect wich function/object is overwritted?
In this case is possible a special messages by hbmake?


////// my sample
#include "c2w.ch"

REQUEST HB_LANG_IT
 REQUEST HB_CODEPAGE_IT437
 REQUEST HB_GT_GUI
 REQUEST HB_GT_GUI_DEFAULT

function main

 c2w_init()
 wvt_setcodepage(255)
 HB_SETCODEPAGE( "IT437" )
 c2w_setwintitle("Prevetic")
 c2w_setstatusbar({"Versione c2w","Demo (panel 2)","Clip2Win"}) 
 dbcreate("STAMPANT.APP",{{"TEST","C",20,0}})
 ? file("STAMPANT.app") // return false in my sample
 ? hb_direxists(curdrive()+":\"+curdir(curdrive()))   // also here return false
 c2w_about()
 wait "ciro"
 quit
 return

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Szakáts Viktor
Sent: Tuesday, September 09, 2008 12:11 AM
To: Harbour Project Main Developer List.
Subject: Re: [Harbour] sequence of library who crash

> If I remove "C2W.LIB OOHG.lib hbprinter.lib miniprint.lib licen.lib  
> hbnf.lib" my sample works
> The sample have only
> ALTD()

Some of these (except hbnf.lib which is a Harbour contrib),
are probably redefining (colliding with) some Harbour
functions or symbols.

> When a library  must be put first?

The Harbour ones, but this may break some functionality
of those libraries.

Brgds,
Viktor

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to