CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: ferdelo

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    2,108

    Re: HELL DLL in release mode

    Thanks ahoodin for your reply!!
    I have debugged the dll in release mode as you said. I have done so both with the Optimization option disabled and the Maximize speed option, and the dll runs...
  2. Replies
    4
    Views
    2,108

    HELL DLL in release mode

    I am not able to do a dll working in release mode. I have written a function in VC++ to be called from VBA. When configured in debug mode everything is OK, i can debug the dll perfectly . Even when...
  3. Replies
    1
    Views
    1,111

    Re: Ouput variables when debugging a dll

    For those who had the same doubt as me, i got a solution (donĀ“t Know whether the most efficient), but there you go a method of a very simple class i have written.

    you must include :...
  4. Replies
    1
    Views
    1,111

    Ouput variables when debugging a dll

    I would want to display some variables value (normally large numeric vectors) when debugging a dll (to ease the debug proccess) the same way i do when using a console. Any one can hel me wit this??
    ...
  5. Re: error C2143: syntax error : missing ';' before 'PCH creation point'

    Apologizes!!, and thak you very much for the reply
  6. error C2143: syntax error : missing ';' before 'PCH creation point'

    I get the error in the title for the next code:

    I found a description for this in the web "you probably forgot a semicolon in an included header file (like after a class definition) even though...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured