From 01bb2586942d6dfcba290087f289fea28ea726eb Mon Sep 17 00:00:00 2001 From: scuri Date: Mon, 8 Jun 2009 20:14:52 +0000 Subject: *** empty log message *** --- test/im_view.c | 5 ++++- test/im_view.vcproj | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'test') diff --git a/test/im_view.c b/test/im_view.c index 1bfb568..2ec8fac 100644 --- a/test/im_view.c +++ b/test/im_view.c @@ -147,11 +147,14 @@ static Ihandle* CreateDialog(void) return iup_dialog; } +#include "im_format_avi.h" + int main(int argc, char* argv[]) { Ihandle* dlg; - IupOpen(); + imFormatRegisterAVI(); + IupOpen(&argc, &argv); dlg = CreateDialog(); diff --git a/test/im_view.vcproj b/test/im_view.vcproj index 26aeb22..12cd0ba 100644 --- a/test/im_view.vcproj +++ b/test/im_view.vcproj @@ -44,7 +44,7 @@