Re: An application that i can make with plain simp le c++...why is it so?
|
Dhamayanthi Nadesan |
|
5/5/2008 1:32:54 AM |
REALbasic includes the framework file in your built application so that you don't have the DLL hell problem of versioning the various framework releases. However, that usually only makes your app around 1-2MB. It sounds like you've got pictures or sounds dragged into your proj ect file, which will then be converted to the most cross platform format and also included in t he built application. Post Comments |
|
Hi, It makes sense,. i had a picture that i then deleted from the dialog but it was stucked in the project as an object.
another question i have is,. is there a way to export the project into .c/.cpp/.h files so i can do little details by hand? i havent seen a built in option in the IDE for that, but maybe you guys have an application to do it or something?
i really need this cause i havent programmed in basic in ages and i need to add a few things i only know how to do them in C++ ... and since to compile for linux it uses GTK lib im guessing RB translates the code to C++ and then it compiles it. am i wrong?
thanks again Post Comments |
|
Re: An application that i can make with plain simp le c++...why is it so?
|
Rajeev Saurav |
|
5/5/2008 1:37:37 AM |
REALbasic apps contain REALbasic Classes/Libraries (it's called REALbasic framework). So the apps which you built aren't reliers for your platform. To install software in Linux is not very easy, but REALbasic apps always don't need to intall, they are "green" ones! Post Comments |
|
Re: An application that i can make with plain simp le c++...why is it so?
|
Anando Premsagara |
|
5/5/2008 1:38:16 AM |
If you're fluent in C++, you should be able to learn the RB syntax very quickly and get what you need done.
RealBasic compiles directly from RB to the executable.
Post Comments |
|
Re: An application that i can make with plain simp le c++...why is it so?
|
Anando Premsagara |
|
5/5/2008 1:38:19 AM |
If you're fluent in C++, you should be able to learn the RB syntax very quickly and get what you need done.
RealBasic compiles directly from RB to the executable.
Post Comments |
|
Re: An application that i can make with plain simp le c++...why is it so?
|
Rajeev Saurav |
|
5/5/2008 1:38:26 AM |
I think REALbasic for Linux is successful, easy to install, easy to use... It's better tha n Kylix! Post Comments |
|