Some more information :)
I sure new, that i could stop asserts by
building a release, but i need the debug one.
And another point is, that i want the information
from the assert to find my errors.
cheers again
simon
Hi all,
I have a question about Asserts. Is there any
way to get the information from the Asserts like
line-number, file, .. where an error occured?
My Problem is, that I have a programm, that shouldnt
stop on an assert, because I need to handle some
stuff before I close the programm, otherwise...
Hi all!
I have to save data in a text file in my working directory. First I tried "Directory.GetCurrentDirectory();" but since I'm dealing with Windows CE that doesn't work.
So I added a text file to my Solution Explorer and now I have no idea how to address it. Can someone please help me?
Thanks
Hi,
yes it is written by ourself, and yes it is a debug
version, because there are many changes the last year.
so that we can debug directly at the production.
to debug u need to logon at this place as admin.
but this strange problem happens to no predictable
times, about 1 or 2 times a month...
Hi all,
I have a really weired problem ..
In my programm there comes up an debug assertion:
File:AfxColl.inl
Line:426
The Assertion comes up to no predictable moments.
The strange thing about is, that my programm is
still running during this assertion?! how is
that possible?
The programm is...
Hi!
I'm looking for a way to get the name of the COM Ports used by Bluetooth in a Pocket PC. I know I can look it up in the Bluetooth configuration, but I would like to do it with my software.
Did I make myself clear?
Is there a function that could return the ports?
If someone knows that...
Hi all,
it is possible to send data with windows-message SendData between 2 diffrent applications.
The best way is to use the WM_COPYDATA to receive
the send data.
Very usefull page for that is:
http://www.flounder.com/messages.htm
Cheers Simon
Hi,
thanx for suggestions. I dont want to use
seperate files, because of sharing probs etc.
or some crash.
But I found another way, by using CWnd::SendMessage
where I can search the second appication with function
FindWindow (by name), and then write an WM_ to get
the Information. Only problem...
Hi all,
I've got a problem with exchanging data between
applications. I have an application that is running
24hours, and another application, that does some
kind of statistic. Sometimes I need actual data from
the 24hour application, but how do it get these data?
I already tries things like...
Hi,
i have to insert a graphic into my CPropertySheet and i have no clue how to do it! I don't care if it is as an icon in the title bar (my favourite though), as a header graphic or just as a bitmap somewhere in the sheet...
Please help me, i'm desperate! ;-)
Hi,
I know it's very few code but i can't figure out what else to post because these are the only lines having anything to do with my OnHotKey()-routine!
(1) I replaced the only ASSERT in my code by VERIFY, nothing changed...
(2) LabelMode is just an example of my code, it's certainly not the...
Hi there,
i think, i have quite a tough problem:
in my program i have a hotkey in order to hide or show stuff. in debug-mode it works just fine, but when i release the program, it crashes the SECOND(!) time i hit the hotkey. the error message says something like: "the instruction in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.