Click here to Skip to main content
15,920,626 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to get local ip address in C? Pin
legrillon10-Oct-03 23:48
legrillon10-Oct-03 23:48 
AnswerRe: How to get local ip address in C? Pin
Beer2611-Oct-03 7:11
Beer2611-Oct-03 7:11 
AnswerRe: How to get local ip address in C? Pin
ZoogieZork11-Oct-03 9:37
ZoogieZork11-Oct-03 9:37 
GeneralRe: How to get local ip address in C? Pin
legrillon13-Oct-03 18:38
legrillon13-Oct-03 18:38 
GeneralSetting Font for Menu Items Pin
ramya8310-Oct-03 20:12
ramya8310-Oct-03 20:12 
GeneralRe: Setting Font for Menu Items Pin
Anonymous11-Oct-03 5:07
Anonymous11-Oct-03 5:07 
GeneralRe: Setting Font for Menu Items Pin
Beer2611-Oct-03 7:02
Beer2611-Oct-03 7:02 
GeneralRe: Setting Font for Menu Items Pin
Blake Coverett11-Oct-03 10:09
Blake Coverett11-Oct-03 10:09 
GeneralRe: Setting Font for Menu Items Pin
Beer2611-Oct-03 10:28
Beer2611-Oct-03 10:28 
GeneralRe: Setting Font for Menu Items Pin
Blake Coverett11-Oct-03 10:38
Blake Coverett11-Oct-03 10:38 
GeneralRe: Setting Font for Menu Items Pin
Ian Darling12-Oct-03 3:41
Ian Darling12-Oct-03 3:41 
GeneralRe: Setting Font for Menu Items Pin
Beer2612-Oct-03 4:24
Beer2612-Oct-03 4:24 
GeneralRe: Setting Font for Menu Items Pin
Ian Darling12-Oct-03 4:57
Ian Darling12-Oct-03 4:57 
GeneralRe: Setting Font for Menu Items Pin
Beer2612-Oct-03 5:09
Beer2612-Oct-03 5:09 
GeneralRe: Setting Font for Menu Items Pin
Ian Darling12-Oct-03 5:22
Ian Darling12-Oct-03 5:22 
GeneralRe: Setting Font for Menu Items Pin
ramya8312-Oct-03 20:30
ramya8312-Oct-03 20:30 
GeneralRe: Setting Font for Menu Items Pin
ramya8312-Oct-03 18:04
ramya8312-Oct-03 18:04 
GeneralRe: Setting Font for Menu Items {EDITED} Pin
Ian Darling12-Oct-03 22:08
Ian Darling12-Oct-03 22:08 
GeneralRe: Setting Font for Menu Items {EDITED} Pin
Mike Dimmick13-Oct-03 1:27
Mike Dimmick13-Oct-03 1:27 
GeneralRe: Setting Font for Menu Items {EDITED} Pin
Ian Darling13-Oct-03 4:53
Ian Darling13-Oct-03 4:53 
GeneralClass constructor modifying another class Pin
immanis10-Oct-03 19:54
immanis10-Oct-03 19:54 
GeneralRe: Class constructor modifying another class Pin
Blake Coverett10-Oct-03 20:57
Blake Coverett10-Oct-03 20:57 
I suspect the reason no one has responded is that your problem is clearly not where you think it is. The situation you are describing isn't the case, a public method on a static object that you've tested from main can certainly be called and work from a member of some other class.

The real problem is something you haven't mentioned in your question, because you don't know about it. It's pretty much impossible to guess what that might be given your description.

Try boiling it down, come up with the smallest set of code that exhibits the problem that's plaguing you. Sounds like you should be able to express it in 10 lines of code or less. Don't use your existing code, cut it down to just an example of the problem - two classes, one static and one not.

Once you've done that, if you haven't already spotted the problem, post the code and I'm sure someone will help you.

--
-Blake (com/bcdev/blake)
GeneralQuestion about FindWindow. Pin
George210-Oct-03 17:36
George210-Oct-03 17:36 
GeneralRe: Question about FindWindow. Pin
Anthony_Yio10-Oct-03 22:25
Anthony_Yio10-Oct-03 22:25 
GeneralRe: Question about FindWindow. Pin
George211-Oct-03 19:43
George211-Oct-03 19:43 

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.