• Welcome to TodayPlus Boards v2.
 

Use Info for EZ-Download

Started by ZapMe1, November 06, 2004, 03:30:02 PM

Previous topic - Next topic

ZapMe1

Could someone tell me where I can find instructions on using EZ-Download ??

I haven't used this up until now, (I know many of you have), but I would like to try some experiments !!

The .txt file that comes with the program download is un-readable to me !!

Thanks.....  :D

Edit:   Sorry,  Maybe this should have been posted in "Help & Support" !!  :knownot:
ZapMe1

"The most knowledgable person in the world is not the one who possesses the most knowledge, but the one who surrounds themselves with the greatest number of knowledgable people"

uk_skinner

Quote from: ZapMe1Could someone tell me where I can find instructions on using EZ-Download ??

I haven't used this up until now, (I know many of you have), but I would like to try some experiments !!

The .txt file that comes with the program download is un-readable to me !!

Thanks.....  :D

Edit:   Sorry,  Maybe this should have been posted in "Help & Support" !!  :knownot:

ZapMe1:

  Do you mean use it to download the file via HTTP within TP?

ZapMe1

QuoteZapMe1:

Do you mean use it to download the file via HTTP within TP?

Yes, that, and other general use info !!  :D
ZapMe1

"The most knowledgable person in the world is not the one who possesses the most knowledge, but the one who surrounds themselves with the greatest number of knowledgable people"

uk_skinner

This will not be a straight forward answer.  

The way I did to download the radar image, for example, is to call EzDownload from an exe.

To prepare this exe, you have to download the EVC 4++ and 2003SDK (free from MS) the whole package into PC and write a code to call EzDownload using CreateProcess code.

The link to download eMbedded Visual C++ 4.0 is

http://www.microsoft.com/downloads/details.aspx?FamilyID=1dacdb3d-50d1-41b2-a107-fa75ae960856&displaylang=en

You also need to install some other stuffs, sorry I forgot what are they..  Once you install evc4 and execute it, it will tell you what do you miss and you can go to Microsoft site to download it.  However, if you have Visual Studio 2003.Net then you don't need to do that.

Then, you have to learn Embedded Visual C++.  I am also a beginner and really can not help you too much.  What I did is to browse the internet to find the answer for my question.  Man, that was not easy.

If you decide still go for it.  Try to install the necessary program first and I do my best to help you.  But remember I don't know much than you do.

ZapMe1

WOW !!!!!   Who forgot to put the EZ in the whole mix !!   :doh:

Maybe I'll still give it a try !!   I have MS Visual C++ 6.0 & SDK '03...

I just thought the process was much simpler !!   :oops:  :knownot:

Thanks UK......
ZapMe1

"The most knowledgable person in the world is not the one who possesses the most knowledge, but the one who surrounds themselves with the greatest number of knowledgable people"

Geezer

Wow indeed!  So did I.  I was baited for a bit but now..  Think I'll sit it out for awhile.   :cry:
Toshiba e800, PPC2003 SE, 2.2 Gb MicroDrive, 512 CF, 512 SD, 2 Extended Batteries, Plus other excentric goodies.

uk_skinner

Quote from: ZapMe1WOW !!!!!   Who forgot to put the EZ in the whole mix !!   :doh:

Maybe I'll still give it a try !!   I have MS Visual C++ 6.0 & SDK '03...

I just thought the process was much simpler !!   :oops:  :knownot:

Thanks UK......

EzDownload itself is EZ but to pair with TP...that is a different story, at least for me.  For this moment, this is a way I can get file download and pair with TP... :?

Let me know whe you are ready...

ZapMe1

QuoteTo prepare this exe, you have to download the EVC 4++ and 2003SDK (free from MS) the whole package into PC and write a code to call EzDownload using CreateProcess code.

Hi UK,

I thought I had SDK 2003, but I have SDK 2002, which is for ppc2002 OS..
According to MS, SDK2002 goes with EVC 3.0++

Do you know if I can use EVC4.0++ with 2002 OS, or do I need to download 3.0 ??

I appreciate your help !!   :D
ZapMe1

"The most knowledgable person in the world is not the one who possesses the most knowledge, but the one who surrounds themselves with the greatest number of knowledgable people"

uk_skinner

Quote from: ZapMe1
QuoteTo prepare this exe, you have to download the EVC 4++ and 2003SDK (free from MS) the whole package into PC and write a code to call EzDownload using CreateProcess code.

Hi UK,

I thought I had SDK 2003, but I have SDK 2002, which is for ppc2002 OS..
According to MS, SDK2002 goes with EVC 3.0++

Do you know if I can use EVC4.0++ with 2002 OS, or do I need to download 3.0 ??

I appreciate your help !!   :D

With a slight modification, you can use EVC4.0 to complier a code for PPC2002.  But I believe you need to use 2003SDK for EVC4.  Are you still using PPC2002?  So I would suggest you to download EVC 4.  You said you have MS Visual Studio 6.  If you know how to use it then I believe you can use it to complier the program for PPC.  However, I never used it and really can not help you.

ZapMe1

I am using ppc2002..   Would I be better to use EVC 3.0++ & SDK 2002 ??

Edit - Update:  I did a little research, and found out that EVC 4.0++ will not work to develope for ppc2002...   And if that wasn't bad, I found out that EVC 3.0++ needs Windows NT or Windows 2000 to function...   I'm running on XP !!!
:wall:  :knownot:
ZapMe1

"The most knowledgable person in the world is not the one who possesses the most knowledge, but the one who surrounds themselves with the greatest number of knowledgable people"

uk_skinner

Quote from: ZapMe1I am using ppc2002..   Would I be better to use EVC 3.0++ & SDK 2002 ??

Edit - Update:  I did a little research, and found out that EVC 4.0++ will not work to develope for ppc2002...   And if that wasn't bad, I found out that EVC 3.0++ needs Windows NT or Windows 2000 to function...   I'm running on XP !!!
:wall:  :knownot:

Rotlus showed me an approach to complier codes for ppc2002 in EVC4++ and it worked.  So, it can be done.

uk_skinner

ZapMe1:

 I lost the original information Rotlaus gave me but I found this link in German.  But I think I can figure it out.  Or Wichtel or anyone speak German can help us... :wink:

http://www.ppc-welt.info/community/showpost.php?p=209383&postcount=5

ZapMe1

Hi UK;

Well I tried it anyway, and downloaded the EVC 3.0++ tool set which includes SDK2002..
I tried it on my XP, and it seems to work just fine..  (It was almost 2am, so I was a little tired)
But, I think I'm Good-To-Go !!    8)
ZapMe1

"The most knowledgable person in the world is not the one who possesses the most knowledge, but the one who surrounds themselves with the greatest number of knowledgable people"

uk_skinner

Quote from: ZapMe1Hi UK;

Well I tried it anyway, and downloaded the EVC 3.0++ tool set which includes SDK2002..
I tried it on my XP, and it seems to work just fine..  (It was almost 2am, so I was a little tired)
But, I think I'm Good-To-Go !!    8)

ZapMe1:

  Can you PM your email to me?  I am going to send you the whole project for testing first...  It is 2MB zip file..or send an message to uk_skinner@comcast.net

ZapMe1

UK_Skinner;

Thanks again for all of your help !!   I know you have much on your plate right now, and I really appreciate this !! 8)

My email is in your PM inbox !!!

Thanks...........
ZapMe1

"The most knowledgable person in the world is not the one who possesses the most knowledge, but the one who surrounds themselves with the greatest number of knowledgable people"