PDA

View Full Version : Build Bug??



kpsmith
03-07-2003, 07:37 PM
Not sure if this is a bug or not...

On the Project settings Build tab there is an option to store support files in a folder or not.

If I uncheck this wouldn't the support files be stored in the same location as the .exe. Currently it seems they still default to the DATA folder.

kpsmith
03-12-2003, 09:08 AM
OK, I think this is definately a bug.

Here's an example to try...

Create a new project with a single Web object.

Under "Project Settings | Build" I uncheck the Store support files in a folder option. Then I build the project.

Looking at the build, notice you still have a DATA folder with the language file inside "amslng.9".

If I run the project I get an error indicating it failed to load the language file.

Now if I move the language file "amslng.9" into the same directory as the autorun.exe and then run the program it works.

Lorne
03-12-2003, 09:15 AM
Thanks for reporting this...I haven't confirmed it yet, but I've logged it in our bug database so it can be investigated.

Mark
03-13-2003, 02:06 PM
Hi,

This has been confirmed as a bug. If you would like to get around this, leave the "Store support files in subfolder" checkbox checked and leave the edit field blank.

If you do this AutoPlay will not use a sub folder.

kpsmith
03-13-2003, 02:38 PM
Thanks Mark, I'll try that