Search:

Type: Posts; User: marvic

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    11,676

    After creating Dll, in main console, here it is...

    After creating Dll, in main console, here it is crashing here.


    m_pVar = new T12::CClassA(two, one, three, four, T12::a4);
  2. Replies
    12
    Views
    11,676

    Thank you, it is working. But when i create thw...

    Thank you, it is working. But when i create thw FunA() to DLL it is crashing at enum. With above violation message.
  3. Replies
    12
    Views
    11,676

    This should be ok #include ...

    This should be ok


    #include <iostream>
    #include <string>

    namespace T12
    {
    enum em { a1 = 0, a2 = 1, a3 = 2, a4 = 3};
    }
  4. Replies
    12
    Views
    11,676

    FunA()is not member of CClassA, it is member ...

    FunA()is not member of CClassA,
    it is member of T12::CTemp* FunA();
  5. Replies
    12
    Views
    11,676

    Thanks for replay, This is code should be clear...

    Thanks for replay,
    This is code should be clear


    T12::CTemp* FunA();

    T12::CClassA* m_pVar;

    int main()
    {
  6. Replies
    12
    Views
    11,676

    Enum (Access violation) Crash

    Hello All,

    Small console code crashing when it reach to enum (T12::a4) variable. Same thing works fine on GUI.

    error message:

    (First-chance exception at 0x0F3FCAB4 (msvcr100d.dll) in ...
  7. Replies
    0
    Views
    2,530

    Run app in run silent mode Usin Win 32

    Hello,

    Here is the simple code works fine execute Notification app properly.
    How to run the executed app in run silent mode or background.
    And appear in taskmanager -> services.


    #include...
Results 1 to 7 of 7