pingLeeQuan
Programmer
i feel very humbled by asking this question and pardon me for asking such stupid one.
I have a class called DisplayDude(AnsiString DudeString). It is in the main class of the project.
I need to be able to call this function from within another function.
How can i make DisplayDude global to all the project so i can call it from anywhere instead of just calling it from the main .cpp unit?
thanks in advance
quan
I have a class called DisplayDude(AnsiString DudeString). It is in the main class of the project.
I need to be able to call this function from within another function.
How can i make DisplayDude global to all the project so i can call it from anywhere instead of just calling it from the main .cpp unit?
thanks in advance
quan