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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. donxiaoyu

    Visual Studio 6.0 Release/Debug Mode

    teriviret The reason I need to open char[16384] array is to be considered about the email message patterns I got from The Thomson Corporation(http://isi1.isiknowledge.com/portal.cgi). Otherwise my pattern search module will be more complicated. Also I believe if the debug exe runs o.k. why...
  2. donxiaoyu

    Visual Studio 6.0 Release/Debug Mode

    My application is about parsing coming email messages based upon these email message patterns. Please see the attachment file. These steps are 1) My program reads email from MS Outlook 2000 client; 2) If the send includes the following string as "isinet.com", my program will process otherwise...
  3. donxiaoyu

    Visual Studio 6.0 Release/Debug Mode

    ArkM, I know that release exe != debug exe. Usually debug exe size is about ten time the size of release exe. But how can I located those hidden errors (release exe) you mentioned in the previous message. This is my concern. My release exe runs well (no run-time error) but no results as well. So...
  4. donxiaoyu

    Visual Studio 6.0 Release/Debug Mode

    Hi, I am preparing to deliver my MAPI application but I get the last problem. My application, which builds on MS Visual Studio 6.0 Document/View (MFC)type, can run on debug mode orrectly but if I switch to release mode, I could not get my results correctly. I have searched other resources but...

Part and Inventory Search

Back
Top