Jump to content

What is ImgBurn made with?


AL3X-admin

Recommended Posts

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:

Link to comment
Share on other sites

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:

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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 !!!

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

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