|
From: V.C.Mohan <mo...@ho...> - 2004-07-27 03:06:27
|
Thanks for the reply I could see in the lists page. I have edited the = jamfile included in the distribution for windows and inserted those two = lines by typing afresh and not copied your entries. That file should be = correct as it is doing something when these two lines are = omitted/commented out. However as I mentioned in my another mail sent a = little while back, I could compile in my regular VC++ compiler in debug = mode by inserting a line #define DLL_BUILDING MODULE at the beginning of = code. Curiously same code could not be compiled in release mode. = Probably some definitions in either compiler configurations or jamrules = or some other file need to be setup as otherwise each plugin will be a = fat 450kb+ size. I have another problem. While previewing the working of the transition = with a clip of 720 frames long, I get a message stating could not open = frame 720, inserting a frame. This insertion is a blank frame with a lot = of noise. In such cases can it not insert the previous frame? Also why = this error at all? If the numbering of frames is from 0 the last will be = 719 and not 720. Since I always ask for the same frame number as = received in the call there should be no such error! In the setparams part of coding in case of strings is the input case = sensitive? If a parameter say "direction" is specified as "north" or = "North" or "NORTH" will be treated differently?=20 regards Mohan |