Turning Source Code into Compiler Code???
Dear VBFormers,
I am looking to have my source coded movie file, to them be made into compiler binary code. For instance the command "Quit" should then be made into "Q = 0" for instance. I am looking to have the source code to then be looped around until it has finished the whole source code movie files. When I say Movie, I am saying that I had made a Adobe Director IDE, which is thus called: QuickDirector IDE. Then could someone please help me with my project problem here, then???
!! Thanks in advance !!
PS: My Code structure looks something like this...
Code:
<Public Class Slide1 As Windows Container Object>;
<CancelError>;
<Begin Execute Slide1>;
<Begin With Dim Public Object Slide1
Dim Controls In Container As Slide1 Equals The Stage And Recording Live Now,
Dim Value1 As Boolean Equals True,
Dim Value2 As Boolean Equals False
End With Dim Slide1/>;
<Public Sub Command1_MouseDown>;
<If Not
Value1 = False,
Value2 = False
Then
Value1 = True,
Value2 = True
ElseIf
Quit = 0
Then
CancelError,
Quit = 1
Else
Exit Sub
Then
Call The Input As Keyboard Call The Inkey As "Enter"
End If/>;
<End Sub Command1_MouseDown/>;
<Stop Slide1>;
<End Class Slide1>;
Re: Turning Source Code into Compiler Code???
Don't take this as an insult or anything like that but is English your first language? I really don't understand what you're asking. That OP reads like something from Google Translate.
Re: Turning Source Code into Compiler Code???
It's very hard to describe what I want to do in my project. and yes I went to an English speaking city, etc. so then English is my first language, and then COBOL is my second language, but then I haven't had to do anything COBOL for a good long time, even.
Re: Turning Source Code into Compiler Code???
I can't decipher the question either and the code in the op looks like it does pretty much nothing, isn't valid vb code and has nothing to do with a movie so no idea what the real question is.
That said the way you turn vb6 source code into compiled code is by using the compiler included with vb6.
Re: Turning Source Code into Compiler Code???
It looks like you are creating your own scripting language.
Is it something the user of your application can write?
When needs the script to be executed?
Do you have an interpreter for the scripting language?
Re: Turning Source Code into Compiler Code???
"Do you wish to do unpaid work for ThEiMp???" -- check out The Imperial of the Technology Industry's signature for more info :-))
cheers,
</wqw>
Re: Turning Source Code into Compiler Code???
Quote:
Originally Posted by
wqweto
"Do you wish to do unpaid work for ThEiMp???" -- check out The Imperial of the Technology Industry's signature for more info :-))
cheers,
</wqw>
I had fun trying to figure out if he was serious or if that is meant to be "tongue in cheek". You never know with this guy.
Re: Turning Source Code into Compiler Code???
i am making my own dialect of Director. So then I am looking at making compiler code, for my published artwork movies. (PS: A Director Movie is a DCR file, much the same way that the SlideShows in PowerPoint work as.)
Re: Turning Source Code into Compiler Code???
Re: Turning Source Code into Compiler Code???
Well yes I am being serious, hey. What's wrong with my project???
Re: Turning Source Code into Compiler Code???
You're asking for help as if this is something some little 10 line code snippet would solve. I don't think you realize the amount of work it would take to create an Adobe Shockwave/Director clone.
Re: Turning Source Code into Compiler Code???
Quote:
Originally Posted by
wqweto
"Do you wish to do unpaid work for ThEiMp???" -- check out The Imperial of the Technology Industry's signature for more info :-))
Always thought, he and xiaoyao would "hit it off" perfectly... (not only regarding this "unpaid work"-topic).
Also their way of communicating in english is "outside this plane of existence" (a match made in heaven).
@ThEiMp
You should contact him via PM though... (because we'd not be able to follow anyway)...
Xiaoyao is currently working for 0 yuan in a chinese company (considering this an intelligent move)...
If you offer him 0 AU$ instead, he will probably jump on the chance to write "Director-Compiler-Code for The Imperial"...
HTH
Olaf
Re: Turning Source Code into Compiler Code???