Recent

Author Topic: Lazarus WinCE Debugging ( just a tip )  (Read 4696 times)

fbdioan

  • Guest
Lazarus WinCE Debugging ( just a tip )
« on: September 09, 2008, 01:09:11 pm »
Hi all,

  setup your enviroment for WinCE ( you could follow the instructions from  
Wiki ) and then download the Microsoft Mobile Power Toys WindowsMobilePowerToys.msi.

Install it, then copy cecopy.exe to (fpc dir)\bin\i386-win32 directory and in your Project->Compiler Options->Compilations add, in the Execute After edit box the following :
Code: [Select]
"$Path($(CompPath))\cecopy.exe" "$(TargetFile)" "dev:\gdb\$Name($(TargetFile))".

Check only Compile from the 'Call on' and check Show all Messages also.

Now everytime you compile your project will be copied to the device \gdb directory ... No more copy/paste.

Hope it helps..

 

TinyPortal © 2005-2018