| View previous topic :: View next topic |
| Author |
Message |
Sundeep Gawande Guest
|
Posted: Fri Jan 02, 2004 6:30 am Post subject: Default Projects |
|
|
BCB6 SP4:
Why the default dll/exe projects created in BCB are having .tlb and *_TLB.h
files in the project? Can these be removed?
-Sundeep
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Fri Jan 02, 2004 8:22 am Post subject: Re: Default Projects |
|
|
"Sundeep Gawande" <sundeep_gawande (AT) persistent (DOT) co.in> wrote
| Quote: | Why the default dll/exe projects created in BCB are having .tlb
and *_TLB.h files in the project?
|
Those files are only generated if you create a project with a TypeLibrary in
it. The default projects do not do that.
Gambit
|
|
| Back to top |
|
 |
Sundeep Gawande Guest
|
Posted: Fri Jan 02, 2004 9:05 am Post subject: Re: Default Projects |
|
|
No. It's generating for even default projects. As soon as I start BCB I
see a project Project1.dll and it contains .tlb and *_TLB.h files in it.
I say Close all and then File|New|Application. I get the same thing.
One more surprising thing is that my default project is a dll and not an
EXE. I am in a fix.
-Sundeep
"Remy Lebeau (TeamB)" <gambit47.no.spam (AT) no (DOT) spam.yahoo.com> wrote in
message news:3ff528e5$1 (AT) newsgroups (DOT) borland.com...
| Quote: |
"Sundeep Gawande" <sundeep_gawande (AT) persistent (DOT) co.in> wrote in message
news:3ff5100f (AT) newsgroups (DOT) borland.com...
Why the default dll/exe projects created in BCB are having .tlb
and *_TLB.h files in the project?
Those files are only generated if you create a project with a
TypeLibrary in
it. The default projects do not do that.
Gambit
|
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Fri Jan 02, 2004 5:54 pm Post subject: Re: Default Projects |
|
|
"Sundeep Gawande" <sundeep_gawande (AT) persistent (DOT) co.in> wrote
| Quote: | No. It's generating for even default projects. As soon as I
start BCB I see a project Project1.dll and it contains .tlb
and *_TLB.h files in it.
|
Not possible. DLL and TLB files are binary files, they can only be created
via compiling. You can't just start a project and have them magically
appear immediately, a project had to actually be compiled in full first in
order to produce them.
Gambit
|
|
| Back to top |
|
 |
Sundeep Gawande Guest
|
Posted: Mon Jan 05, 2004 2:29 pm Post subject: Re: Default Projects |
|
|
I said the project type that is seen in the IDE when we start BCB is a dll
project and not an exe type. And that project seems to be an Activex Library
project.
I am not sure if there is any setting to revert default project to an
application.
-Sundeep
"Remy Lebeau (TeamB)" <gambit47.no.spam (AT) no (DOT) spam.yahoo.com> wrote in
message news:3ff5af17 (AT) newsgroups (DOT) borland.com...
| Quote: |
"Sundeep Gawande" <sundeep_gawande (AT) persistent (DOT) co.in> wrote in message
news:3ff53478 (AT) newsgroups (DOT) borland.com...
No. It's generating for even default projects. As soon as I
start BCB I see a project Project1.dll and it contains .tlb
and *_TLB.h files in it.
Not possible. DLL and TLB files are binary files, they can only be
created
via compiling. You can't just start a project and have them magically
appear immediately, a project had to actually be compiled in full first
in
order to produce them.
Gambit
|
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Mon Jan 05, 2004 6:40 pm Post subject: Re: Default Projects |
|
|
"Sundeep Gawande" <sundeep_gawande (AT) persistent (DOT) co.in> wrote
| Quote: | I am not sure if there is any setting to revert default project to an
application.
|
Go into the $(BCB)bin folder and delete the DEFAULT.BPR file.
Gambit
|
|
| Back to top |
|
 |
Sundeep Gawande Guest
|
Posted: Wed Jan 07, 2004 12:02 pm Post subject: Re: Default Projects |
|
|
Thanks!
It worked.
"Remy Lebeau (TeamB)" <gambit47.no.spam (AT) no (DOT) spam.yahoo.com> wrote in
message news:3ff9ae4a$1 (AT) newsgroups (DOT) borland.com...
| Quote: |
"Sundeep Gawande" <sundeep_gawande (AT) persistent (DOT) co.in> wrote in message
news:3ff974c7 (AT) newsgroups (DOT) borland.com...
I am not sure if there is any setting to revert default project to
an
application.
Go into the $(BCB)bin folder and delete the DEFAULT.BPR file.
Gambit
|
|
|
| Back to top |
|
 |
|