Re: Deploying/Development without Visual Studio
From: Zanna (znt.fabio_at_virgilio.it)
Date: 04/22/04
- Next message: Aris: "RE: InvalidCastException"
- Previous message: Jonathan Lee: "Re: Deploying/Development without Visual Studio"
- In reply to: Jonathan Lee: "Re: Deploying/Development without Visual Studio"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 22 Apr 2004 12:46:58 +0200
Jonathan Lee ha scritto:
> Yup I am aware that #D was not developed for CF. However, an IDE is an
> IDE (I suppose) so long the right libraries are referenced. I've gotten
> off this site http://dotnetdn.com/without-visual-studio/ however, the
> files differ from the SP2 and I can't really find the exact same files
> to rename. Also, under Platform Builder there is a set of exact same
> files. So should I use those under Platform Builder 4.2 or use the ones
> from the CF Framework cab files? Cheers!
I don't know PB, but I think you can use the same files (note that if
you need to test in emulator you need the X86 version of the dll).
To rename .cab CF dll you can load thi files into Reflector and it will
show you the right name.
Note also that you need to say to the compiler that you are using
another framework (i.e. for vbc.exe you need to add /netcf and /sdkpath
options, for csc the /nostdlib)
bye
- Next message: Aris: "RE: InvalidCastException"
- Previous message: Jonathan Lee: "Re: Deploying/Development without Visual Studio"
- In reply to: Jonathan Lee: "Re: Deploying/Development without Visual Studio"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|