Hello,
 Finnaly I created properly .csproj file.

But the project dosn;t compile. I have follwing compile errors:
1.      'System.Runtime.InteropServices.Marshal' does not contain a definition
for 'DestroyStructure'
N:\NETProvider\source\FirebirdSql\DataCF\Client\Common\XsqldaMarshaler.cs       
64
25      FirebirdSql.Data.FirebirdClientCF

It's becouse DestroyStructure method is not accesible i .NET CF
This error occurs in another files.

2.Using the generic type 'System.Action<T>' requires '1' type arguments
N:\NETProvider\source\FirebirdSql\DataCF\Client\Managed\Version10\GdsEventManager.cs
196     75      FirebirdSql.Data.FirebirdClientCF

I don't undestend this message.

Can anyone help me with this problems ?

This is VS2008, targeting .NET 2.0 CF PocketPC 2003

Regards
  Qubeczek


Thanks,
 but I'm trying to make corresponding .csproj file targeting
ComapctFramework - 4 hours and still it takes normal .NET assemblies to
compile.

Maybe someone have ready .csproj file targeting building FirebirdClisnt
2.5.1 to .NET CompactFramework ?

Regards
  Qubeczek


Jiri Cincura wrote:
> 
> On Wed, Jan 13, 2010 at 00:13, Qubeczek <k...@sente.pl> wrote:
>> Modifications in build.bat:
> 
> There's no build.bat for 2.5.1. You have to build it using i.e.
> MSBuild, but have to create separate project (Compact Framework
> Library or what it's called right now), because for CF there's a
> little bit different build process (the assembly has different
> header). And the code has to be build with with C#3.0 compiler.
> 
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Problem-with-compiling-FirebirdClient-2.5.1-for-CF-2.0-or-3.5-tp27136593p27151971.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