Click here to Skip to main content
16,006,709 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Static libraries Pin
Zizilamoroso23-Sep-02 4:59
Zizilamoroso23-Sep-02 4:59 
GeneralRe: Static libraries Pin
Zizilamoroso23-Sep-02 5:06
Zizilamoroso23-Sep-02 5:06 
GeneralRead sections names from INI file. problem. Pin
Karavaev Denis23-Sep-02 3:34
Karavaev Denis23-Sep-02 3:34 
GeneralRe: Read sections names from INI file. problem. Pin
BlackSmith23-Sep-02 3:49
BlackSmith23-Sep-02 3:49 
GeneralRe: Read sections names from INI file. problem. Pin
Karavaev Denis23-Sep-02 4:30
Karavaev Denis23-Sep-02 4:30 
GeneralRe: Read sections names from INI file. problem. Pin
Anders Molin23-Sep-02 3:53
professionalAnders Molin23-Sep-02 3:53 
GeneralRe: Read sections names from INI file. problem. Pin
Karavaev Denis23-Sep-02 4:29
Karavaev Denis23-Sep-02 4:29 
GeneralRe: Read sections names from INI file. problem. Pin
BlackSmith23-Sep-02 6:10
BlackSmith23-Sep-02 6:10 
Man, I'm only trying to help, don't get hostile...OMG | :OMG:

Well, another idea, try to open the INI not using registry function (FILE, CFile, istream*...). Read lines, one by one and look for '[' and ']' (use strtok, or something).
Locate them and cout. That's about it.

Notify me if works(or not).


--BlackSmith--

/*The roof is on fire, we don't need no water, let the MF burn*/. BHG.
GeneralRe: Read sections names from INI file. problem. Pin
brianwelsch23-Sep-02 8:40
brianwelsch23-Sep-02 8:40 
GeneralRe: Read sections names from INI file. problem. Pin
BlackSmith24-Sep-02 10:58
BlackSmith24-Sep-02 10:58 
GeneralRe: Read sections names from INI file. problem. Pin
Karavaev Denis23-Sep-02 23:44
Karavaev Denis23-Sep-02 23:44 
GeneralRe: Read sections names from INI file. problem. Pin
BlackSmith24-Sep-02 2:47
BlackSmith24-Sep-02 2:47 
GeneralUpdate Statusbar from a non-window class method. Pin
oRion23-Sep-02 3:05
oRion23-Sep-02 3:05 
GeneralRe: Update Statusbar from a non-window class method. Pin
jhwurmbach23-Sep-02 3:54
jhwurmbach23-Sep-02 3:54 
GeneralRe: Update Statusbar from a non-window class method. Pin
oRion23-Sep-02 4:07
oRion23-Sep-02 4:07 
GeneralRe: Update Statusbar from a non-window class method. Pin
jhwurmbach23-Sep-02 4:27
jhwurmbach23-Sep-02 4:27 
GeneralRe: Update Statusbar from a non-window class method. Pin
Andreas Saurwein23-Sep-02 4:47
Andreas Saurwein23-Sep-02 4:47 
GeneralRe: Update Statusbar from a non-window class method. Pin
oRion24-Sep-02 3:43
oRion24-Sep-02 3:43 
GeneralInvokeHelper question Pin
ns23-Sep-02 3:05
ns23-Sep-02 3:05 
GeneralRe: InvokeHelper question Pin
Anders Molin23-Sep-02 3:57
professionalAnders Molin23-Sep-02 3:57 
GeneralAnother InvokeHelper question Pin
ns23-Sep-02 5:35
ns23-Sep-02 5:35 
GeneralRe: Another InvokeHelper question Pin
Anders Molin23-Sep-02 5:45
professionalAnders Molin23-Sep-02 5:45 
GeneralRe: Another InvokeHelper question Pin
Lakitu23-Sep-02 7:44
Lakitu23-Sep-02 7:44 
GeneralRe: Another InvokeHelper question Pin
ns23-Sep-02 7:58
ns23-Sep-02 7:58 
GeneralRe: Another InvokeHelper question Pin
Lakitu26-Sep-02 1:36
Lakitu26-Sep-02 1:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.