Jump to content

Writing Plugin


bandana1

Recommended Posts

Can anyone assist me in writing a C++ plugin. I have written a plugin that should output the name of the next ogm. I managed to output the name of the next ogm

example:

cout << "NextOGM" << "=" << endl;

cout << "Start" << endl;

But in the IVM software it outputs the name of the ogm but it does not play that ogm.

Can anyone tell me how to output the name of the ogm ..in the codes.

Looking forwared for the kind assistance

 

bandana

Link to comment
Share on other sites

Can anyone assist me in writing a C++ plugin. I have written a plugin that should output the name of the next ogm. I managed to output the name of the next ogm

example:

cout << "NextOGM" << "=" << endl;

cout << "Start" << endl;

But in the IVM software it outputs the name of the ogm but it does not play that ogm.

Can anyone tell me how to output the name of the ogm ..in the codes.

Looking forwared for the kind assistance

 

bandana

 

I just fought the same problem in C#. I used Console.WriteLine for the reply instead of Console.Write which gave me a superfluous CR/LF that shouldn't be in the NextOGM, so if cout does the same thing...

Link to comment
Share on other sites

Can anyone assist me in writing a C++ plugin. I have written a plugin that should output the name of the next ogm. I managed to output the name of the next ogm

example:

cout << "NextOGM" << "=" << endl;

cout << "Start" << endl;

But in the IVM software it outputs the name of the ogm but it does not play that ogm.

Can anyone tell me how to output the name of the ogm ..in the codes.

Looking forwared for the kind assistance

 

bandana

 

I just fought the same problem in C#. I used Console.WriteLine for the reply instead of Console.Write which gave me a superfluous CR/LF that shouldn't be in the NextOGM, so if cout does the same thing...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...