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 biv343 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: *

  • Users: malone4
  • Order by date
  1. malone4

    First-chance exception

    Hi all, thanks for the enumeration of possible problems. It was not out from memory, but seems that had problems with strings. SO, I took out all string initializations and works (until, now). Thank you. Malone4
  2. malone4

    First-chance exception

    Thanks for the suggestion. Unfortunatelly I didn't get wiser with the Dpeendency Walker, but maybe I could use it in other occasions. I write this for others too. I searched the Web and on the support page of Microsoft there is information about this error. http://support.microsoft.com Hmmm...
  3. malone4

    First-chance exception

    Hi there, I have a program with several structures, some of them made by union (quite big ones). At a given moment the program gives me the following error (after that an allocation with 'new' for a structure returns NULL): Loaded "nrdll.dll", no matching symbolic information found. Loaded...
  4. malone4

    precompiled header

    Hi Ion, thanks for your interest. The program compiles and builds the exe without error, at running I get the "C:\Windows\kernel32.dll" no matching sym,bolic information found in the Message box, and the program requires me to introduce the path to for CRTO.c. Hope this is enough to give me a...
  5. malone4

    Precompiled header

    Hi, I "migrated" a BIG code from BC++ to Visual C++. I am not using classes nor any "fancy stuff". I neither had used before Visual C++. The problem is this: I can't run my program, for any called function (user defined and kept in a separate header file) gives me error with the simplest fopen...

Part and Inventory Search

Back
Top