PDA

View Full Version : Brew 1.1 and 2.0


brewdev
01-17-2003, 03:04 PM
Hi,

I EXACTLY followed the "Using the BREW 2.0 Emulator with 1.X
Applications" document given on the URL http://www.qualcomm.com/brew/developer/developing/brewdocs.html

I could run the apps on Brew 2.0 emulator. But now when I try to create any apps in Visual Studio..I get the following error.

fatal error C1083: Cannot open source file: 'C:\PROGRAM FILES\BREW SDK V2.0.1\SRC\AEEMODGEN.C': No such file or directory
AEEAPPGEN.C
fatal error C1083: Cannot open source file: 'C:\PROGRAM FILES\BREW SDK V2.0.1\SRC\AEEAPPGEN.C': No such file or directory

---
Its seems to me that the application wizard is trying to use BREW 2.0.

I read somewhere that running EnvVarSt.exe in the bin directory will set your BREWDIR to the respective BREW sdk. I tried this also, but that does not work.

Please help!!!

Murray Bonner
01-17-2003, 04:31 PM
1. Delete AEEModGen.c and AEEAppGen.c from your Visual C++ project.

2. In FileView, right click on the source files folder and click on "Add files to folder..."

3. Browse to your BREW_DIR\src folder and select both AEEModGen.c and AEEAppGen.c and click OK.

You should be back in business!

brewdev
01-17-2003, 07:08 PM
Thanks, that fixes the problem.

But there is one more issue. While using the Application Wizard, in Step 2, clicking the MIF Editor button does not oen the MIF editor. I have to open the editior from Start -> Progams etc..
How do I fix this?

Thank you.

Murray Bonner
01-18-2003, 10:53 AM
Read p. 9-10 (https://brewx.qualcomm.com/noauth/cms/BREW_SDK_Version_2.0/BREW_SDK_2.0.1/SDK2.0.1ReleaseNotes.pdf)