Displaying 2 results from an estimated 2 matches for "guidlg".
Did you mean:
cguidlg
2002 Aug 06
0
Getting a GUI to work with Vorbis code
...ry if the project was compiled with static libraries.
7. Now Build the project.
<p>For my GUI I created a MFCAppWizard(exe) Project. I then created some
buttons. Initially I just want te press of a button to start the
decoder_example code.
My code looks like this:
<p><p>// GUIDlg.cpp : implementation file
//
#include "stdafx.h"
#include "GUI.h"
#include "GUIDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
<p>//*************************************************************************...
2005 Oct 16
3
asking the user for data
Hello everyone.
How do I get R to ask users for data to be entered? Specifically I want
to ask for a z score to be entered (the user would look this up in a
table) and then use the entered data to compute a Dunn's post-hoc test
(post kruskal.test).
I've tried the "ask" function but it's not recognised - maybe I don't
have to appropriate libary installed. A pointer