Discussion:
TIniFile in console app
(too old to reply)
Peter
2007-06-26 22:55:24 UTC
Permalink
With BCB5:

I can't seem to do:
TIniFile *IniFile = new TIniFile(IniFileName) ;
in a console app.
TIniFile is undefined.

What file(s) do I need to add to the project for this to work ?
I can't seem to find it.
Peter
2007-06-26 22:59:46 UTC
Permalink
Post by Peter
What file(s) do I need to add to the project for this to work ?
I can't seem to find it.
Found it ! :)

#include "inifiles.hpp"
Remy Lebeau (TeamB)
2007-06-26 23:34:08 UTC
Permalink
Post by Peter
Found it ! :)
#include "inifiles.hpp"
For future reference, the header name to include is specified in the
VCL documentation.


Gambit

Loading...