Hi,
 I'm trying to compile FirebirdClient version 2.5.1 tergeting CF 2.0 or CF
3.5.

I have not installed VS2008, but I've installed full SDK 2.0 and 3.5, and
building old version 2.0.1 goes fine.

And I have following compile errors:
1. For .net 2.0:

Modifications in build.bat:
set CSC="c:\windows\Microsoft.NET\Framework\v2.0.50727\csc.exe"
set NETCFLIBS="C:\Program Files
(x86)\Microsoft.NET\SDK\CompactFramework\v2.0\WindowsCE"

Result of compile. A lot of the same errors like this:
..\source\FirebirdSql\Data\Client\Managed\Version10\GdsConnection.cs(74,40):
error CS0501:
 In element
'FirebirdSql.Data.Client.Managed.Version10.GdsConnection.IPAddress.get'
        there must be body,becouse it is not signed as "abstract" or
"extern" 

(this is translating from polish, original message text can differ a little,
but the sense is the same)


2. For .NET 3.5

Modifications in build.bat:
set CSC="c:\windows\Microsoft.NET\Framework\v3.5\csc.exe"
set NETCFLIBS="C:\Program Files
(x86)\Microsoft.NET\SDK\CompactFramework\v3.5\WindowsCE"
set DEFINES=-define:DEBUG -define:NET_CF -define:NET_35

Compile result:
..\source\FirebirdSql\Data\FirebirdClient\FbDataReader.cs(810,32):
error CS0246: Can not find name or namespace "Func" (missing "using"?).

I think I could handle with that but first I'd like to know if anybody was
compiling this version of FirebirdClient targeting CF 2.0 or CF 3.5 ?

For me the most important is to compile client targeting .NET 2.0. Is it
still possible ?

Regards
  Qubeczek


-- 
View this message in context: 
http://old.nabble.com/Problem-with-compiling-FirebirdClient-2.5.1-for-CF-2.0-or-3.5-tp27136593p27136593.html
Sent from the firebird-net-provider mailing list archive at Nabble.com.


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to