Re: [twsocket] Delphi XE3 - Installing ICS for OSX32

2013-02-11 Thread Dergen

Hello,

Yes, I opened DXe3InstallVclFmx.groupproj and I have found 
mybplIcsCommonDXE3Run.dylib in the same folder as you.


What should I do to fix my project in the correct output folder?

Sincerely,

Dergen.


Dergen wrote:

I installed without problems the Win32 and Win64. for OSX32 I started
compiling bplIcsCommonDXE3Run.dylib, and then I tried without
success to compile the package bplIcsFmxDx3Run.dylib.

That is the right order and should work.
Have you opened the DXe3InstallVclFmx.groupproj?
Package output directory is not set in the packages so the default from
Tools | Options | Delphi options | Library matters. The default is
$(BDSCOMMONDIR)\Bpl\$(Platform) where bplIcsCommonDXE3Run.dylib
should be found. On my Win7 box the OS X package output directory is
C:\Users\Public\Documents\RAD Studio\10.0\Bpl\OSX32

Similar the DCP output directory $(BDSCOMMONDIR)\Dcp\$(Platform)...



--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Delphi XE3 - Installing ICS for OSX32

2013-02-11 Thread Arno Garrels
Dergen wrote:

 Yes, I opened DXe3InstallVclFmx.groupproj and I have found
 mybplIcsCommonDXE3Run.dylib in the same folder as you.

and theres also a matching IcsCommonDXE3Run.dcp in 
C:\Users\Public\Documents\RAD Studio\10.0\Dcp\OSX32 with the same
current date?

 What should I do to fix my project in the correct output folder?

Something seems to be wrong with the (search) paths in your environment,
I don't know what is wrong in detail. Maybe another, different 
and older bplIcsCommonDXE3Run.dylib is found somewhere else?  

-- 
Arno


--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Delphi XE3 - Installing ICS for OSX32

2013-02-09 Thread Dergen
Hello,

I installed without problems the Win32 and Win64. for OSX32 I started compiling 
bplIcsCommonDXE3Run.dylib, and then I tried without success to compile the 
package bplIcsFmxDx3Run.dylib.

Dergen.

Le 9 févr. 2013 à 09:38, Arno Garrels arno.garr...@gmx.de a écrit :

 Marc Charbonneau wrote:
 - [dccosx Erreur fatale] IcsCommonDXE3Run.dpk(1): E2225 Le package
 jamais compilé 'IcsCommonDXE3Run' doit être recompilé
 - [dccosx Erreur fatale] IcsFmxDXE3Run.dpk(54): E2202 Package
 'IcsCommonDXE3Run' requis non trouvé
 Anyway my french isn't good enough to translate the error message.
 quick translation : 
 
 [dccosx Fatal Error] IcsCommonDXE3Run.dpk(1): E2225 The package was
 never compiled 'IcsCommonDXE3Run' must be re-compiled
 [dccosx Fatal Error] IcsFmxDXE3Run.dpk(54): E2202 Needed package
 'IcsCommonDXE3Run' not found
 
 The packages  must be built in the right order. That is top down as they 
 appear
 in the project manager. I usually set the target platform in project 
 manager's 
 button bar, then I select and mark the top item which is IcsCommonDXE3Run 
 and from the context menu - From here | Build all from here.
 
 -- 
 Arno
 
 
 --
 To unsubscribe or change your settings for TWSocket mailing list
 please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Re: [twsocket] Delphi XE3 - Installing ICS for OSX32

2013-02-09 Thread Arno Garrels
Dergen wrote:
 I installed without problems the Win32 and Win64. for OSX32 I started
 compiling bplIcsCommonDXE3Run.dylib, and then I tried without
 success to compile the package bplIcsFmxDx3Run.dylib.  

That is the right order and should work.
Have you opened the DXe3InstallVclFmx.groupproj? 
Package output directory is not set in the packages so the default from 
Tools | Options | Delphi options | Library matters. The default is 
$(BDSCOMMONDIR)\Bpl\$(Platform) where bplIcsCommonDXE3Run.dylib
should be found. On my Win7 box the OS X package output directory is 
C:\Users\Public\Documents\RAD Studio\10.0\Bpl\OSX32

Similar the DCP output directory $(BDSCOMMONDIR)\Dcp\$(Platform)...

-- 
Arno


--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


[twsocket] Delphi XE3 - Installing ICS for OSX32

2013-02-08 Thread Dergen

Hello,

Excuse my English, I'm French.

I can not seem to compile the following package:

bplIcsFmxDx3Run.dylib


These are the error messages I then well yet what have compiled this 
package just before:


- [dccosx Erreur fatale] IcsCommonDXE3Run.dpk(1): E2225 Le package jamais
compilé 'IcsCommonDXE3Run' doit être recompilé
- [dccosx Erreur fatale] IcsFmxDXE3Run.dpk(54): E2202 Package
'IcsCommonDXE3Run' requis non trouvé



An idea of the problem that prevents the compilation?

Sincerely,

Dergen.
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Delphi XE3 - Installing ICS for OSX32

2013-02-08 Thread Arno Garrels
Dergen wrote:
 Hello,
 
 Excuse my English, I'm French.
 
 I can not seem to compile the following package:
 
 bplIcsFmxDx3Run.dylib
 
 
 These are the error messages I then well yet what have compiled this
 package just before:
 
 - [dccosx Erreur fatale] IcsCommonDXE3Run.dpk(1): E2225 Le package
 jamais compilé 'IcsCommonDXE3Run' doit être recompilé
 - [dccosx Erreur fatale] IcsFmxDXE3Run.dpk(54): E2202 Package
 'IcsCommonDXE3Run' requis non trouvé
 
 
 
 An idea of the problem that prevents the compilation?

No idea sorry, that one drove me crazy as well, please ask Embarcadero
or someone who is more familiar with C++ Builder than I am.
By the way, one reason why I do no longer support ICS for C++ Builder.

-- 
Arno
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Delphi XE3 - Installing ICS for OSX32

2013-02-08 Thread Arno Garrels
Arno Garrels wrote:
 Dergen wrote:
 Hello,
 
 Excuse my English, I'm French.
 
 I can not seem to compile the following package:
 
 bplIcsFmxDx3Run.dylib
 
 
 These are the error messages I then well yet what have compiled this
 package just before:
 
 - [dccosx Erreur fatale] IcsCommonDXE3Run.dpk(1): E2225 Le package
 jamais compilé 'IcsCommonDXE3Run' doit être recompilé
 - [dccosx Erreur fatale] IcsFmxDXE3Run.dpk(54): E2202 Package
 'IcsCommonDXE3Run' requis non trouvé
 
 
 
 An idea of the problem that prevents the compilation?
 
 No idea sorry, that one drove me crazy as well, please ask Embarcadero
 or someone who is more familiar with C++ Builder than I am.
 By the way, one reason why I do no longer support ICS for C++ Builder.

Oh that's not C++ Builder but Delphi, isn't it?
Anyway my french isn't good enough to translate the error message.

-- 
Arno
  
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be