2008/10/16 Wilfried Hafner <[EMAIL PROTECTED]>:
> Hello!
>
> I'm new to witty and I have some questions to the examples. I'm using
> Wt2.2.0 on Windows with boost1.36 and visual studio 2005.
>
> When I try to start an example in debug mode, i get the following error:
> "Unable to start program
> 'c:\Wt\wt-2.2.0\build\examples\hello\debug\hello.wt.exe'.
> This application has failed to start because the application
> configuration is incorrect. Review the manifest file for possible
> errors. Reinstalling the application may fix this problem. For more
> details, please see the application event log."
>

Are you trying to run on the same machine as Wt was built on?
Normally, you should not get such errors then.
You can debug this kind of errors best by running depends.exe on your
executable and try to find out what C runtime libraries are missing,
and from what components they come. Try linking against dll versions
of boost and other dependencies, this will narrow down your search.
You may have to build boost yourself...

> In release mode it works fine...
>
> The other problem is, that when I try to open the examples extkitchen or
> simplechat in the browser, I get following messages:
> "Wt internal error: TypeError: j3 is null, code: undefined, description:
> undefined" and
> "Wt internal error: TypeError: j1 is null, code: undefined, description:
> undefined"
>
> maybe I can solve the problem by myself, when i get the examples
> working  in debug mode...
>

Do you see 404 errors in the application output? Did you put Ext in
the right location?

Regards,
Wim.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to