|
-
Aug 30th, 2000, 12:47 PM
#1
Thread Starter
Frenzied Member
For various reasons I'm thinking of releasing a programming language to go with the software I'm working on. By the look sof it it looks like it will be relitivley easy to translate the language into C++, Is there software we can get hold of to compile C++ code into a standard dll that we can ship with our language?
ie we want to do this
- Have the user write some code in our IDE
- Translate the users code into C++
- Compile the C++ int a standard dll that can be used with our software.
is there a package we can buy to do this that we can ship with the language (ie we can't ship vc++ with it because we'd be pirating it)
-
Aug 30th, 2000, 01:38 PM
#2
you can try Dev-C++, its a free compiler.
the website should be back up, http://www.bloodshed.net
if not, then download it here, http://www.oogle.net/c.html
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|