Jump to content

Recommended Posts

Posted

Hi all ^^!

Well, the title describes my question very well ^^

I would like to know the language used to program ImgBurn, and what IDE was used.

Could anybody tell me it =D ?

 

Thanks ;)

Posted
ImgBurn is made of sugar and spice and all things nice :thumbup:

 

Just like little girls and Cynthia :thumbsup:

Posted
yup, c++ builder and my two hands.

 

 

Thanks for the answer ^^ =D

 

I'm making my own app's and I like programming in .Net, but... the app's made in .Net need .Net Framework... you understand me... xD

So I want to start making app's with native compiled code ^^

 

Hmm, just one more thing :unsure:

Posted
Nevermind... I found it by myself ^^

 

http://cc.codegear.com/free/cppbuilder

 

The 2007 is Paid, but Turbo C++ (2006) is Free ^^

 

If your still looking for a IDE try this

http://wascana.sourceforge.net/

Posted
Nevermind... I found it by myself ^^

 

http://cc.codegear.com/free/cppbuilder

 

The 2007 is Paid, but Turbo C++ (2006) is Free ^^

 

If your still looking for a IDE try this

http://wascana.sourceforge.net/

 

 

 

 

Thanks =D ^^

I'll try it ;). It looks quite well :thumbup:

Posted (edited)

Juu well =(

I know that this might sound VERY stupid, but... :unsure: I'm not able to make a completely standalone app.

I mean... Ok... In C++ there is no need of frameworks or some other things... the source code is compiled

to native code... Ok...

But I made a little app, and it ask's all the time about vcl100.bpl and other files...

 

So, my question is

Edited by AL3X-admin
Posted
You have to tell it not to use runtimes or dynamic links.

 

 

Ok , thanks a lot =D I've got it :D

 

For those who have the same problem:

 

Go to “Project -> Options”. On “Linker” tab -> Linking -> , uncheck the “Use dynamic RTL” checkbox.

And, on “Packages” tab, uncheck the “Build with runtime packages”

 

 

 

Thanks for the help =D !!!

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.