Information Systems
Home Products QA Support Contact
Products:
Omnicode StopNation Animated movies from your still pictures.

Omnicode Twist Twist up your videos.

Omnicode Snatch Capture videos from your desktop.


Latest QA tips from Omnicode:
Link error in visual c++ 29 Nov 2011
'_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' or something like it. This usually means that you have a debug library linked to a release
How to create a .lib file from a .dll 10 Oct 2011
Sometimes you only have a dll file and you want a lib file. Here's how to get a lib file from a dll. 1. You need some version
MS Excel is not recalculating 29 Sep 2011
If MS Excel isn't recalculating when you change values, you probably need to set auto recalc. Tools - Options. Go to the Calculation tab and set Calculation to Automatic
Recursive delete in Linux 28 Sep 2011
To recursively delete a file in Linux use something like the following: find . -name file.ext -exec rm {} \; It works by using the find command and then the -exec
Linux version of timeGetTime()? 04 Aug 2011
If you want to use timeGetTime() on Linux, you need to roll your own function. #include <sys/time.h> unsigned int timeGetTime() { struct timeval now; gettimeofday(&now, NULL); return
How do I change windows permissions with a command line? 04 Aug 2011
To change windows permissions with a command line, use the "cacls"
__int64 on Linux 04 Aug 2011
To define __int64 on Linux use something like: #define __int64 long long A 64 bit integer on Linux is defined by long
Support Topics:
StopNation StopNation build #1034 has been released. 09/28/2011
Twist How do I reverse a video using Twist? 07/16/2010
StopNation Where can I download StopNation? 01/09/2010
Snatch Where can I download Snatch? 01/09/2010
Twist Where can I download Twist? 01/09/2010
StopNation Why can't I create new sound? 10/06/2008
StopNation Can I add video clips to Stopnation? 10/07/2008
Copyright 2010, Omnicode Inc. Omnicode is a registered trademark of Omnicode Inc.