Click here to Skip to main content
15,922,015 members

Comments by smoula99 (Top 31 by date)

smoula99 8-Nov-16 5:34am View    
OK. It is not possible create file and folder with same name.
Thanks for answes
smoula99 12-Mar-15 4:26am View    
but "short" must by as string not as struct
smoula99 11-Mar-15 3:49am View    
in debug mode at Watch window you write:
short (and to next row) Type.GetType("System.Int16") and you see different

short - is type short
Type.GetType("System.Int16") - is type System.Type

I need wite string "System.Int16" (I not write short), but I want struct short

e.g example where is possible to use
(short)12 - but I have variable type and in time, that I need use (something"System.Int16")12
smoula99 16-Jan-15 3:06am View    
I have functional program created in PyDev. I thought when is OK in PyDev and program working - than must working in IronPyton too?
When I run program VS 2013 Python + PTVS 2.1 VS 2013.msi + IronPython 2.7.5 - program working, but when I run in VS 2013 C# + PTVS 2.1 VS 2013.msi + IronPython 2.7.5 - using DLL from IronPython - program not working.
smoula99 15-Jan-15 2:07am View    
Hi
This file have about 1000rows code. I import My_H where I have dictionary, and MainFile.py a many time call value from dictionary like:
my_h.My_STATE['My_UP']

Problem is in C#, because I run MainFile from (VS 2013 Python + PTVS 2.1 VS 2013.msi + IronPython 2.7.5) - everything is OK
Problem is only when I run code using C# and IronPython (using code show above, ScriptEngine engine....)