Hello, 2009/5/25 Bhushan Inamdar <[email protected]>: > Hi all again. > To Pau: In my debug directory, the file that gets created for Hello example > is Hello.wt which is an exe file but with extension .wt. So according to > what you are saying, if I double click it, I just get a console window > momentarily and it vanishes pretty soon. I do not know where to pass these > arguments?
You must start it from a shell (start->run 'cmd', or install cygwin). Wt has no GUI. > Nothing is running here. In call stack window, I get just these > five lines, the last 2 being disabled. >> hello.wt.exe!main(int argc=5, char * * argv=0x003d6010) Line 79 C++ > hello.wt.exe!__tmainCRTStartup() Line 582 + 0x19 bytes C > hello.wt.exe!mainCRTStartup() Line 399 C > kernel32.dll!7c817067() > [Frames below may be incorrect and/or missing, no symbols loaded for > kernel32.dll] > However, it is too complicated for me to understand. I would appreciate if > you ellaborate on this. I am dying to see just one witty application work. > So far I have had none. You really have to learn a little of MSVC in order to program C++ applications. Would you be more comfortable with Wt in a different programming language, like ruby (exists already) or java (in the future)? Best regards, Wim. ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp as they present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
