Results 1 to 2 of 2

Thread: Compilers

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    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)

  2. #2
    Guest
    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
  •  



Click Here to Expand Forum to Full Width