 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
polzovatel Guest
|
Posted: Wed Nov 26, 2003 4:58 pm Post subject: #Include in a private declaration |
|
|
I've tried to include an ".h" file in a private declaration of a form
to "extend" this form definition :
class TForm1 : public TForm
{
__published: // IDE-managed Components
....
private:
#include "Extensions.h"
}
and then
in the "Extensions.h" file :
private:
static void TForm1:Procedure1()
......
but when I compile I've got "Unresolved external" messages on all
procedures from this file.
Any ideas?
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|