In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Linker Question

Xailer professional forum in English
Responder
Nick Hilder
Mensajes: 328
Registrado: Mar Nov 21, 2006 2:10 am

Linker Question

Mensaje por Nick Hilder »

Hi
I usually run Xailer in a Terminal session ( We have development session so
I can work from anywhere.)
It runs accross a network drive (X:Xailer) this drive is a local drive on
the Terminal Server, the X is mapped to something like SRV-TSDEVELOPMENT
Xailer has always worked fine this way.
I recently registered Xailer so it would run locally on my PC, still using
the X drive back to the SRV-TS.
Xailer works as normal, but has trouble compiling/linking
When trying to build an Xailer app on my local PC I get this message
(INFO) Linking: <myexe>
X:bcc55binilink32 -Gn -Tpe -x -aa @make.tmp
....3-4 second delay here.....then this
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
(STOP) Xailer: Error adding resources to the application (32)
Under options in Xailer I'm using the default compiler, also I did select
"Use this compiler" which had Brc32.exe in it.
I thought it was maybe an issue with BCC or iLin32 but if I open say Xmate
locally, I can successfully build a project on my local PC using the open
source xharbour and same BBC etc
I don't expect a simple answer, but if someone could tell me what things to
check to try and resolve this I would appreciate it. For example what is
generating error 32, is it ilink32.exe?
BTW, I have reset all security on the x drive including the BCC folder etc
Cheers
Nick
xAvi
Mensajes: 108
Registrado: Mar Abr 08, 2008 6:12 pm

Linker Question

Mensaje por xAvi »

Hi Nick,
Thanks for post the code CreateShellLink. ;)
Nick Hilder escribió:
> I don't expect a simple answer, but if someone could tell me what things to
> check to try and resolve this I would appreciate it. For example what is
> generating error 32, is it ilink32.exe?
>

I think that it's the Xailer's IDE when patch the executable to make it can be run outside of the IDE.
It's a simple answer sorry, but I hope will help you understand what happening. :)
Best regards,
Xavi
xAvi
Mensajes: 108
Registrado: Mar Abr 08, 2008 6:12 pm

Linker Question

Mensaje por xAvi »

Hi Nick,
Thanks for post the code CreateShellLink. ;)
Nick Hilder escribió:
> I don't expect a simple answer, but if someone could tell me what things to
> check to try and resolve this I would appreciate it. For example what is
> generating error 32, is it ilink32.exe?
>

I think that it's the Xailer's IDE when patch the executable to make it can be run outside of the IDE.
It's a simple answer sorry, but I hope will help you understand what happening. :)
Best regards,
Xavi
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9469
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Linker Question

Mensaje por ignacio »

Nick,
Check none of your resource bitmaps have 32 bits color depth. BCC does not
support them.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Nick Hilder" <nick_Nospam#$%@capsol.com%NOSPAM%.au> escribió en el mensaje
news:[email=47606245@ozsrv2.ozlan.local...]47606245@ozsrv2.ozlan.local...[/email]
> Hi
>
> I usually run Xailer in a Terminal session ( We have development session
> so I can work from anywhere.)
> It runs accross a network drive (X:Xailer) this drive is a local drive on
> the Terminal Server, the X is mapped to something like
> SRV-TSDEVELOPMENT
> Xailer has always worked fine this way.
>
> I recently registered Xailer so it would run locally on my PC, still using
> the X drive back to the SRV-TS.
> Xailer works as normal, but has trouble compiling/linking
>
>
> When trying to build an Xailer app on my local PC I get this message
>
> (INFO) Linking: <myexe>
> X:bcc55binilink32 -Gn -Tpe -x -aa @make.tmp
>
> ...3-4 second delay here.....then this
>
> Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
> (STOP) Xailer: Error adding resources to the application (32)
>
> Under options in Xailer I'm using the default compiler, also I did select
> "Use this compiler" which had Brc32.exe in it.
>
> I thought it was maybe an issue with BCC or iLin32 but if I open say Xmate
> locally, I can successfully build a project on my local PC using the open
> source xharbour and same BBC etc
>
> I don't expect a simple answer, but if someone could tell me what things
> to check to try and resolve this I would appreciate it. For example what
> is generating error 32, is it ilink32.exe?
>
> BTW, I have reset all security on the x drive including the BCC folder etc
>
> Cheers
>
> Nick
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
NoName
Mensajes: 531
Registrado: Vie Feb 03, 2006 7:27 pm

Linker Question

Mensaje por NoName »

Nick,
Check none of your resource bitmaps have 32 bits color depth. BCC does not
support them.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Nick Hilder" <nick_Nospam#$%@capsol.com%NOSPAM%.au> escribió en el mensaje
news:[email=47606245@ozsrv2.ozlan.local...]47606245@ozsrv2.ozlan.local...[/email]
> Hi
>
> I usually run Xailer in a Terminal session ( We have development session
> so I can work from anywhere.)
> It runs accross a network drive (X:Xailer) this drive is a local drive on
> the Terminal Server, the X is mapped to something like
> SRV-TSDEVELOPMENT
> Xailer has always worked fine this way.
>
> I recently registered Xailer so it would run locally on my PC, still using
> the X drive back to the SRV-TS.
> Xailer works as normal, but has trouble compiling/linking
>
>
> When trying to build an Xailer app on my local PC I get this message
>
> (INFO) Linking: <myexe>
> X:bcc55binilink32 -Gn -Tpe -x -aa @make.tmp
>
> ...3-4 second delay here.....then this
>
> Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
> (STOP) Xailer: Error adding resources to the application (32)
>
> Under options in Xailer I'm using the default compiler, also I did select
> "Use this compiler" which had Brc32.exe in it.
>
> I thought it was maybe an issue with BCC or iLin32 but if I open say Xmate
> locally, I can successfully build a project on my local PC using the open
> source xharbour and same BBC etc
>
> I don't expect a simple answer, but if someone could tell me what things
> to check to try and resolve this I would appreciate it. For example what
> is generating error 32, is it ilink32.exe?
>
> BTW, I have reset all security on the x drive including the BCC folder etc
>
> Cheers
>
> Nick
>
Nick Hilder
Mensajes: 328
Registrado: Mar Nov 21, 2006 2:10 am

Linker Question

Mensaje por Nick Hilder »

I think the pont was missed. I can build the app no worries as long as
Xailer and xh are on the same PC, if I run then accross a network drive I
get the resource error.
The X drive is mapped ot the same place.
If I'm logged into a Terminal session the X drive is mapped like this
Srv-tsdevelopment
if I'm on my PC the map is the same.
Everything is on the X drive, Xailer, Xharbour, BCC etc.
Nick
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote in message
news:4760eb10$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Nick,
>
> Check none of your resource bitmaps have 32 bits color depth. BCC does not
> support them.
>
> Regards,
>
>
>
> --
> Ignacio Ortiz de Zúñiga
> http://www.xailer.com
>
>
> "Nick Hilder" <nick_Nospam#$%@capsol.com%NOSPAM%.au> escribió en el
> mensaje news:[email=47606245@ozsrv2.ozlan.local...]47606245@ozsrv2.ozlan.local...[/email]
>> Hi
>>
>> I usually run Xailer in a Terminal session ( We have development session
>> so I can work from anywhere.)
>> It runs accross a network drive (X:Xailer) this drive is a local drive
>> on the Terminal Server, the X is mapped to something like
>> SRV-TSDEVELOPMENT
>> Xailer has always worked fine this way.
>>
>> I recently registered Xailer so it would run locally on my PC, still
>> using the X drive back to the SRV-TS.
>> Xailer works as normal, but has trouble compiling/linking
>>
>>
>> When trying to build an Xailer app on my local PC I get this message
>>
>> (INFO) Linking: <myexe>
>> X:bcc55binilink32 -Gn -Tpe -x -aa @make.tmp
>>
>> ...3-4 second delay here.....then this
>>
>> Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
>> (STOP) Xailer: Error adding resources to the application (32)
>>
>> Under options in Xailer I'm using the default compiler, also I did select
>> "Use this compiler" which had Brc32.exe in it.
>>
>> I thought it was maybe an issue with BCC or iLin32 but if I open say
>> Xmate locally, I can successfully build a project on my local PC using
>> the open source xharbour and same BBC etc
>>
>> I don't expect a simple answer, but if someone could tell me what things
>> to check to try and resolve this I would appreciate it. For example what
>> is generating error 32, is it ilink32.exe?
>>
>> BTW, I have reset all security on the x drive including the BCC folder
>> etc
>>
>> Cheers
>>
>> Nick
>>
>
>
Nick Hilder
Mensajes: 328
Registrado: Mar Nov 21, 2006 2:10 am

Linker Question

Mensaje por Nick Hilder »

I think the pont was missed. I can build the app no worries as long as
Xailer and xh are on the same PC, if I run then accross a network drive I
get the resource error.
The X drive is mapped ot the same place.
If I'm logged into a Terminal session the X drive is mapped like this
Srv-tsdevelopment
if I'm on my PC the map is the same.
Everything is on the X drive, Xailer, Xharbour, BCC etc.
Nick
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote in message
news:4760eb10$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Nick,
>
> Check none of your resource bitmaps have 32 bits color depth. BCC does not
> support them.
>
> Regards,
>
>
>
> --
> Ignacio Ortiz de Zúñiga
> http://www.xailer.com
>
>
> "Nick Hilder" <nick_Nospam#$%@capsol.com%NOSPAM%.au> escribió en el
> mensaje news:[email=47606245@ozsrv2.ozlan.local...]47606245@ozsrv2.ozlan.local...[/email]
>> Hi
>>
>> I usually run Xailer in a Terminal session ( We have development session
>> so I can work from anywhere.)
>> It runs accross a network drive (X:Xailer) this drive is a local drive
>> on the Terminal Server, the X is mapped to something like
>> SRV-TSDEVELOPMENT
>> Xailer has always worked fine this way.
>>
>> I recently registered Xailer so it would run locally on my PC, still
>> using the X drive back to the SRV-TS.
>> Xailer works as normal, but has trouble compiling/linking
>>
>>
>> When trying to build an Xailer app on my local PC I get this message
>>
>> (INFO) Linking: <myexe>
>> X:bcc55binilink32 -Gn -Tpe -x -aa @make.tmp
>>
>> ...3-4 second delay here.....then this
>>
>> Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
>> (STOP) Xailer: Error adding resources to the application (32)
>>
>> Under options in Xailer I'm using the default compiler, also I did select
>> "Use this compiler" which had Brc32.exe in it.
>>
>> I thought it was maybe an issue with BCC or iLin32 but if I open say
>> Xmate locally, I can successfully build a project on my local PC using
>> the open source xharbour and same BBC etc
>>
>> I don't expect a simple answer, but if someone could tell me what things
>> to check to try and resolve this I would appreciate it. For example what
>> is generating error 32, is it ilink32.exe?
>>
>> BTW, I have reset all security on the x drive including the BCC folder
>> etc
>>
>> Cheers
>>
>> Nick
>>
>
>
Responder