Jump to content

emini-watch.com/buy-now


yamantaka

Recommended Posts

Anyone have these and willing to get them educated for the community?

 

http://emini-watch.com/buy-now/

 

Hi yamantaka,

give this a try and see if what you seek. Thanks to aquarius5

http://[email protected]/file/tgs7h3

@=a

(had to restart nt to see in list)

hope helps

Happy Holidays To All and a Safe,Healthy,Prosperous Year Ahead

Edited by newbie0101
Link to comment
Share on other sites

  • 7 months later...
  • 2 months later...
  • 3 months later...
  • 5 months later...
there you go

 

first is source https://[email protected]/file/xl76gl

 

and this is dll https://[email protected]/file/7pjx4f

 

import either one but not both.

 

The DLL works fine, but the souce code gives an error message when i try to compile it

line 21, says name "speech" does not exist in the namespace "System";

line23 says type namespace na "Speech" could not be found(are you missing a using directive or an assembly reference?). ;

line 95 says type namespace na "SpeechSynthesizer" could not be found(are you missing a using directive or an assembly reference?). I did unistal the dll before trying to compile the souce code.

 

Is there any reason why this is happening? I'd like to compile it instead of using the dll so I could make some changes in the code and see how it behaves and also learn a little bit more about programing in ninja.

 

Thanks for sharing

Edited by Marreta
Link to comment
Share on other sites

The DLL works fine, but the souce code gives an error message when i try to compile it

line 21, says name "speech" does not exist in the namespace "System";

line23 says type namespace na "Speech" could not be found(are you missing a using directive or an assembly reference?). ;

line 95 says type namespace na "SpeechSynthesizer" could not be found(are you missing a using directive or an assembly reference?). I did unistal the dll before trying to compile the souce code.

 

Is there any reason why this is happening? I'd like to compile it instead of using the dll so I could make some changes in the code and see how it behaves and also learn a little bit more about programing in ninja.

 

Thanks for sharing

 

Hi Marreta....try this

 

Open any indicator for edit via Tools > Edit NinjaScript, right mouse click and select References > Add, and find the following file, Open, OK.

"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.Speech.dll"

 

It is one of those dll you have to add I am not sure about the version of .net thou....

Link to comment
Share on other sites

Hi Marreta....try this

 

Open any indicator for edit via Tools > Edit NinjaScript, right mouse click and select References > Add, and find the following file, Open, OK.

"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.Speech.dll"

 

It is one of those dll you have to add I am not sure about the version of .net thou....

 

Did that but didn't work, maybe because I'm running on windows XP wich doesn't support .net 4.5? I'm using 4.0...

 

Thanks for your help

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...