|
If the objcore.cpp in your MFC is like mine, you've got a bad object somewhere. Look at a) what the assertion in objcore say, b) which of your objects it is acting on, c) the call stack - that will show where in your program the assertion originates.
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
|
|
|
|
|
Thanx for ur replies.Appreciate your help 
|
|
|
|
|
how can i add "cue banner" facility to cedit in vc++ 6.0
|
|
|
|
|
|
Hi,
If we go to Control panel->Network Connections , system will show all the network connections available for that system. Right click on any connection icon we will see status option in that context menu. I would like to know how can i invoke that status menu from my application for a specific dial-up connection?
Thanks in advance...
birajendu
CyberG India
Delhi
India
|
|
|
|
|
|
Thanks, That is gr8. But Like to lunch the windows dialogbox which we used get from clicking status menu item. I dont need a custom dialog.
birajendu
CyberG India
Delhi
India
|
|
|
|
|
Hello
I want to receive some data from client (browser) to my server(mfc applicatoin)using socket.I need some reference too. Please help.
|
|
|
|
|
|
This[^] is a good starter guide to network programming with sockets.
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
|
|
|
|
|
Hello
How to use f1 as hotkey ?
Jalsa
|
|
|
|
|
By pressing it. More info here[^]
It is a crappy thing, but it's life -^ Carlo Pallini
|
|
|
|
|
if ( GetAsyncKeyState ( VK_F1) & SHRT_MAX )
puts ( "F1 key is pressed" );
Jalsa
|
|
|
|
|
Why can't you give some information that may help the people who attempt to answer your query?
What kind of application is it? (I've to guess it by looking at puts )
What are you trying to achieve? Add help to your application?
Or just trap the F1 key? Where do you want to be notified? Only in your app or anywhere?
It is a crappy thing, but it's life -^ Carlo Pallini
|
|
|
|
|
You need to else statement?
Of one Essence is the human race
thus has Creation put the base
One Limb impacted is sufficient
For all Others to feel the Mace
(Saadi )
|
|
|
|
|
|
Hi all,
I have made a function and every time i execute that function its execution time increases(i.e if i don't close my exe and executes it. its excution time increases every time)... But if i close my exe its execution time remains normal.....
I am not getting why this is happening. Can anybody help me in this....
Thanks in advance
|
|
|
|
|
What does that particular function do? The "exe" you're talking about is the one which has this function in it or it is something external?
It is a crappy thing, but it's life -^ Carlo Pallini
|
|
|
|
|
may be possiable memory leak
|
|
|
|
|
All sorts of possible explanations. Without knowing something about the function, it's impossible to offer specific comments.
There are many things the function could be waiting for (eg completion of an asynchronous I/O operation, files to be created by another program, mutexes to be released, critical sections to be released, completion of another program). It's possible the first call to the function may be initiating some wider action, and subsequent calls are waiting for that action to complete.
|
|
|
|
|
Can you more explain about pointers that you used in your program?
Of one Essence is the human race
thus has Creation put the base
One Limb impacted is sufficient
For all Others to feel the Mace
(Saadi )
|
|
|
|
|
can u display the function code
|
|
|
|
|
But I cant see his monitor.
Of one Essence is the human race
thus has Creation put the base
One Limb impacted is sufficient
For all Others to feel the Mace
(Saadi )
|
|
|
|
|
Hamid. wrote: But I cant see his monitor.
Spy eye can help!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow Never mind - my own stupidity is the source of every "problem" - Mixture
cheers,
Alok Gupta
VC Forum Q&A :- I/ IV
Support CRY- Child Relief and You
|
|
|
|
|
But I use of it at the other place how could you discover it?
Of one Essence is the human race
thus has Creation put the base
One Limb impacted is sufficient
For all Others to feel the Mace
(Saadi )
|
|
|
|