Search found 3 matches

by 5dtool
Tue Nov 02, 2004 11:53 am
Forum: Developers
Topic: Can I get cue list in visual plug-in
Replies: 3
Views: 9623

May I modify the cue list in visual plug-in

I have downloaded the new sdk with cue list in visual plug-in. But the cue list object is an const object. May I get and normal cue list object so that I can modify it?
Thanks
by 5dtool
Thu May 20, 2004 9:37 pm
Forum: Developers
Topic: Can I get cue list in visual plug-in
Replies: 3
Views: 9623

Can I get cue list in visual plug-in

I want to get the cue list object's in visual plug-in, so that I can test if the current time is cue point. But it seems cue point can be get only in file plug-in. Is there any way to get the cue list in visual-plugin?
Thanks
by 5dtool
Sun May 16, 2004 11:16 pm
Forum: Developers
Topic: I can not compile the sample
Replies: 1
Views: 6876

I can not compile the sample

I try to compile the sample of SampleVisual. I do it as follow: 1 Create a empty dll in VC++6.0 2 Add files SampleVisual.cpp and rc and all need headfiles When I compile the project, it report that file "SampleVisual.rh" not find. I can not find the file in sdk. Would you like to tell me h...