C# Format Header File

This forum is for all Flare issues related to the DotNet Help target, and the Dot Net Viewer
Post Reply
GeorgeBell
Sr. Propeller Head
Posts: 114
Joined: Thu Nov 22, 2012 3:27 am

C# Format Header File

Post by GeorgeBell »

Is it possible to generate a C# compatible Header file from Flare (V11) for a dot net application written in C#?
wclass
Propellus Maximus
Posts: 1238
Joined: Mon Feb 27, 2006 5:56 am
Location: Melbourne, Australia

Re: C# Format Header File

Post by wclass »

I don't think so - C# doesn't really use headers in the same way (as old C programs did). You could probably do a find/replace on the header file to change the #defines to constants.
Are you trying to pass context sensitive help info to your developers? It might be easier for them to generate a list of unique window names/IDs that you then use to create a header, rather than you passing something to them.
Margaret Hassall - Melbourne
Post Reply