What are the steps for a fast interpreter?Exa mple:BASIC,Pyth on,Lua
-without 3rd party tools-
1.Read file
2.Validate?
3.Get GUI info?
4.Layout expressions
5.Execute codes?
is this fast?
User Profile
Collapse
-
What is the basics of writing a GUI Interpreter?
-
tiff to .swf or .avi
can you lead me to the MSDN Library where the code on how to convert/ around 1000 pictures to avi or swf and also set the frames and save it or how to make a .avi or .swf?
in just a few lines?i can't find a codes that do that -
yes i have them in the folder -
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\Brosna n>cd C:\Borland\BCC5 5\Bin
C:\Borland\BCC5 5\Bin>bcc32 C:\wx\wxbasic.c pp
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Error E2075: Incorrect configuration file option: Bcc32.cfg
C:\Borland\BCC5 5\Bin>bcc32 C:\wx\wxbasic.c pp
Borland C++ 5.5.1 for Win32 Copyright...Leave a comment:
-
please help to compile it and give me the right version of wxwidgetsLeave a comment:
-
Portable GUI compilers?
any portable Gui compliers that doesn't require installation and makes GUI interphase for windows and are open source?(Ex:Visu al Basic 6) -
Compiling wxbasic in C?
why i can't compile it using Pelles C or Borland or Dev-C++ or MVC++ or Cygwin or wxDev-C++ please help
Web site
Wxbasic site -
no and just to test stuff.. see if a different approach can fix itLeave a comment:
-
the lib001 and the lib002 both have 58112 words each(not together)
Error
<open file 'C:/DsE2/lib001.txt', mode 'r' at 0x010242F0>
<open file 'C:/DsE2/lib002.txt', mode 'r' at 0x010242F0>
and then when it put
L1=open("C:/DsE2/lib001.txt").re ad()
L2=open("C:/DsE2/lib002.txt").re ad()
it put rubbish into C:/DsE2/T2.txtLeave a comment:
-
um.... it breaks after around 100 lines in the lib001 and lib002Leave a comment:
-
Py2exe complier Shell
when i write a program in python compile it with py2exe and how you shell the complied .exe Like:
Code:Shell test.exe C:\test1.txt
so how you do it? -
Special Characters
can you guys get me all the special characters?
even the chinese? -
ok here is what i am trying.. to do
Example:
lib001
Code:hello hi how are you
Code::D hello :) hi o
Code:hi how are you?how's it going?hello?
Code:hello :) o hi?hello's it going?:D
get all lines in lib001 replaces it it with the lines in...Leave a comment:
-
-
um... how come this would work then?
Code:nubr1 = 0 s = open("C:/DsE2/T1.txt").read() f = open("C:/DsE2/T1.txt", 'w') while 1==1: if nubr1 <=5: lib1l+`nubr1` = open("C:/DsE2/lib001.txt").readlines()[nubr1] lib2l+`nubr1` = open("C:/DsE2/lib002.txt").readlines()[nubr1] s = s.replace( lib1l+`nubr1` ,`lib2l+nubr1` ) nubr1 = nubr1 + 1 f.write(s)
Leave a comment:
-
i don't know half of what you saying? please explain in a more simplerLeave a comment:
-
How to use brackets in Python?
Code:nubr1 = 0 s = open("C:/DsE2/T1.txt").read() while nubr1 <=5: lib1l[nubr1] = open("C:/DsE2/lib001.txt").readlines()[nubr1] lib2l[nubr1] = open("C:/DsE2/lib002.txt").readlines()[nubr1] s = s.replace( lib1l[nubr1] ,lib2l[nubr1] ) nubr1 = nubr1 + 1 f = open("C:/DsE2/T1.txt", 'w') f.write(s) f.close()
-
Go to a specific line in python?
i want to go to line 34 in a .txt file and read it how would you do that? In python?
No activity results to display
Show More
Leave a comment: