>From visual Studio 2008 point of view you need:
Windows Mobile 6 Professional and Standard Software Development Kits Refresh
http://www.microsoft.com/downloads/details.aspx?familyid=06111a3a-a651-4745-88ef-3d48091a390b&displaylang=en
Other tool will be
sql server compact edition
 
http://www.microsoft.com/downloads/details.aspx?FamilyId=4E45F676-E69A-4F7F-A016-C1585ACF4310&displaylang=en.
Sql helper 
http://blogs.devleap.com/rob/archive/2007/11/01/nuovo-sqlhelper-per-sqlce-3-0-3-1.aspx

>From the harbour point of view hi hope that Vicktor Give us a sample

2009/2/25 José Luis Capel <jlcap...@gmail.com>:
> Massimo,
>
> Do you know if Visual C++ Studio Express 2008 will compile for PPC ?
>
> Regards,
> José Luis Capel
>
> 2009/2/18 Massimo Belgrano <mbelgr...@deltain.it>
>>
>> If you choice Visual C ++ for windows version or harbour
>> Dowload and install tortoise from http://tortoisesvn.tigris.org/
>>
>> Right Click on your c Drive and  in svn checkout pass as address
>>
>> https://harbour-project.svn.sourceforge.net/svnroot/harbour-project/trunk/harbour
>>
>> Now you have source of harbour on c:\harbour
>>
>> you can download Microsoft Visual C++ Express from
>> http://www.microsoft.com/express/vcsharp/
>> Here you can download sdk for visual c++ from
>>
>> http://www.microsoft.com/downloads/details.aspx?FamilyID=e6e1c3df-a74f-4207-8586-711ebe331cdc&displaylang=en
>>
>>
>> Execute This batch cchbvc9 for compile harbour and contrib
>> ---------------cchbvc9.bat----------------
>> SET HB_VISUALC_VER=90
>> SET HB_INSTALL_PREFIX=C:\harbour
>> SET LIB=C:\HARBOUR\LIB
>> SET INCLUDE=C:\HARBOUR\INCLUDE
>> call "C:\Programmi\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" x86
>> CD \HARBOUR
>> CALL MAKE_VC CLEAN
>> CALL MAKE_VC
>> CALL MAKE_VC INSTALL
>> CD \HARBOUR\CONTRIB
>> Echo ----------contrib---------
>> CALL MAKE_VC_ALL CLEAN
>> CALL MAKE_VC_ALL
>> cd \harbour
>> CALL MAKE_VC INSTALL
>> cd \
>>
>>
>>
>> --
>> Massimo Belgrano
>> _______________________________________________
>> Harbour mailing list
>> Harbour@harbour-project.org
>> http://lists.harbour-project.org/mailman/listinfo/harbour
>
>
> _______________________________________________
> Harbour mailing list
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
>
>



-- 
Massimo Belgrano
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to