Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Simse

  1. Simse

    Windows "Asserts"

    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
  2. Simse

    Windows "Asserts"

    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...
  3. Simse

    Addressing text file in solution

    Ok, problem solved. Just in case someone cares: Assembly.GetExecutingAssembly().ManifestModule.FullyQualifiedName; worked fine.
  4. Simse

    Addressing text file in solution

    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
  5. Simse

    Debug Assertion Failed! AfxColl.inl

    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...
  6. Simse

    Debug Assertion Failed! AfxColl.inl

    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...
  7. Simse

    Bluetooth-COM-Ports in a Pocket PC

    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...
  8. Simse

    Exchange Data between Application

    Hi again, this link is very usefull 2 http://www.qsl.net/dl4yhf/yhf_comm/yhf_comm_info.htm
  9. Simse

    Exchange Data between Application

    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
  10. Simse

    Exchange Data between Application

    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...
  11. Simse

    Exchange Data between Application

    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...
  12. Simse

    Insert graphic

    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! ;-)
  13. Simse

    tough release problem

    Yeeeeehah! :-) Thank you very much, dc2000, it worked!!! Finally, I'm happy! ;-) Have a nice day, bye!
  14. Simse

    tough release problem

    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...
  15. Simse

    tough release problem

    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...

Part and Inventory Search

Back
Top