Search found 35 matches

by xVar
Sun Jan 25, 2009 7:42 am
Forum: FiveWin for Pocket PC
Topic: Getting starting. (I needbit of help :)
Replies: 15
Views: 2989

Re: Getting starting. (I needbit of help :)

Yes dll is from hardware distributor . I have demo program for this dll on my hardware (rfid reader). ir work. So this dll is correct for ARM processor. Also, I have documentatiion for this dll(Hoft&Wessel), and litle SDK, with header files and lib file. a simplest program is if (UdlOpen()) { //...
by xVar
Thu Jan 22, 2009 10:42 am
Forum: FiveWin for Pocket PC
Topic: Getting starting. (I needbit of help :)
Replies: 15
Views: 2989

Emulator is ready...

I starting ... Well. Have a litle problem with dll examles. (not start). After I make a litle application like : // using UdlApi DLLs #include "fwce.ch" #include "dll.ch" #define MB_ICONINFORMATION 0x40 function Main() local oWnd DEFINE WINDOW oWnd TITLE "DynDLL" @ 9, 2...
by xVar
Wed Jan 21, 2009 10:19 am
Forum: FiveWin for Pocket PC
Topic: Getting starting. (I needbit of help :)
Replies: 15
Views: 2989

Thanks Antonio!

Everything is OK,
only last question about WinCE emulator,

Application run on Win CE device, but not run on emulator.
I think that I must compile my program with with emulator options (not ARM ), but , what I must modify ?


Regards
Andrej.
by xVar
Tue Jan 20, 2009 7:50 am
Forum: FiveWin for Pocket PC
Topic: Getting starting. (I needbit of help :)
Replies: 15
Views: 2989

Thanks, Antonio, ..

I have this path in buildce.bat. set hdir=c:\harbour\harbour set hdirc=%hdir%\bin\b32 set hdirl=%hdir%\lib\vcce set fwppc=%FWDIR% But in my environment I havn't c:\harbour folder, only c:\harbour_ce (after install FWPPC), and in this folder I dont, find any bin\b32 or lib\vcce folder. So, I modify b...
by xVar
Mon Jan 19, 2009 1:19 pm
Forum: FiveWin for Pocket PC
Topic: Getting starting. (I needbit of help :)
Replies: 15
Views: 2989

Getting starting. (I needbit of help :)

Hi everyone! How I can start with FWPPC? Before I use MiniGui Ext (G. Filatov) with BCC 5 , but now I need make WinCe application. I have setting vce in c:\vce folder. After run fwppc.exe (fwppc setup), I have c:\FWPPC folder with any code. Also I run harb-arm.exe (harbour setup for Pocket PC) in de...