Página 1 de 2

MsgInfo() error

Publicado: Vie Oct 19, 2007 4:43 am
por Ingo JH
Ignacio, Jose,
the call of MsgInfo(), MsgAlert() or FileOpenDlg() BEFORE a form (i.e.
oMainForm) is created produces errors.
Is this intended?
AFAIK in a minor versions than 1.5 it is possible isn't it?
Regards
Ingo

MsgInfo() error

Publicado: Vie Oct 19, 2007 11:11 am
por jfgimenez
Ingo,
> the call of MsgInfo(), MsgAlert() or FileOpenDlg() BEFORE a form (i.e.
> oMainForm) is created produces errors.
> Is this intended?
> AFAIK in a minor versions than 1.5 it is possible isn't it?
I've just tested here to call MsgInfo() before creating any form, and it's
working fine:
Procedure Main()
Application:cTitle := "ccccc"
MsgInfo( "Hello" )
TForm2():New( Application ):Show()
Application:Run()
Return
Please, send us an example that fails.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info

MsgInfo() error

Publicado: Vie Oct 19, 2007 11:11 am
por jfgimenez
Ingo,
> the call of MsgInfo(), MsgAlert() or FileOpenDlg() BEFORE a form (i.e.
> oMainForm) is created produces errors.
> Is this intended?
> AFAIK in a minor versions than 1.5 it is possible isn't it?
I've just tested here to call MsgInfo() before creating any form, and it's
working fine:
Procedure Main()
Application:cTitle := "ccccc"
MsgInfo( "Hello" )
TForm2():New( Application ):Show()
Application:Run()
Return
Please, send us an example that fails.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info

MsgInfo() error

Publicado: Vie Oct 19, 2007 12:17 pm
por Ingo JH
Jose,
here is the sample.
I use the Init() procedure in my projects do do all the necessary checks
before creating the Mainform.
The app was compiled the last time I think with Xailer 1.5 or before. As I
made some changes and recompiled it totally with 1.66 or now with 1.76 it
doesn't work anymore.
Regards
Ingo
> Ingo,
>
>> the call of MsgInfo(), MsgAlert() or FileOpenDlg() BEFORE a form (i.e.
>> oMainForm) is created produces errors.
>> Is this intended?
>> AFAIK in a minor versions than 1.5 it is possible isn't it?
>
> I've just tested here to call MsgInfo() before creating any form, and it's
> working fine:
>
> Procedure Main()
>
> Application:cTitle := "ccccc"
> MsgInfo( "Hello" )
> TForm2():New( Application ):Show()
> Application:Run()
>
> Return
>
>
> Please, send us an example that fails.
>
> --
> Regards,
>
> Jose F. Gimenez
> http://www.xailer.com
> http://www.xailer.info
>
--

Attached files tstfolder.zip (1.6 KB)Â

MsgInfo() error

Publicado: Vie Oct 19, 2007 12:17 pm
por Ingo JH
Jose,
here is the sample.
I use the Init() procedure in my projects do do all the necessary checks
before creating the Mainform.
The app was compiled the last time I think with Xailer 1.5 or before. As I
made some changes and recompiled it totally with 1.66 or now with 1.76 it
doesn't work anymore.
Regards
Ingo
> Ingo,
>
>> the call of MsgInfo(), MsgAlert() or FileOpenDlg() BEFORE a form (i.e.
>> oMainForm) is created produces errors.
>> Is this intended?
>> AFAIK in a minor versions than 1.5 it is possible isn't it?
>
> I've just tested here to call MsgInfo() before creating any form, and it's
> working fine:
>
> Procedure Main()
>
> Application:cTitle := "ccccc"
> MsgInfo( "Hello" )
> TForm2():New( Application ):Show()
> Application:Run()
>
> Return
>
>
> Please, send us an example that fails.
>
> --
> Regards,
>
> Jose F. Gimenez
> http://www.xailer.com
> http://www.xailer.info
>
--

Attached files tstfolder.zip (1.6 KB)Â

MsgInfo() error

Publicado: Vie Oct 19, 2007 12:39 pm
por Stephan Hennekens
Ingo,
your sample works fine here. I use Xailer version 1.7.6 on WinXP SP2.
Regards,
Stephan
"Ingo" <support@mandantwin.com> wrote in message
news:4718844e$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Jose,
>
> here is the sample.
> I use the Init() procedure in my projects do do all the necessary checks
> before creating the Mainform.
>
> The app was compiled the last time I think with Xailer 1.5 or before. As I
> made some changes and recompiled it totally with 1.66 or now with 1.76 it
> doesn't work anymore.
>
> Regards
>
> Ingo
>
>> Ingo,
>>
>>> the call of MsgInfo(), MsgAlert() or FileOpenDlg() BEFORE a form (i.e.
>>> oMainForm) is created produces errors.
>>> Is this intended?
>>> AFAIK in a minor versions than 1.5 it is possible isn't it?
>>
>> I've just tested here to call MsgInfo() before creating any form, and
>> it's
>> working fine:
>>
>> Procedure Main()
>>
>> Application:cTitle := "ccccc"
>> MsgInfo( "Hello" )
>> TForm2():New( Application ):Show()
>> Application:Run()
>>
>> Return
>>
>>
>> Please, send us an example that fails.
>>
>> --
>> Regards,
>>
>> Jose F. Gimenez
>> http://www.xailer.com
>> http://www.xailer.info
>>
>
>

MsgInfo() error

Publicado: Vie Oct 19, 2007 12:39 pm
por Stephan Hennekens
Ingo,
your sample works fine here. I use Xailer version 1.7.6 on WinXP SP2.
Regards,
Stephan
"Ingo" <support@mandantwin.com> wrote in message
news:4718844e$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Jose,
>
> here is the sample.
> I use the Init() procedure in my projects do do all the necessary checks
> before creating the Mainform.
>
> The app was compiled the last time I think with Xailer 1.5 or before. As I
> made some changes and recompiled it totally with 1.66 or now with 1.76 it
> doesn't work anymore.
>
> Regards
>
> Ingo
>
>> Ingo,
>>
>>> the call of MsgInfo(), MsgAlert() or FileOpenDlg() BEFORE a form (i.e.
>>> oMainForm) is created produces errors.
>>> Is this intended?
>>> AFAIK in a minor versions than 1.5 it is possible isn't it?
>>
>> I've just tested here to call MsgInfo() before creating any form, and
>> it's
>> working fine:
>>
>> Procedure Main()
>>
>> Application:cTitle := "ccccc"
>> MsgInfo( "Hello" )
>> TForm2():New( Application ):Show()
>> Application:Run()
>>
>> Return
>>
>>
>> Please, send us an example that fails.
>>
>> --
>> Regards,
>>
>> Jose F. Gimenez
>> http://www.xailer.com
>> http://www.xailer.info
>>
>
>

MsgInfo() error

Publicado: Vie Oct 19, 2007 2:05 pm
por Ingo JH
Stephan,
thank you for the post. Here it doesn't work wether on Vista nor on XP.
Have you the same xHarbour build 0.99.80 downloaded with Xailer 1.76?
Regards
Ingo
******************************* Fehlerprotokoll
*******************************
Datum: 10/19/07
Zeit: 14:00:29
Verfí¼gbarer Speicher: 506820
Akueller Bereich: 1
----------------------------
Compiler-Information -----------------------------
Xailer-Version: Xailer 1.7.6 Version 1.76
Compiler: xHarbour build 0.99.80 Intl. (SimpLex) PCode Version:
9
C/C++-Compiler: Borland C++ 5.5.1
Windows-Plattform: Windows Windows Vista Professional 6.00.6000
---------------- Information í¼ber die interne
Fehlerbehandlung ----------------
Untersystemaufruf: BASE
Systemcode: 1004
Default-Status: .F.
Beschreibung: Class: 'NIL' has no exported method
Operation: CTITLE
Argumente: [ 1] = Typ: U Wert: NIL
Involvierte Dateien:
DOS-Fehlercode: 0
Aufgerufene Programmteile:
CTITLE (0)
MSGALERT (0)
INIT (23)
MAIN (15)
"Stephan Hennekens" <stephan.hennekens@wur.nl> schrieb im Newsbeitrag
news:47188948$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Ingo,
> your sample works fine here. I use Xailer version 1.7.6 on WinXP SP2.
> Regards,
> Stephan
>

MsgInfo() error

Publicado: Vie Oct 19, 2007 2:05 pm
por Ingo JH
Stephan,
thank you for the post. Here it doesn't work wether on Vista nor on XP.
Have you the same xHarbour build 0.99.80 downloaded with Xailer 1.76?
Regards
Ingo
******************************* Fehlerprotokoll
*******************************
Datum: 10/19/07
Zeit: 14:00:29
Verfí¼gbarer Speicher: 506820
Akueller Bereich: 1
----------------------------
Compiler-Information -----------------------------
Xailer-Version: Xailer 1.7.6 Version 1.76
Compiler: xHarbour build 0.99.80 Intl. (SimpLex) PCode Version:
9
C/C++-Compiler: Borland C++ 5.5.1
Windows-Plattform: Windows Windows Vista Professional 6.00.6000
---------------- Information í¼ber die interne
Fehlerbehandlung ----------------
Untersystemaufruf: BASE
Systemcode: 1004
Default-Status: .F.
Beschreibung: Class: 'NIL' has no exported method
Operation: CTITLE
Argumente: [ 1] = Typ: U Wert: NIL
Involvierte Dateien:
DOS-Fehlercode: 0
Aufgerufene Programmteile:
CTITLE (0)
MSGALERT (0)
INIT (23)
MAIN (15)
"Stephan Hennekens" <stephan.hennekens@wur.nl> schrieb im Newsbeitrag
news:47188948$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Ingo,
> your sample works fine here. I use Xailer version 1.7.6 on WinXP SP2.
> Regards,
> Stephan
>

MsgInfo() error

Publicado: Vie Oct 19, 2007 2:33 pm
por jfgimenez
Ingo,
> here is the sample.
> I use the Init() procedure in my projects do do all the necessary checks
> before creating the Mainform.
>
> The app was compiled the last time I think with Xailer 1.5 or before. As I
> made some changes and recompiled it totally with 1.66 or now with 1.76 it
> doesn't work anymore.
It's working fine here, too. Please, check that you're not linking any old
..obj or library. Check also the IDE's directory configuration; it's possible
that you are pointing to an old libraries directory.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info

MsgInfo() error

Publicado: Vie Oct 19, 2007 2:33 pm
por jfgimenez
Ingo,
> here is the sample.
> I use the Init() procedure in my projects do do all the necessary checks
> before creating the Mainform.
>
> The app was compiled the last time I think with Xailer 1.5 or before. As I
> made some changes and recompiled it totally with 1.66 or now with 1.76 it
> doesn't work anymore.
It's working fine here, too. Please, check that you're not linking any old
..obj or library. Check also the IDE's directory configuration; it's possible
that you are pointing to an old libraries directory.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info

MsgInfo() error

Publicado: Vie Oct 19, 2007 3:03 pm
por Stephan Hennekens
Ingo,
yes, I use same xHarbour build.
Regards,
Stephan
"Ingo" <support@mandantwin.com> wrote in message
news:[email=47189d9c@ozsrv2.ozlan.local...]47189d9c@ozsrv2.ozlan.local...[/email]
> Stephan,
> thank you for the post. Here it doesn't work wether on Vista nor on XP.
>
> Have you the same xHarbour build 0.99.80 downloaded with Xailer 1.76?
>
> Regards
>
> Ingo
>
> ******************************* Fehlerprotokoll
> *******************************
>
> Datum: 10/19/07
> Zeit: 14:00:29
> Verfügbarer Speicher: 506820
> Akueller Bereich: 1
>
> ----------------------------
> Compiler-Information -----------------------------
>
> Xailer-Version: Xailer 1.7.6 Version 1.76
> Compiler: xHarbour build 0.99.80 Intl. (SimpLex) PCode Version:
> 9
> C/C++-Compiler: Borland C++ 5.5.1
> Windows-Plattform: Windows Windows Vista Professional 6.00.6000
>
> ---------------- Information über die interne
> Fehlerbehandlung ----------------
>
> Untersystemaufruf: BASE
> Systemcode: 1004
> Default-Status: .F.
> Beschreibung: Class: 'NIL' has no exported method
> Operation: CTITLE
> Argumente: [ 1] = Typ: U Wert: NIL
> Involvierte Dateien:
> DOS-Fehlercode: 0
>
> Aufgerufene Programmteile:
> CTITLE (0)
> MSGALERT (0)
> INIT (23)
> MAIN (15)
>
>
>
> "Stephan Hennekens" <stephan.hennekens@wur.nl> schrieb im Newsbeitrag
> news:47188948$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>> Ingo,
>> your sample works fine here. I use Xailer version 1.7.6 on WinXP SP2.
>> Regards,
>> Stephan
>>
>

MsgInfo() error

Publicado: Vie Oct 19, 2007 3:03 pm
por Stephan Hennekens
Ingo,
yes, I use same xHarbour build.
Regards,
Stephan
"Ingo" <support@mandantwin.com> wrote in message
news:[email=47189d9c@ozsrv2.ozlan.local...]47189d9c@ozsrv2.ozlan.local...[/email]
> Stephan,
> thank you for the post. Here it doesn't work wether on Vista nor on XP.
>
> Have you the same xHarbour build 0.99.80 downloaded with Xailer 1.76?
>
> Regards
>
> Ingo
>
> ******************************* Fehlerprotokoll
> *******************************
>
> Datum: 10/19/07
> Zeit: 14:00:29
> Verfügbarer Speicher: 506820
> Akueller Bereich: 1
>
> ----------------------------
> Compiler-Information -----------------------------
>
> Xailer-Version: Xailer 1.7.6 Version 1.76
> Compiler: xHarbour build 0.99.80 Intl. (SimpLex) PCode Version:
> 9
> C/C++-Compiler: Borland C++ 5.5.1
> Windows-Plattform: Windows Windows Vista Professional 6.00.6000
>
> ---------------- Information über die interne
> Fehlerbehandlung ----------------
>
> Untersystemaufruf: BASE
> Systemcode: 1004
> Default-Status: .F.
> Beschreibung: Class: 'NIL' has no exported method
> Operation: CTITLE
> Argumente: [ 1] = Typ: U Wert: NIL
> Involvierte Dateien:
> DOS-Fehlercode: 0
>
> Aufgerufene Programmteile:
> CTITLE (0)
> MSGALERT (0)
> INIT (23)
> MAIN (15)
>
>
>
> "Stephan Hennekens" <stephan.hennekens@wur.nl> schrieb im Newsbeitrag
> news:47188948$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>> Ingo,
>> your sample works fine here. I use Xailer version 1.7.6 on WinXP SP2.
>> Regards,
>> Stephan
>>
>

MsgInfo() error

Publicado: Vie Oct 19, 2007 3:09 pm
por Ingo JH
Jose,
I deleted all the files from my Xailer directory and the subdirectories
without the Xailer.cfg and installed 1.76 again.
I checked the pathes - all are ok. Irecompiled the sample
The same problem!
First the error message then the msgalertbox and then finish.
The error occurs on different computers with different windows and Xailer
versions.
Regards
Ingo
> Ingo,
>
>> here is the sample.
>> I use the Init() procedure in my projects do do all the necessary checks
>> before creating the Mainform.
>>
>> The app was compiled the last time I think with Xailer 1.5 or before. As
>> I
>> made some changes and recompiled it totally with 1.66 or now with 1.76 it
>> doesn't work anymore.
>
> It's working fine here, too. Please, check that you're not linking any old
> .obj or library. Check also the IDE's directory configuration; it's
> possible that you are pointing to an old libraries directory.
>
> --
> Regards,
>
> Jose F. Gimenez
> http://www.xailer.com
> http://www.xailer.info
>

MsgInfo() error

Publicado: Vie Oct 19, 2007 3:09 pm
por Ingo JH
Jose,
I deleted all the files from my Xailer directory and the subdirectories
without the Xailer.cfg and installed 1.76 again.
I checked the pathes - all are ok. Irecompiled the sample
The same problem!
First the error message then the msgalertbox and then finish.
The error occurs on different computers with different windows and Xailer
versions.
Regards
Ingo
> Ingo,
>
>> here is the sample.
>> I use the Init() procedure in my projects do do all the necessary checks
>> before creating the Mainform.
>>
>> The app was compiled the last time I think with Xailer 1.5 or before. As
>> I
>> made some changes and recompiled it totally with 1.66 or now with 1.76 it
>> doesn't work anymore.
>
> It's working fine here, too. Please, check that you're not linking any old
> .obj or library. Check also the IDE's directory configuration; it's
> possible that you are pointing to an old libraries directory.
>
> --
> Regards,
>
> Jose F. Gimenez
> http://www.xailer.com
> http://www.xailer.info
>

MsgInfo() error

Publicado: Vie Oct 19, 2007 3:25 pm
por Stephan Hennekens
Ingo,
If you want I can test your exe file on my computer. Can you send it to my
email address?
Stephan
"Ingo" <support@mandantwin.com> wrote in message
news:4718ac70$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Jose,
>
> I deleted all the files from my Xailer directory and the subdirectories
> without the Xailer.cfg and installed 1.76 again.
> I checked the pathes - all are ok. Irecompiled the sample
> The same problem!
> First the error message then the msgalertbox and then finish.
> The error occurs on different computers with different windows and Xailer
> versions.
>
> Regards
>
> Ingo
>
>> Ingo,
>>
>>> here is the sample.
>>> I use the Init() procedure in my projects do do all the necessary checks
>>> before creating the Mainform.
>>>
>>> The app was compiled the last time I think with Xailer 1.5 or before. As
>>> I
>>> made some changes and recompiled it totally with 1.66 or now with 1.76
>>> it
>>> doesn't work anymore.
>>
>> It's working fine here, too. Please, check that you're not linking any
>> old .obj or library. Check also the IDE's directory configuration; it's
>> possible that you are pointing to an old libraries directory.
>>
>> --
>> Regards,
>>
>> Jose F. Gimenez
>> http://www.xailer.com
>> http://www.xailer.info
>>
>
>

MsgInfo() error

Publicado: Vie Oct 19, 2007 3:25 pm
por Stephan Hennekens
Ingo,
If you want I can test your exe file on my computer. Can you send it to my
email address?
Stephan
"Ingo" <support@mandantwin.com> wrote in message
news:4718ac70$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Jose,
>
> I deleted all the files from my Xailer directory and the subdirectories
> without the Xailer.cfg and installed 1.76 again.
> I checked the pathes - all are ok. Irecompiled the sample
> The same problem!
> First the error message then the msgalertbox and then finish.
> The error occurs on different computers with different windows and Xailer
> versions.
>
> Regards
>
> Ingo
>
>> Ingo,
>>
>>> here is the sample.
>>> I use the Init() procedure in my projects do do all the necessary checks
>>> before creating the Mainform.
>>>
>>> The app was compiled the last time I think with Xailer 1.5 or before. As
>>> I
>>> made some changes and recompiled it totally with 1.66 or now with 1.76
>>> it
>>> doesn't work anymore.
>>
>> It's working fine here, too. Please, check that you're not linking any
>> old .obj or library. Check also the IDE's directory configuration; it's
>> possible that you are pointing to an old libraries directory.
>>
>> --
>> Regards,
>>
>> Jose F. Gimenez
>> http://www.xailer.com
>> http://www.xailer.info
>>
>
>

MsgInfo() error

Publicado: Vie Oct 19, 2007 4:09 pm
por Mahanimann
> here is the sample.
It's working for me too. I have v1.6.6 and the xHarbour version that goes
with that (from harbour.exe: xHarbour Compiler build 0.99.61 (SimpLex) )
Paal

MsgInfo() error

Publicado: Vie Oct 19, 2007 4:09 pm
por Mahanimann
> here is the sample.
It's working for me too. I have v1.6.6 and the xHarbour version that goes
with that (from harbour.exe: xHarbour Compiler build 0.99.61 (SimpLex) )
Paal

MsgInfo() error

Publicado: Vie Oct 19, 2007 4:19 pm
por Mahanimann
> here is the sample.
It also works on a Win 2003 server (datacenter edition) with the Xailer
1.7.5 demo (with xHarbour v0.99.80). The other PC I was testing on is a XP
Pro (mediacenter edition) with all the lastest updates.
Paal

MsgInfo() error

Publicado: Vie Oct 19, 2007 4:19 pm
por Mahanimann
> here is the sample.
It also works on a Win 2003 server (datacenter edition) with the Xailer
1.7.5 demo (with xHarbour v0.99.80). The other PC I was testing on is a XP
Pro (mediacenter edition) with all the lastest updates.
Paal

MsgInfo() error

Publicado: Vie Oct 19, 2007 4:48 pm
por Ingo JH
Paal, Stephan,
thank you very much for the reply.
Stephan I just mailed the exe to your private mailbox.
Regards
Ingo
>> here is the sample.
>
> It also works on a Win 2003 server (datacenter edition) with the Xailer
> 1.7.5 demo (with xHarbour v0.99.80). The other PC I was testing on is a
> XP Pro (mediacenter edition) with all the lastest updates.
>
> Paal
>

MsgInfo() error

Publicado: Vie Oct 19, 2007 4:48 pm
por Ingo JH
Paal, Stephan,
thank you very much for the reply.
Stephan I just mailed the exe to your private mailbox.
Regards
Ingo
>> here is the sample.
>
> It also works on a Win 2003 server (datacenter edition) with the Xailer
> 1.7.5 demo (with xHarbour v0.99.80). The other PC I was testing on is a
> XP Pro (mediacenter edition) with all the lastest updates.
>
> Paal
>

MsgInfo() error

Publicado: Vie Oct 19, 2007 6:12 pm
por Stephan Hennekens
Ingo,
just tested your exe and it crashes! I'll send you my version. I expect that
it will work on your computer.
Regards,
Stephan
"Ingo" <support@mandantwin.com> wrote in message
news:4718ac70$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Jose,
>
> I deleted all the files from my Xailer directory and the subdirectories
> without the Xailer.cfg and installed 1.76 again.
> I checked the pathes - all are ok. Irecompiled the sample
> The same problem!
> First the error message then the msgalertbox and then finish.
> The error occurs on different computers with different windows and Xailer
> versions.
>
> Regards
>
> Ingo
>
>> Ingo,
>>
>>> here is the sample.
>>> I use the Init() procedure in my projects do do all the necessary checks
>>> before creating the Mainform.
>>>
>>> The app was compiled the last time I think with Xailer 1.5 or before. As
>>> I
>>> made some changes and recompiled it totally with 1.66 or now with 1.76
>>> it
>>> doesn't work anymore.
>>
>> It's working fine here, too. Please, check that you're not linking any
>> old .obj or library. Check also the IDE's directory configuration; it's
>> possible that you are pointing to an old libraries directory.
>>
>> --
>> Regards,
>>
>> Jose F. Gimenez
>> http://www.xailer.com
>> http://www.xailer.info
>>
>
>

MsgInfo() error

Publicado: Vie Oct 19, 2007 6:12 pm
por Stephan Hennekens
Ingo,
just tested your exe and it crashes! I'll send you my version. I expect that
it will work on your computer.
Regards,
Stephan
"Ingo" <support@mandantwin.com> wrote in message
news:4718ac70$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Jose,
>
> I deleted all the files from my Xailer directory and the subdirectories
> without the Xailer.cfg and installed 1.76 again.
> I checked the pathes - all are ok. Irecompiled the sample
> The same problem!
> First the error message then the msgalertbox and then finish.
> The error occurs on different computers with different windows and Xailer
> versions.
>
> Regards
>
> Ingo
>
>> Ingo,
>>
>>> here is the sample.
>>> I use the Init() procedure in my projects do do all the necessary checks
>>> before creating the Mainform.
>>>
>>> The app was compiled the last time I think with Xailer 1.5 or before. As
>>> I
>>> made some changes and recompiled it totally with 1.66 or now with 1.76
>>> it
>>> doesn't work anymore.
>>
>> It's working fine here, too. Please, check that you're not linking any
>> old .obj or library. Check also the IDE's directory configuration; it's
>> possible that you are pointing to an old libraries directory.
>>
>> --
>> Regards,
>>
>> Jose F. Gimenez
>> http://www.xailer.com
>> http://www.xailer.info
>>
>
>